Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
Convertor fix
v4.3.4dev3 Convertor fix
Fixed voc convertor
v4.3.5dev2 fixed voc convertor
Video convertor fix
v4.3.4dev2 Merge branch 'friday' of https://github.com/superannotateai/superanno…
changed video handeling
v4.3.5dev1 changed video handeling
Item metadata changes
v4.3.4dev1 4.3.4dev1 initial changes
SDK Generic Functions v2
4.3.3 - May 01 2022
Added
attach_items()function to link items (images, videos, and documents) from external storages to SuperAnnotate using URLs.copy_items()function to copy items (images, videos, and documents) in bulk between folders in a project.move_items()function to move items (images, videos, and documents) in bulk between folders in a project.set_annotation_statuses()function to change the annotation status of items (images, videos, and documents) in bulk.
Updated
aggregate_annotations_as_df()function now supports Text Projects.
Fixed
validate_annotations()function to accept only numeric type values for thepointsfield.prepare_export()function to address the issue when the entire project is prepared when a wrong folder name is provided.search_team_contributors()function to address the error message whenemailparameter is used.get_item_metadata()to address the issue with approved/disapproved items.
Removed
get_project_and_folder_metadata()function.get_image_metadata()function. Please useget_item_metadata()instead.search_images()function. Please usesearch_items()instead.search images_all_folders()function. Please usesearch_items()instead.
Docs fix
v4.3.3b5 Update version.py
Merge Friday
Merge pull request #433 from superannotateai/friday Friday
MixPanel fix
v4.3.3dev12 merge with develop
Schema updates
v4.3.3dev11 Schema updates