Skip to content

Commit 8cc05d3

Browse files
authored
Merge branch 'master' into develop
2 parents 284fe5d + 1e58550 commit 8cc05d3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22
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+
###
313
## 4.4.2, 4.4.3 - August 21, 2022
414
### Updated
515
- 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"`.

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
__version__ = "4.4.5b7"
5+
__version__ = "4.4.5b
66

77

88
sys.path.append(os.path.split(os.path.realpath(__file__))[0])

0 commit comments

Comments
 (0)