Skip to content

Commit 455d18f

Browse files
authored
Update CHANGELOG.md
1 parent 2554f60 commit 455d18f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22
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+
###
322
## 4.3.0 - Feb 27 2022
423
### Added
524
- `get_annotations` to load annotations for the list of items.

0 commit comments

Comments
 (0)