Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
Improvements and bug fixes.
Updated
- SDK will now support Python version 3.14.
Fixed
- SAClient.get_item_by_id() to return item assignment metadata when the project has a folder.
Improvements and bug fixes.
What's Changed
- Pydantic v2 by @VaghinakDev in #835
- fix related pydantic by @nareksa in #836
- Fix methods by @nareksa in #837
- fix base entity dates by @nareksa in #838
Full Changelog: v4.5.2dev2...v4.5.3dev1
Improvements and bug fixes.
Added
- ``SAClient.delete_exports()`` Enables deletion of project export files directly from the platform.
- ``SAClient.update_annotation_class()`` Allows updating attribute groups and attributes within an existing annotation class in a project.
- ``SAClient.get_annotation_class()`` Retrieves metadata of a specific annotation class defined in a project.
Updated
- ``SAClient.list_users()`` Added support for filtering users by project role.
Improvements and bug fixes.
v4.5.2dev2 Set explore url https
Improvements and bug fixes.
Added
- ``SAClient.get_folder_metadata`` Now returns a list of metadata of contributors assigned to the folder.
Updated
- SDK will now support Python versions 3.10+.
Improvements and bug fixes.
Full Changelog: v4.5.1b1...v4.5.1b2
Improvements and bug fixes.
What's Changed
- Add SA_ENV var handling by @VaghinakDev in #822
- Update remove_users_from_project docs by @VaghinakDev in #823
- Update init.py by @VaghinakDev in #824
Full Changelog: v4.5.1dev1...v4.5.1b1
Improvements and bug fixes.
What's Changed
- fix in assign_folder by @nareksa in #815
- update packaging depandancy, change logging handlers by @nareksa in #816
- deleted packaging in dependances by @nareksa in #817
- Docs update, project argument handling update by @VaghinakDev in #819
- Friday 4586 by @VaghinakDev in #821
Full Changelog: v4.4.39dev1...v4.5.1dev1
Improvements and bug fixes.
Added
- ``SAClient.remove_users`` Removes users from the team by their email or ID.
- ``SAClient.remove_users_from_project`` Removes users from a specific project by name or ID.
Updated
- ``SAClient.get_team_metadata`` Removed users and pending_users keys from the response.
- ``SAClient.clone_project`` Removed users key from the response.
- ``SAClient.get_project_metadata`` Removed users key from the response.
Improvements and bug fixes.
Updated
- ``SAClient.get_item_by_id`` now supports an optional include parameter to fetch additional fields like custom_metadata and categories.
Updated
- ``SAClient.assign_items`` now supports assigning items and folders to pending users.
- ``SAClient.assign_folder`` now supports assigning items and folders to pending users.