Skip to content

Minor fixes. depreciated functions

Choose a tag to compare

@VaghinakDev VaghinakDev released this 22 May 18:08
· 1252 commits to master since this release
2249bba

​​### Updated​

  • JSON Schema for video annotations to version x to reflect point annotations.
  • superannotate.download_export() function to preserve SA folder structure while downloading to S3 bucket.
  • superannotate.get_item_metadata() function to have string type values instead of int type for the approval_status key.
  • superannotate.get_item_metadata() function to change the value for the path key in the item metadata from project/folder/item format to project/folder.
  • superannotate.get_item_metadata() function to add the is_pinned key in the returned metadata.
  • superannotate.clone_project() function to have NotStarted project status for the newly created project.​

Fixed​

  • superannotate.query() function to address the missing value for the path key.
  • superannotate.import_annotation() function to address the extension issue with JPEG files while converting from VOC to SA.
  • superannotate.import_annotation() function to address int type pointlabels in the converted JSON from COCO to SA.
  • superannotate_get_annotations() & superannotate.add_annotation_comment_to_image() to address the issue with asyncio occuring on Windows.
  • superannotate.set_image_annotation_status() function add a deprecation warning.
  • superannotate.set_images_annotation_statuses() function add a deprecation warning.

Removed​

  • share_projects() function.
  • superannotate.attach_image_urls_to_project() function. Please use the superannotate.attach_items() function instead.
  • superannotate.attach_document_urls_to_project() function. Please use the superannotate.attach_items() function instead.
  • superannotate.attach_video_urls_to_project() function. Please use the superannotate.attach_items() function instead.
  • superannotate.copy_images() function. Please use the superannotate.copy_items() function instead.
  • superannotate.move_images() function. Please use the superannotate.move_items() function instead.