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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
All release higlighths of this project will be documented in this file.
3
+
## 4.3.1 - March 20 2022
4
+
### Added
5
+
-`get_integrations()` to list all existing integrations with cloud storages.
6
+
-`attach_items_from_integrated_storage()` to attach items from an integrated cloud storage.
7
+
-`upload_priority_scores()` to set priority scores for a given list of items.
8
+
### Updated
9
+
-`JSON Schema` to version `1.0.40` to add instance type differentiation for text annotations and `"exclude"` key for subtracted polygon instances for image annotations.
10
+
-`validate_annotations()` to validate text and image annotations based on JSON schema version `1.0.40`.
11
+
-`get_annotations()` to get annotation instances based on JSON schema version `1.0.40`.
12
+
-`prepare_export()` to prepare for the download annotations with based on JSON schema version `1.0.40`.
13
+
-`upload_annotations_from_folder_to_project()` & `upload_preannotations_from_folder_to_project()` to handle upload based on JSON schema version `1.0.40`.
14
+
-`create_project()` to add `"status"` key in returned metadata.
15
+
-`get_project_metadata()` to add `"status"` key.
16
+
-`create_project_from_project_metadata()` to make `"description"` key not required.
17
+
-`clone_project()` to add generic `"description"`.
18
+
### Fixed
19
+
-`sa.get_annotations_per_frame()` to take correct attributes.
20
+
-`sa.get_annotations_per_frame()` & `get_annotations()` to eliminate duplicate instances.
21
+
###
3
22
## 4.3.0 - Feb 27 2022
4
23
### Added
5
24
-`get_annotations` to load annotations for the list of items.
0 commit comments