Skip to content

Improvements and bug fixes.

Choose a tag to compare

@VaghinakDev VaghinakDev released this 23 Oct 18:25
· 890 commits to master since this release
9a86a73

4.4.5 - October 23, 2022

Added

  • SAClient.add_items_to_subset method to associate given items with a Subset.
  • SAClient.upload_annotations method to upload annotations in SA format from the system memory.

Updated

  • SAClient.upload_annotations_from_folder_to_project & SAClient.upload_image_annotations methods to add keep_status
    argument to prevent the annotation status from changing to In Progress after the annotation upload.
  • Item metadata to add a new key for holding the id of an item.
  • SAClient.upload_preannotations_from_folder_to_project to add a deprecation warning message.
  • SAClient.copy_image to add a deprecation warning message.

Fixed

  • SAClient.validate_annotations method.
  • SAClient.search_items, SAClient.get_item_metadata methods to address defects related to pydantic 1.8.2.
  • A defect related to editor to address the issue of uploading a tag instance without attributes.

​###