Skip to content

Commit 20ce156

Browse files
authored
Update CHANGELOG.md
1 parent 233f19c commit 20ce156

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22
All release highlights of this project will be documented in this file.
3+
## 4.4.2 - August 21, 2022
4+
### Updated
5+
- the **schema** of `classes JSON` to support new values for the `"group_type"` key for a given attribute group. `"group_type": "radio" | "checklist" | "text" | "numeric"`.
6+
- the **schema** of `video annotation JSON` to support instances that have a `"tag"` type.
7+
### Fixed
8+
- `SAClient.get_annotations()` _method_ to address the issue of working with the large projects.
9+
- `SAClient.get_annotations_per_frame()` _method_ to address the issue of throwing an error on small videos when the fps is set to 1.
10+
- `SAClient.upload_annotations_from_folder_to_project()` to address the issue of timestamp values represented in seconds for the `"lastAction"`.
11+
- `SAClient.download_export()` _method_ to address the issue of empty logs.
12+
- `SAClient.clone_project()` _method_ to address the issue of having a corrupted project clone, when the source project has a keypoint workflow.
13+
###
314
## 4.4.1 - July 24, 2022
415
### Added
516
- `SAClient.create_custom_fields()` _method_ to create/add new custom fields to a project’s custom field schema.

0 commit comments

Comments
 (0)