Skip to content

Releases: superannotateai/superannotate-python-sdk

Added get_items, get_item_metadata, query

31 Mar 11:13
7ff5f31

Choose a tag to compare

v4.3.2.dev4

Update version.py

v4.3.2.dev3

31 Mar 11:03

Choose a tag to compare

v4.3.2.dev3 Pre-release
Pre-release

Integrations fix

Added search/get/query items

28 Mar 12:08
f55a007

Choose a tag to compare

Pre-release
v4.3.2.dev2

Update version.py

Integrations with cloud storages.

20 Mar 07:47
befab3b

Choose a tag to compare

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 version 1.0.40.
  • get_annotations() to get annotation instances based on JSON schema version 1.0.40.
  • prepare_export() to prepare for the download annotations with based on JSON schema version 1.0.40.
  • upload_annotations_from_folder_to_project() & upload_preannotations_from_folder_to_project() to handle upload based on JSON schema version 1.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

18 Mar 08:49
df691e0

Choose a tag to compare

Cli fix Pre-release
Pre-release
v4.3.1.b3

Update version.py

Pre-release changes

17 Mar 15:05
1c98347

Choose a tag to compare

Pre-release changes Pre-release
Pre-release
v4.3.1.b2

Update version.py

Merge with friday

17 Mar 14:51
968c31e

Choose a tag to compare

Merge with friday Pre-release
Pre-release
v4.3.1.b1

Update version.py

Fix class creation

17 Mar 08:20

Choose a tag to compare

Fix class creation Pre-release
Pre-release
v4.3.0.dev21

new version

Added tests

17 Mar 07:02
2820c91

Choose a tag to compare

Added tests Pre-release
Pre-release
v4.3.0.dev20

Update version.py

fixed project validations on create annotation classes

17 Mar 05:47

Choose a tag to compare

v4.3.0.dev19

change version