Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
Improvements and bug fixes.
Added
- ``SAClient.query.count()`` Returns the number of items that match a query.
- ``SAClient.grant_project_user_permissions()`` Grants project-level user permissions.
- ``SAClient.revoke_project_user_permissions()`` Revokes project-level user permissions.
Updated
- ``SAClient.list_users()`` Now returns user permissions.
- ``SAClient.create_project()`` Now supports the `MaxIdleDuration` setting.
Improvements and bug fixes.
What's Changed
- fix in set_annoation_status by @nareksa in #852
- fix in ItemContext by @nareksa in #850
- remove dead code by @nareksa in #849
- fix in ItemContext by @nareksa in #854
- Update function arguments to support project ID by @VaghinakDev in #853
- Add setting MaxIdleDuration by @VaghinakDev in #855
- feat(sdk): accept project/folder IDs across SDK methods by @VaghinakDev in #857
- add project_user permissions grant revoke by @nareksa in #856
- Friday 5212 by @nareksa in #858
Full Changelog: v4.5.4dev1...v4.5.5dev3
Improvements and bug fixes.
Added
- ``SAClient.list_folders()`` Lists folders in a project.
Updated
- ``SAClient.clone_project()`` Now supports multimodal projects.
v4.5.4dev1
What's Changed
- Update init.py by @VaghinakDev in #840
- add list_folders by @nareksa in #839
- add multimodal form cration in clone_project by @nareksa in #842
- Update pyupgrade pre commit hook by @VaghinakDev in #843
- fix in annotations by @nareksa in #844
- fix in clone multimodal by @nareksa in #845
Full Changelog: v4.5.3dev1...v4.5.4dev1
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