Skip to content

Releases: superannotateai/superannotate-python-sdk

v4.4.9b1

25 Jan 14:25
189e3cd

Choose a tag to compare

v4.4.9b1 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.9dev5...v4.4.9b1

v4.4.9dev4

24 Jan 10:32

Choose a tag to compare

v4.4.9dev4 Pre-release
Pre-release

Full Changelog: v4.4.9dev2...v4.4.9dev4

v4.4.9dev3

18 Jan 13:30

Choose a tag to compare

v4.4.9dev3 Pre-release
Pre-release

Full Changelog: v4.4.8...v4.4.9dev3

v4.4.9dev2

17 Jan 06:29

Choose a tag to compare

v4.4.9dev2 Pre-release
Pre-release

Full Changelog: v4.4.9dev1...v4.4.9dev2

v4.4.9dev1

16 Jan 10:04

Choose a tag to compare

v4.4.9dev1 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.8...v4.4.9dev1

Improvements and bug fixes.

25 Dec 18:41
6218c4a

Choose a tag to compare

4.4.8 - December 25, 2022

Added

  • New project types Tiled, PointCloud, Other.
  • SAClient.get_project_by_id method to get project metadata by id.
  • SAClient.get_folder_by_id method to get folder metadata by id.
  • SAClient.get_item_by_id method to get item metadata by id.

Updated

  • SAClient.consensus method to compute agreement scores between tag type annotations.

v4.4.8b1

23 Dec 13:44

Choose a tag to compare

v4.4.8b1 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.8dev1...v4.4.8b1

v4.4.8dev1

20 Dec 10:36
b28b31b

Choose a tag to compare

v4.4.8dev1 Pre-release
Pre-release
Update __init__.py

4.4.7dev7

20 Dec 10:27
36b469a

Choose a tag to compare

4.4.7dev7 Pre-release
Pre-release
Update __init__.py

Improvements and bug fixes.

04 Dec 16:27
78dac5b

Choose a tag to compare

4.4.7 - December 04, 2022

Updated

  • SAClient.search_folders method to add a new status argument for searching folders via status.
  • Schemas for Annotation Classes and Video Annotation to support text and numeric input attribute group types.

Fixed

  • SAClient.query method to address invalid exceptions.
  • SAClient.download_export method to address the issue with downloading for Windows OS.
  • SAClient.attach_items_from_integrated_storage method to address "integration not found" error.
  • SAClient.aggregate_annotations_as_df method to support files without "___objects" in their naming.

Removed

  • SAClient.add_annotation_bbox_to_image method, use SAClient.upload_annotations instead.
  • SAClient.add_annotation_point_to_image method, use SAClient.upload_annotations instead.
  • SAClient.add_annotation_comment_to_image method, use SAClient.upload_annotations instead.