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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
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
+
###
3
14
## 4.4.1 - July 24, 2022
4
15
### Added
5
16
-`SAClient.create_custom_fields()`_method_ to create/add new custom fields to a project’s custom field schema.
0 commit comments