Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
Added get_items, get_item_metadata, query
v4.3.2.dev4 Update version.py
v4.3.2.dev3
Integrations fix
Added search/get/query items
v4.3.2.dev2 Update version.py
Integrations with cloud storages.
4.3.1 - March 20 2022
### Added
- get_integrations() to list all existing integrations with cloud storages.
attach_items_from_integrated_storage()to attach items from an integrated cloud storage.upload_priority_scores()to set priority scores for a given list of items.
Updated
- JSON Schema to version 1.0.40 to add instance type differentiation for text annotations and "exclude" key for subtracted polygon instances for image annotations.
validate_annotations()to validate text and image annotations based on JSON schema version1.0.40.get_annotations()to get annotation instances based on JSON schema version1.0.40.prepare_export()to prepare for the download annotations with based on JSON schema version1.0.40.upload_annotations_from_folder_to_project()&upload_preannotations_from_folder_to_project()to handle upload based on JSON schema version1.0.40.create_project()to add"status"key in returned metadata.get_project_metadata()to add"status"key.create_project_from_project_metadata()to make"description"key not required.clone_project()to add generic"description".
Fixed
sa.get_annotations_per_frame()to take correct attributes.sa.get_annotations_per_frame()&get_annotations()to eliminate duplicate instances.
Cli fix
v4.3.1.b3 Update version.py
Pre-release changes
v4.3.1.b2 Update version.py
Merge with friday
v4.3.1.b1 Update version.py
Fix class creation
v4.3.0.dev21 new version
Added tests
v4.3.0.dev20 Update version.py
fixed project validations on create annotation classes
v4.3.0.dev19 change version