|
2 | 2 | All release higlighths of this project will be documented in this file. |
3 | 3 | ## 4.3.4 - May 22, 2022 |
4 | 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. |
| 5 | +- `JSON Schema` for video annotations to version `x` to reflect point annotations. |
| 6 | +- `superannotate.download_export()` function to preserve SA folder structure while downloading to S3 bucket. |
| 7 | +- `superannotate.get_item_metadata()` function to have string type values instead of int type for the `approval_status` key. |
| 8 | +- `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`. |
| 9 | +- `superannotate.get_item_metadata()` function to add the `is_pinned` key in the returned metadata. |
| 10 | +- `superannotate.clone_project()` function to have `NotStarted` project status for the newly created project. |
| 11 | +### Fixed |
| 12 | +- `superannotate.query()` function to address the missing value for the `path` key. |
| 13 | +- `superannotate.import_annotation()` function to address the extension issue with JPEG files while converting from `VOC` to SA. |
| 14 | +- `superannotate.import_annotation()` function to address int type pointlabels in the converted `JSON` from `COCO` to SA. |
| 15 | +- `superannotate_get_annotations()` & `superannotate.add_annotation_comment_to_image()` to address the issue with `asyncio` occuring on Windows. |
| 16 | +- `superannotate.set_image_annotation_status()` function add a deprecation warning. |
| 17 | +- `superannotate.set_images_annotation_statuses()` function add a deprecation warning. |
18 | 18 | ### Removed |
19 | 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. |
| 20 | +- `superannotate.attach_image_urls_to_project()` function. Please use the `superannotate.attach_items()` function instead. |
| 21 | +- `superannotate.attach_document_urls_to_project()` function. Please use the `superannotate.attach_items()` function instead. |
| 22 | +- `superannotate.attach_video_urls_to_project()` function. Please use the `superannotate.attach_items()` function instead. |
| 23 | +- `superannotate.copy_images()` function. Please use the `superannotate.copy_items()` function instead. |
| 24 | +- `superannotate.move_images()` function. Please use the `superannotate.move_items()` function instead. |
| 25 | +### |
25 | 26 | ## 4.3.3 - May 01 2022 |
26 | 27 | ### Added |
27 | 28 | - `attach_items()` function to link items (images, videos, and documents) from external storages to SuperAnnotate using URLs. |
|
0 commit comments