File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All release higlighths of this project will be documented in this file.
3+ ## 4.3.4 - May 22, 2022
4+ ### Updated
5+ - ` JSON Schema ` for video annotations to version x to reflect point annotations.
6+ - ` download_export() ` function to preserve SA folder structure while downloading to S3 bucket.
7+ - ` get_item_metadata() ` function to have string type values instead of int type for the approval_status key.
8+ - ` get_item_metadata() ` function to change the value for the path key in the item metadata from project/folder/item format to project/folder.
9+ - ` get_item_metadata() ` function to add the is_pinned key in the returned metadata.
10+ - ` clone_project() ` function to have NotStarted project status for the newly created project.
11+ ### Fixed
12+ - ` query() ` function to address the missing value for the path key.
13+ - ` import_annotation() ` function to address the extension issue with JPEG files while converting from VOC to SA.
14+ - ` import_annotation() ` function to address int type pointlabels in the converted JSON from COCO to SA.
15+ - ` superannotate_get_annotations() ` ` add_annotation_comment_to_image() ` to address the issue with asyncio occuring on Windows.
16+ - ` set_image_annotation_status() ` function add a deprecation warning.
17+ - ` set_images_annotation_statuses() ` function add a deprecation warning.
18+ ### Removed
19+ - ` share_projects() ` function.
20+ - ` attach_image_urls_to_project() ` function. Please use the ` attach_items() ` function instead.
21+ - ` attach_document_urls_to_project() ` function. Please use the ` attach_items() ` function instead.
22+ - ` attach_video_urls_to_project() ` function. Please use the ` attach_items() ` function instead.
23+ - ` copy_images() ` function. Please use the ` copy_items() ` function instead.
24+ - ` move_images() ` function. Please use the ` move_items() ` function instead.
325## 4.3.3 - May 01 2022
426### Added
527- ` attach_items() ` function to link items (images, videos, and documents) from external storages to SuperAnnotate using URLs.
You can’t perform that action at this time.
0 commit comments