Skip to content

Releases: superannotateai/superannotate-python-sdk

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

Improvements and bug fixes.

29 Oct 14:23
7747ae5

Choose a tag to compare

Pre-release
v4.4.26b1

Update __init__.py

Improvements and bug fixes.

07 Oct 10:49
9ad6661

Choose a tag to compare

4.4.25 - Oct 7, 2024


Added

- ``SAClient.create_project`` method, a new ``workflow`` argument has been added to define the workflow for the project.
- ``SAClient.get_project_steps`` method, added instead of ``get_project_workflow`` function.
- ``SAClient.set_project_steps`` method, added instead of ``set_project_workflow`` function.
- ``SAClient.list_items`` method has been added to search for items using advanced filtering criteria.

Updated

- ``SAClient.create_project`` method, removed ``workflows`` argument, use ``set_project_steps`` function instead.
- ``SAClient.clone_project`` method, removed ``copy_workflow`` argument, use ``set_project_steps`` function instead.
- ``SAClient.get_project_metadata`` method, removed ``include_workflow`` argument, use ``get_project_steps`` function instead.
- ``SAClient.get_project_workflow`` method deprecated, use ``get_project_steps`` function instead.
- ``SAClient.set_project_workflow`` method deprecated, use ``set_project_steps`` function instead.

v4.4.25b4

01 Oct 12:13

Choose a tag to compare

v4.4.25b4 Pre-release
Pre-release

Full Changelog: v4.4.25b3...v4.4.25b4

v4.4.25b3

27 Sep 10:43
7540ef6

Choose a tag to compare

v4.4.25b3 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.25b2...v4.4.25b3

v4.4.25b2

27 Sep 08:59
d4eb8d2

Choose a tag to compare

v4.4.25b2 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.25b1...v4.4.25b2