Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
v4.4.31dev2
What's Changed
- Get component config v2 by @VaghinakDev in #749
- fix test_upload_with_integer_names by @nareksa in #748
- update in get_annotations logic by @nareksa in #751
- added Databricks support in attach_items_from_integrated_storage by @nareksa in #752
- Friday 3598 by @VaghinakDev in #750
- fix in docs by @nareksa in #753
- fix in Databricks integration by @nareksa in #755
Full Changelog: v4.4.31dev1...v4.4.31dev2
v4.4.31dev1
Full Changelog: v4.4.30b3...v4.4.31dev1
Improvements and bug fixes.
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
What's Changed
- Update get_component_config by @VaghinakDev in #732
- Added ability to upload annotations for Multimodal projects. by @VaghinakDev in #733
- Fixed folders duplication by @VaghinakDev in #735
- Update get_component_config by @VaghinakDev in #734
- Update get/upload annotations interface by @VaghinakDev in #736
- Project custom fields by @nareksa in #737
- fixed get_annotations by @nareksa in #740
- added include categories option in list_items by @nareksa in #738
- Friday 3464 by @VaghinakDev in #739
- Fix annotation name validation by @VaghinakDev in #742
- Updates in user/project custom fields by @nareksa in #741
- fixed in serialize_custom_fields by @nareksa in #743
- fix cuatom_field timstamp by @nareksa in #744
- added pause/resume user_activity by @nareksa in #745
- added test_pause_resume_pending_user by @nareksa in #746
Full Changelog: v4.4.30b2...v4.4.30b3
v4.4.30b2
Full Changelog: v4.4.29dev1...v4.4.30b2
v4.4.30b1
What's Changed
- Update get_component_config by @VaghinakDev in #732
Full Changelog: v4.4.29dev1...v4.4.30b1
Improvements and bug fixes.
Added
- ``SAClient.get_component_config`` Retrieves the configuration for a given project and component ID.
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.