Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
v4.4.29dev1
What's Changed
- Develop by @VaghinakDev in #707
- Develop by @VaghinakDev in #716
- Fixed long URI issue by @VaghinakDev in #726
- Get set component value by @VaghinakDev in #728
- added SDK new function get_editor_context by @VaghinakDev in #730
Full Changelog: v4.4.28...v4.4.29dev1
Improvements and bug fixes.
Added
- ``SAClient.item_context`` creates an “ItemContext” for managing item annotations and metadata.
Improvements and bug fixes.
Fixed
- ``SAClient.attach_items`` fixed chunks handling.
Improvements and bug fixes.
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
Update imports in the __init__.py
Improvements and bug fixes.
v4.4.26b1 Update __init__.py
Improvements and bug fixes.
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
Full Changelog: v4.4.25b3...v4.4.25b4
v4.4.25b3
What's Changed
- Fix system status check by @VaghinakDev in #717
Full Changelog: v4.4.25b2...v4.4.25b3
v4.4.25b2
What's Changed
- Fix system status check by @VaghinakDev in #715
Full Changelog: v4.4.25b1...v4.4.25b2