Releases: superannotateai/superannotate-python-sdk
Releases · superannotateai/superannotate-python-sdk
Improvements and bug fixes.
Updated
- ``SAClient.get_project_steps`` and ``SAClient.get_project_steps`` now support keypoint workflows, enabling structured step configuration with class IDs, attributes, and step connections.
- ``SAClient.list_users`` now returns user-specific permission states for paused, allow_orchestrate, allow_run_explore, and allow_view_sdk_token.
v4.4.36b1
Improvements and bug fixes.
Added
- ``SAClient.generate_items`` Generates multiple items in a specified project and folder.
Updated
- ``SAClient.get_team_metadata`` Added a new include parameter. When set to "scores", the response includes score names associated with the team user.
Improvements and bug fixes.
Added
- ``SAClient.get_integrations`` Added id, createdAt, updatedAt, and creator_id in integration metadata.
- ``SAClient.list_workflows`` Retrieves all workflows for your team along with their metadata.
Updated
- SAClient.get_project_metadata
Removed
- SAClient.get_project_workflow
- SAClient.set_project_workflow
Improvements and bug fixes.
Added
- ``SAClient.get_user_scores`` Retrieves score metadata for a user on a specific item within a project.
- ``SAClient.user_scores`` Assigns or updates score metadata for a user on a specific item in a project.
Updated
- ``SAClient.prepare_export`` Added option for JSONL download type.
- ``SAClient.download_annotations`` Added data_spec parameter enabling annotation downloads in JSONL format for multimodal projects.
- ``SAClient.list_items`` Introduced a new parameter to filter results by item category.
- ``SAClient.list_users`` Now retrieves a list of users with their scores and includes filtering options. Added an optional project parameter to fetch project-level scores instead of team-level scores.
- ``SAClient.item_context`` Added information about the ItemContext nested class.
- ``SAClient.list_projects`` Enhanced docstrings for to improve clarity and usability.
v4.4.33b1
Full Changelog: v4.4.32...v4.4.33b1
Improvements and bug fixes.
Fixed
- ``SAClient.item_context`` Fixed an issue where setting a component value would overwrite existing comments and other associated data.
Improvements and bug fixes.
Added
- Guide for Converting CSV and JSONL Formats.
- New SDK Functionality Table.
Updated
- ``SAClient.attach_items_from_integrated_storage`` now supports Databricks integration, enabling efficient
data fetching and mapping from Databricks into SuperAnnotate.
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