Skip to content

Releases: superannotateai/superannotate-python-sdk

Improvements and bug fixes.

27 Feb 10:54
b66313c

Choose a tag to compare

Added

- Guide for Converting CSV and JSONL Formats.
- New SDK Functionality Table.

Updated

- ``SAClient.attach_items_from_integrated_storage`` now supports Databricks integration, enabling efficient
    data fetching and mapping from Databricks into SuperAnnotate.

v4.4.31dev2

26 Feb 14:25

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

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

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.