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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
All release highlights of this project will be documented in this file.
3
+
## 4.4.4 - September 11, 2022
4
+
### Updated
5
+
- Improvements on working with large files.
6
+
### Fixed
7
+
-`SAClient.upload_annotations_from_folder_to_project()`_method_ to address the issue of the dissaperaing progress bar.
8
+
-`SAClient.run_prediction()`_method_ to address the issue of the OCR model.
9
+
-`SAClient.validate_annotations()`_method_ to address the issue of missing log messages.
10
+
-`SAClient.create_project_from_metadata()`_method_ to address the issue of returning deprecated `is_multiselect` key.
11
+
-`SAClient.get_annotations()`_method_ to address the issue of returning error messages as annotation dicts.
12
+
###
3
13
## 4.4.2, 4.4.3 - August 21, 2022
4
14
### Updated
5
15
- 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"`.
0 commit comments