-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge release v0.23.2 to main #3951
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
improvements to exporters.py
* use db client to get the dataset doc instead of mongoengine queryset cache * use db client to get the dataset doc instead of mongoengine queryset cache
* more range check validation * fix tagging * remove log * fix imavid regression * upgrade dep versions * add watermarking option in image generator * fix frame one-off frame sync bug * move dynamic groups spec to groups folder * move dynamic groups spec to groups folder * add more data-cy attributes * differentiate grid and modal taggers * add speed controller * add toggleRenderFramesAsVideo * rename vars * add imavid tests * add screenshots * add data-cy to pathvalueentry * add tagging tests * remove unused vars * add modal tagger pom * add label count and sample count getters in siderbar * reset popups before play/pause
Don't overwrite dataset metadata with empty values during imports
Invalidate builtin operators when there's nothing to do
* enable load dataset by id in execution context and remove redundant reloading * fix merge * move load_dataset to odm dir * rvt preventing migration and logging * refactor given previous changes * apply requested changes * only reload if dataset exists
* ensure line breaks in embeddings legend * Update app/packages/embeddings/src/tracesToData.tsx Co-authored-by: Benjamin Kane <ben@voxel51.com> --------- Co-authored-by: Benjamin Kane <ben@voxel51.com>
…/null values review comments
Adds a toggle to show/hide fields in sample modal that have undefined…
Fixes user selection of Scalar fields so copy/paste of feilds and val…
* passing in active group slice as a parameter for similarity sort run * Better similarity search UX experience for grouped dataset when not all slices have similarity computed * attempt to reset similarity parameters * update session slice during page change on similarity reset * reset selection --------- Co-authored-by: manivoxel51 <mani@voxel51.com> Co-authored-by: Benjamin Kane <ben@voxel51.com>
* updates selection operators * lint
Optimize reload docs when performing bulk writes
* more range check validation * remove log * add speed controller * reset popups before play/pause * show 'render as video' option when it is ordered dynamic group * remove isImaVidAvailable and replace with isOrderedDynamicGroup * rename nonNestedDynamicGroupsViewMode to nonNestedDynamicGroupsViewMode * pass slice info if nested group * stringify groupByFieldValue * rename nonNestedDynamicGroupsViewMode to nonNestedDynamicGroupsViewMode in dynamicgroup * set default mode to pagination * differentiate groupMedia3dVisibleSetting and groupMediaIsCarouselVisible * sync currentframenumber with dynamicgroupindex * cleanup DynamicGroupsFlashlightWrapper * fix visibility settings * implement sync between pagination and video player * partition by groupby value and not 'postersample' * fix bug where aggregations query were misfiring * update dep versions for e2e * add check-flaky directions in readme * fix check-flaky script * make image-gen less verbose * fix imavid key bug * fix keyboard navigation * fix e2e - use 'pagination' as default mode * fix import * wait for carousel to load in sparse test * fix regressions * render 3d below if main not visible * linting --------- Co-authored-by: Benjamin Kane <ben@voxel51.com>
…, and adjusted optional variable handling. These changes enhance code clarity and efficiency. Related to PR #3925
Cherry picking OpenCLIP for 0.23.2 release
Cherry picking label studio multiple fields support for 0.23.2
v0.23.2 release notes
- includes version and dependency bumps
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3951 +/- ##
==========================================
- Coverage 15.87% 15.86% -0.01%
==========================================
Files 731 731
Lines 81557 81853 +296
Branches 1093 1093
==========================================
+ Hits 12944 12987 +43
- Misses 68613 68866 +253
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ritch
approved these changes
Dec 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Release Notes for changes
This includes all known version and dependency bumps, so feel free to check those out and make sure they're what you're expecting.