Skip to content

Commit 2249bba

Browse files
authored
Update CHANGELOG.md
1 parent 150d20a commit 2249bba

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

CHANGELOG.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@
22
All release higlighths of this project will be documented in this file.
33
## 4.3.4 - May 22, 2022
44
### 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.
1818
### Removed
1919
- `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+
###
2526
## 4.3.3 - May 01 2022
2627
### Added
2728
- `attach_items()` function to link items (images, videos, and documents) from external storages to SuperAnnotate using URLs.

0 commit comments

Comments
 (0)