You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+66-1Lines changed: 66 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,70 @@
1
1
# Changelog
2
-
All release higlighths of this project will be documented in this file.
2
+
All release highlights of this project will be documented in this file.
3
+
## 4.4.0 - July 03, 2022
4
+
### Added
5
+
-`superannotate.SAClient()`_class_ to instantiate team-level authentication and inheriting methods to access the back-end.
6
+
-`SAClient.download_annotations()`_method_ to download annotations without preparing an Export object.
7
+
-`SAClient.get_subsets()`_method_ to get the existing subsets for a given project.
8
+
-`SAClient.assign_items()`_method_ to assign items in a given project to annotators or quality specialists.
9
+
-`SAClient.unassign_items()`_method_ to remove assignments from items.
10
+
-`SAClient.delete_items()`_method_ to delete items in a given project.
11
+
### Updated
12
+
-`JSON Schema` for video annotations to version `1.0.45` to show **polygon** and **polyline** annotations.
13
+
-`SAClient.get_annotations_per_frame()`_method_ to show **polygon** and **polyline** annotations.
14
+
-`SAClient.get_annotations_per_frame()`_method_ to pick instances closer to a given **frame start** instead of the **median**.
15
+
-`SAClient.query()`_method_ to add the `subset` argument to support querying in a subset.
16
+
### Fixed
17
+
-`SAClient.set_annotation_statuses()`_method_ to address the issue occurring with more than 500 items.
18
+
-`SAClient.get_annotations()`_method_ to address the `PayloadError` occurring with more than 20000 items.
19
+
-`SAClient.get_annotations()`_method_ to address the missing `'duration'` and `'tags'` keys for newly uploaded and unannotated videos.
20
+
-`SAClient.get_annotations_per_frame()`_method_ to address missing `'duration'` and `'tags'` keys for newly uploaded and unannotated videos.
21
+
-`SAClient.get_annotations_per_frame()`_method_ to address the wrong `classId` value for unclassified instances.
22
+
### Removed
23
+
-`superannotate.init()`_function_. Please instantiate `superannotate.SAClient()`_class_ to authenticate.
24
+
-`superannotate.set_image_annotation_status()`_function_. Please use the `SAClient.set_annotation_statuses()`_method_ instead.
25
+
-`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.
0 commit comments