Skip to content

Releases: superannotateai/superannotate-python-sdk

Improvements and bug fixes.

13 Feb 08:24
37462a2

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

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

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

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

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

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

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

Choose a tag to compare

Fixed

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

Improvements and bug fixes.

29 Oct 15:36
dc97f65

Choose a tag to compare

Added

- ``SAClient.copy_items/move_items`` method, added the ability to copy/move categories and duplicate strategies ("skip", "replace", "replace_annotations_only").

Updated

- Fixed `SAClient.get_annotations() To handle annotations that contain all UTF-8 characters.`
- Renamed project type GenAI to Multimodal

v4.4.26dev1: Merge pull request #724 from superannotateai/interface_update

29 Oct 11:57
b4b8473

Choose a tag to compare

Update imports in the __init__.py