Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
v4.4.9b1
v4.4.9dev4
Full Changelog: v4.4.9dev2...v4.4.9dev4
v4.4.9dev3
Full Changelog: v4.4.8...v4.4.9dev3
v4.4.9dev2
Full Changelog: v4.4.9dev1...v4.4.9dev2
v4.4.9dev1
What's Changed
- adding get_by_id functions for items, projects and folders by @TumanyanV in #543
- Get things by by @VaghinakDev in #547
Full Changelog: v4.4.8...v4.4.9dev1
Improvements and bug fixes.
4.4.8 - December 25, 2022
Added
- New project types
Tiled,PointCloud,Other. SAClient.get_project_by_idmethod to get project metadata by id.SAClient.get_folder_by_idmethod to get folder metadata by id.SAClient.get_item_by_idmethod to get item metadata by id.
Updated
SAClient.consensusmethod to compute agreement scores between tag type annotations.
v4.4.8b1
What's Changed
- Develop by @VaghinakDev in #537
- Develop by @TumanyanV in #539
- New consensus by @TumanyanV in #541
- Docs update by @VaghinakDev in #538
- Get things by by @TumanyanV in #544
Full Changelog: v4.4.8dev1...v4.4.8b1
v4.4.8dev1
Update __init__.py
4.4.7dev7
Improvements and bug fixes.
4.4.7 - December 04, 2022
Updated
SAClient.search_foldersmethod to add a newstatusargument for searching folders via status.- Schemas for
Annotation ClassesandVideo Annotationto support text and numeric input attribute group types.
Fixed
SAClient.querymethod to address invalid exceptions.SAClient.download_exportmethod to address the issue with downloading for Windows OS.SAClient.attach_items_from_integrated_storagemethod to address "integration not found" error.SAClient.aggregate_annotations_as_dfmethod to support files without "___objects" in their naming.
Removed
SAClient.add_annotation_bbox_to_imagemethod, useSAClient.upload_annotationsinstead.SAClient.add_annotation_point_to_imagemethod, useSAClient.upload_annotationsinstead.SAClient.add_annotation_comment_to_imagemethod, useSAClient.upload_annotationsinstead.