Skip to content

Improvements and bug fixes.

Choose a tag to compare

@VaghinakDev VaghinakDev released this 04 Dec 16:27
· 821 commits to master since this release
78dac5b

4.4.7 - December 04, 2022

Updated

  • SAClient.search_folders method to add a new status argument for searching folders via status.
  • Schemas for Annotation Classes and Video Annotation to support text and numeric input attribute group types.

Fixed

  • SAClient.query method to address invalid exceptions.
  • SAClient.download_export method to address the issue with downloading for Windows OS.
  • SAClient.attach_items_from_integrated_storage method to address "integration not found" error.
  • SAClient.aggregate_annotations_as_df method to support files without "___objects" in their naming.

Removed

  • SAClient.add_annotation_bbox_to_image method, use SAClient.upload_annotations instead.
  • SAClient.add_annotation_point_to_image method, use SAClient.upload_annotations instead.
  • SAClient.add_annotation_comment_to_image method, use SAClient.upload_annotations instead.