Skip to content

Releases: superannotateai/superannotate-python-sdk

add (un)assign_items

21 Jun 13:34
3c85504

Choose a tag to compare

add (un)assign_items Pre-release
Pre-release
v4.3.5dev15

Update version.py

MixPanel fix

09 Jun 11:27

Choose a tag to compare

MixPanel fix Pre-release
Pre-release
v4.3.5dev14

Mixpanel fix

Interface fix

09 Jun 07:01

Choose a tag to compare

Interface fix Pre-release
Pre-release
v4.3.5dev13

Interface fix

bug fixes

08 Jun 08:37

Choose a tag to compare

bug fixes Pre-release
Pre-release
v4.3.5dev12

class BaseInterfaceFacade:

Implemented SAClient, assign_items

06 Jun 08:47

Choose a tag to compare

Pre-release
v4.3.5dev11

change assets provider url

Subsets updates

28 Jun 12:34
2249bba

Choose a tag to compare

Subsets updates Pre-release
Pre-release
v4.3.5dev19

Update CHANGELOG.md

Minor fixes. depreciated functions

22 May 18:08
2249bba

Choose a tag to compare

​​### Updated​

  • JSON Schema for video annotations to version x to reflect point annotations.
  • superannotate.download_export() function to preserve SA folder structure while downloading to S3 bucket.
  • superannotate.get_item_metadata() function to have string type values instead of int type for the approval_status key.
  • superannotate.get_item_metadata() function to change the value for the path key in the item metadata from project/folder/item format to project/folder.
  • superannotate.get_item_metadata() function to add the is_pinned key in the returned metadata.
  • superannotate.clone_project() function to have NotStarted project status for the newly created project.​

Fixed​

  • superannotate.query() function to address the missing value for the path key.
  • superannotate.import_annotation() function to address the extension issue with JPEG files while converting from VOC to SA.
  • superannotate.import_annotation() function to address int type pointlabels in the converted JSON from COCO to SA.
  • superannotate_get_annotations() & superannotate.add_annotation_comment_to_image() to address the issue with asyncio occuring on Windows.
  • superannotate.set_image_annotation_status() function add a deprecation warning.
  • superannotate.set_images_annotation_statuses() function add a deprecation warning.

Removed​

  • share_projects() function.
  • superannotate.attach_image_urls_to_project() function. Please use the superannotate.attach_items() function instead.
  • superannotate.attach_document_urls_to_project() function. Please use the superannotate.attach_items() function instead.
  • superannotate.attach_video_urls_to_project() function. Please use the superannotate.attach_items() function instead.
  • superannotate.copy_images() function. Please use the superannotate.copy_items() function instead.
  • superannotate.move_images() function. Please use the superannotate.move_items() function instead.

Skip download_annotations function

20 May 14:46
f24642a

Choose a tag to compare

Pre-release
v4.3.4b3

Update version.py

May update release

20 May 05:10
bbe4652

Choose a tag to compare

May update release Pre-release
Pre-release
v4.3.4b1

Update version.py

Docs fix

19 May 11:22

Choose a tag to compare

Docs fix Pre-release
Pre-release
v4.3.4dev4

Version update