Skip to content

Commit 8867d65

Browse files
committed
Fix merge conficts
2 parents fab318b + 7db04be commit 8867d65

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,47 @@ All release highlights of this project will be documented in this file.
2323
- `superannotate.init()` _function_. Please instantiate `superannotate.SAClient()` _class_ to authenticate.
2424
- `superannotate.set_image_annotation_status()` _function_. Please use the `SAClient.set_annotation_statuses()` _method_ instead.
2525
- `superannotate.set_images_annotations_statuses()` _function_. Please use the `SAClient.set_annotation_statuses()` _method_ instead.
26+
## 4.3.4 - May 22, 2022
27+
### Updated
28+
- `JSON Schema` for video annotations to version `x` to reflect point annotations.
29+
- `superannotate.download_export()` function to preserve SA folder structure while downloading to S3 bucket.
30+
- `superannotate.get_item_metadata()` function to have string type values instead of int type for the `approval_status` key.
31+
- `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`.
32+
- `superannotate.get_item_metadata()` function to add the `is_pinned` key in the returned metadata.
33+
- `superannotate.clone_project()` function to have `NotStarted` project status for the newly created project.
34+
### Fixed
35+
- `superannotate.query()` function to address the missing value for the `path` key.
36+
- `superannotate.import_annotation()` function to address the extension issue with JPEG files while converting from `VOC` to SA.
37+
- `superannotate.import_annotation()` function to address int type pointlabels in the converted `JSON` from `COCO` to SA.
38+
- `superannotate_get_annotations()` & `superannotate.add_annotation_comment_to_image()` to address the issue with `asyncio` occuring on Windows.
39+
- `superannotate.set_image_annotation_status()` function add a deprecation warning.
40+
- `superannotate.set_images_annotation_statuses()` function add a deprecation warning.
41+
### Removed
42+
- `share_projects()` function.
43+
- `superannotate.attach_image_urls_to_project()` function. Please use the `superannotate.attach_items()` function instead.
44+
- `superannotate.attach_document_urls_to_project()` function. Please use the `superannotate.attach_items()` function instead.
45+
- `superannotate.attach_video_urls_to_project()` function. Please use the `superannotate.attach_items()` function instead.
46+
- `superannotate.copy_images()` function. Please use the `superannotate.copy_items()` function instead.
47+
- `superannotate.move_images()` function. Please use the `superannotate.move_items()` function instead.
48+
###
49+
## 4.3.3 - May 01 2022
50+
### Added
51+
- `attach_items()` function to link items (images, videos, and documents) from external storages to SuperAnnotate using URLs.
52+
- `copy_items()` function to copy items (images, videos, and documents) in bulk between folders in a project.
53+
- `move_items()` function to move items (images, videos, and documents) in bulk between folders in a project.
54+
- `set_annotation_statuses()` function to change the annotation status of items (images, videos, and documents) in bulk.
55+
### Updated
56+
- `aggregate_annotations_as_df()` function now supports Text Projects.
57+
### Fixed
58+
- `validate_annotations()` function to accept only numeric type values for the `points` field.
59+
- `prepare_export()` function to address the issue when the entire project is prepared when a wrong folder name is provided.
60+
- `search_team_contributors()` function to address the error message when `email` parameter is used.
61+
- `get_item_metadata()` to address the issue with approved/disapproved items.
62+
### Removed
63+
- `get_project_and_folder_metadata()` function.
64+
- `get_image_metadata()` function. Please use `get_item_metadata()` instead.
65+
- `search_images()` function. Please use `search_items()` instead.
66+
- `search images_all_folders()` function. Please use `search_items()` instead.
2667
###
2768
## 4.3.2 - April 10 2022
2869
### Added

0 commit comments

Comments
 (0)