Releases: voxel51/fiftyone
Releases · voxel51/fiftyone
v0.21.1
What's Changed
- Add .github/workflows/e2e.yml by @aidavoxel51 in #2968
- Minor change so that the command doesn't reset the Fiftyone app by @NeoKish in #3034
- Bump starlette from 0.20.4 to 0.27.0 in /requirements by @dependabot in #3063
- Only match .txt files when reading YOLO labels by @democat3457 in #3127
- build-docs gh action checkout teams by @swheaton in #3113
- merge
release/v0.21.0
intodevelop
by @findtopher in #3151 - dynamic groups e2e by @sashankaryal in #3155
- close panel on middle clicking panel tab by @imanjra in #3160
- Improve darktheme scrollbar color on color modal by @lanzhenw in #3161
- allow configuring max thread pool workers by @imanjra in #3153
- Fixing merge_samples() for video datasets by @brimoor in #3159
- move sample bar to modal from looker in dynamic groups by @sashankaryal in #3164
- Server patches by @benjaminpkane in #3169
- markdown table support by @ritch in #3162
- replace set with addFields in aggregations py by @AaronDou in #3111
- use $addFields and $project in aggregation pipelines by @brimoor in #3174
- Add sample tags to colorScheme editor by @lanzhenw in #3171
- groups / dynamic groups bug fixes, fix e2e by @sashankaryal in #3172
- Adding --all flags to plugin CLI methods by @brimoor in #3177
- Merging #3152 into release branch by @brimoor in #3184
- Add persistent and overwrite arguments to dataset factory functions by @swheaton in #3095
- Sample and serialization IO optimizations by @benjaminpkane in #3137
- Add CVAT support for
frame_start
,frame_stop
, andframe_step
by @ehofesmann in #3181 - #3154 into release/v0.21.1 by @benjaminpkane in #3193
- #3171 into release/v0.21.1 by @benjaminpkane in #3194
- Bumping compatibility version by @brimoor in #3182
- Do not recognize list fields as containing labels by @brimoor in #3196
- fix annoying pcd selector disappearing bug by @sashankaryal in #3200
- Dynamic groups modal updates by @benjaminpkane in #3209
- Looker grid tag fixes for custom classifications by @benjaminpkane in #3141
- fix readonly mode for operator io by @imanjra in #3225
- embeddings modal atom fix by @manivoxel51 in #3229
- Resolve saved views when serializing datasets by @benjaminpkane in #3231
- Session proxy url by @benjaminpkane in #3222
- Allow coloring embeddings plots by list fields by @brimoor in #3230
- Restricted supported App labels to match SDK by @benjaminpkane in #3233
- disabled operator startup and placement fixes by @imanjra in #3175
- miscellaneous style fixes - part 2 by @imanjra in #3180
- Release notes by @brimoor in #3234
- Fix numeric fields display bug by @lanzhenw in #3240
- Fix reset color by @lanzhenw in #3237
- v0.21.1 by @voxelbuildbot in #3242
New Contributors
- @aidavoxel51 made their first contribution in #2968
- @democat3457 made their first contribution in #3127
- @AaronDou made their first contribution in #3111
- @voxelbuildbot made their first contribution in #3242
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
- Merge into main by @benjaminpkane in #2282
- Release v0.20.0 by @brimoor in #2805
- FiftyOne V2 GraphQL Boilerplate by @benjaminpkane in #2750
- Update blog link in README.md by @ehofesmann in #2838
- workaround mongodb bug in _get_samples_bytes() by @swheaton in #2840
- Fixed with correct dataset name by @NeoKish in #2842
- Updated the source urls for Caltech 101 and 256 datasets by @NeoKish in #2841
- Hidden results and server MatchLabels fix by @benjaminpkane in #2849
- Fixing #2845 by @brimoor in #2848
- automated e2e tests by @sashankaryal in #2839
- Fixing #2852 by @brimoor in #2853
- Prevent loading a dataset without a name in the sdk by @kaixi-wang in #2859
- Fixing a bug in dynamic schema expansion of list fields by @brimoor in #2855
- Bugfix: a user can save a float/datetime object in field.info and see that in the tootlip by @lanzhenw in #2861
- Replace ndjson and patool packages with non-GPL code by @nebulae in #2864
- add --upgrade to fiftyone-brain source install by @brimoor in #2862
- Documenting Teams Azure support by @brimoor in #2815
- add support for jpg segmentations / heatmaps by @sashankaryal in #2872
- Fixing bug when loading saved view in App by @brimoor in #2874
- Adding support for listing datasets matching a glob pattern by @brimoor in #2868
- Fix client serialization initialization by @benjaminpkane in #2877
- Don't add field that conflicts with existing field values by @brimoor in #2837
- Avoid errors during failed merge cleanup by @brimoor in #2844
- Pulling correct data when viewing patches with a sample embeddings plot by @brimoor in #2846
- Fixing grouped video merge bug by @brimoor in #2851
- Adding support for dynamically inferring fields on embedded lists and documents by @brimoor in #2863
- Removes supports prompts warning from server by @benjaminpkane in #2878
- Fix field mask targets for RGB by @benjaminpkane in #2879
- on-disk heatmap bug part 2 by @sashankaryal in #2880
- Adding support for list fields to dynamic schema methods by @brimoor in #2882
- Release v0.20.1 by @brimoor in #2873
- permission for custom color settings by @manivoxel51 in #2888
- Show embedded documents and list of documents in sidebar as filterable fields by @manivoxel51 in #2885
- add optional dice score computation for evaluate_segmentations by @Rusteam in #2777
- Labelstudio instances support by @jbadger3 in #2706
- Finishing Dice score by @brimoor in #2901
- Add stack to GraphQL error extensions by @benjaminpkane in #2910
- Revalidate stages upon view reload by @brimoor in #2890
- Adding support for evaluating keypoints by @akshitpriyesh in #2776
- Relax starlette dependency by @benjaminpkane in #2925
- Sama-COCO Dataset Integration by @EricZimmermann in #2904
- Updating docs header/footer by @brimoor in #2914
- Sidebar updates for feat/multiple-pcd-overlay by @benjaminpkane in #2936
- add support for indexed encoding in pngs by @sashankaryal in #2926
- Meta filter updates by @brimoor in #2939
- Fixing Scale docs links + unlabeled annotation tasks by @brimoor in #2916
- Adding keypoint evaluation by @brimoor in #2928
- feature/multiple-pcd-overlay by @sashankaryal in #2912
- Color Customization V1 by @lanzhenw in #2824
- Allow config files to not exist by @brimoor in #2956
- fix heatmap alpha bug by @sashankaryal in #2972
- filter fields by description or info by @nebulae in #2898
- Sync map style to session storage by @benjaminpkane in #2965
- Schema upgrades v1 by @manivoxel51 in #2924
- ui tweaks, close modal on click outside by @nebulae in #2974
- Dynamic groups by @sashankaryal in #2934
- fix a bug with search and space replacement by @manivoxel51 in #2975
- ColorScheme: use menu list selection by @lanzhenw in #2969
- fix null error by @sashankaryal in #2976
- Operators by @ritch in #2679
- Dynamic groups by @brimoor in #2475
- Finishing Label Studio instances support by @brimoor in #2917
- Reencode updates by @brimoor in #2931
- Addressing multiple PCD overlay feedback by @benjaminpkane in #2964
- Correct handling of frame fields when modifying app config by @brimoor in #2983
- Remove unused loading text for tags by @benjaminpkane in #2948
- improve operator permissions (#234) by @ritch in #2985
- use dropdownview for choices by @imanjra in #2987
- add timeout to operator execution by @imanjra in #2945
- Handling missing label fields when deleting labels by @brimoor in #2918
- fix missing imageview type by @ritch in #2989
- Fix modal expansion by @benjaminpkane in #2988
- CVAT v2.4 support by @allenleetc in #2903
- add missing app support for nested fields in dynamic groups by @sashankaryal in #2984
- fix generator operators by @ritch in #2991
- Minor improvements to plugins/core.py by @kaixi-wang in #2986
- Teams search fields mutation fix and cleanup for video dataset by @manivoxel51 in #2996
- more operator types fixes by @imanjra in #2998
- add component property to view by @imanjra in #2992
- Address dynamic groups PR comments by @sashankaryal in #3000
- Embedded field visibility support and useSetView fix by @benjaminpkane in #2997
- Adding utils to patch broken saved view/run docs by @brimoor in #2970
- Log warnings that hint how to patch broken saved views and runs by @brimoor in #2971
- Operator cleanup by @ritch in #2999
- Adding fiftyone-db build for Ubuntu 22.04 by @brimoor in #2994
- Replace pkg_resources with importlib.metadata by @brimoor in #2930
- Operators palette 2 by @ritch in #3003
- allow plugins to resolve paths by @ritch in #3004
- fix show samples by @ritch in #3001
- fix plugin loading by @ritch in #3007
- Bugfix: colorUpdate on embeddings plot, classification in modal by @lanzhenw in #2990
- fix sample url transformation edge case by @sashankaryal in #3011
- video dataset should have access to similarity run by @lanzhenw in #3010
- show bookmark icon when fields are filtered by @nebulae in #3012
- Restrict patching to correct Run class by @brimoor in #3015
- bugfix: sidebar filter color inconsistency by @lanzhenw in #3020
- operator throttling and validation error fixds by @i...
v0.20.1
v0.20.0
Desktop v0.26.0
desktop-v0.26.0 return on no bbox
v0.19.1
v0.19.0
Desktop v0.25.0
desktop-v0.25.0 bump desktop
v0.18.0
Desktop v0.24.0
desktop-v0.24.0 bump desktop