Skip to content

Releases: superannotateai/superannotate-python-sdk

v4.4.31dev2

26 Feb 14:25
Compare
Choose a tag to compare
v4.4.31dev2 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.31dev1...v4.4.31dev2

v4.4.31dev1

17 Feb 13:13
Compare
Choose a tag to compare
v4.4.31dev1 Pre-release
Pre-release

Full Changelog: v4.4.30b3...v4.4.31dev1

Improvements and bug fixes.

13 Feb 08:24
37462a2
Compare
Choose a tag to compare

Added

- ``SAClient.list_users`` method lists contributors with optional custom field filtering.
- ``SAClient.get_user_metadata`` method retrieves contributor metadata, including option for custom fields.
- ``SAClient.set_user_custom_field`` method sets a custom field for a contributor.
- ``SAClient.pause_user_activity`` method pauses a contributor's activity on specified projects.
- ``SAClient.resume_user_activity`` method resumes a contributor's activity on specified projects.
- ``SAClient.list_projects`` method lists projects with optional custom field filtering.
- ``SAClient.set_project_custom_field`` method sets a custom field for a project.

Updated

- ``SAClient.upload_annotations`` added ability to specify the format for processing and transforming annotations before upload, including Multimodal projects.
- ``SAClient.get_annotations`` added ability to specify the format for processing and transforming annotations before retrieving them.
- ``SAClient.list_items`` added ability to retrieve item categories.
- ``SAClient.get_project_metadata`` added ability to retrieve custom fields of projects.

v4.4.30b3

12 Feb 13:14
9f2a37d
Compare
Choose a tag to compare
v4.4.30b3 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.30b2...v4.4.30b3

v4.4.30b2

17 Jan 08:21
Compare
Choose a tag to compare
v4.4.30b2 Pre-release
Pre-release

Full Changelog: v4.4.29dev1...v4.4.30b2

v4.4.30b1

14 Jan 10:35
fd15298
Compare
Choose a tag to compare
v4.4.30b1 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.29dev1...v4.4.30b1

Improvements and bug fixes.

26 Dec 11:09
6e75e49
Compare
Choose a tag to compare

Added

- ``SAClient.get_component_config`` Retrieves the configuration for a given project and component ID.

v4.4.29dev1

25 Dec 08:25
e38658e
Compare
Choose a tag to compare
v4.4.29dev1 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.28...v4.4.29dev1

Improvements and bug fixes.

13 Dec 11:33
2b20188
Compare
Choose a tag to compare

Added

- ``SAClient.item_context`` creates an “ItemContext” for managing item annotations and metadata.

Improvements and bug fixes.

14 Nov 06:56
31d6c2f
Compare
Choose a tag to compare

Fixed

- ``SAClient.attach_items`` fixed chunks handling.