Skip to content

Commit 884a496

Browse files
committed
Merge branch 'develop' into HEAD
2 parents 793f7c0 + 39d53ac commit 884a496

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ History
66

77
All release highlights of this project will be documented in this file.
88

9+
4.4.12 - April 23, 2023
10+
______________________
11+
12+
**Updated**
13+
14+
- ``SAClient.get_annotations_per_frame()`` Added interpolation of polygonal and polyline annotations.
15+
16+
**Fixed**
17+
18+
- ``SAClient.add_contributors_to_project()`` method.
19+
- ``SAClient.run_prediction()`` method.
20+
21+
**Removed**
22+
23+
- ``SAClient.create_project_from_metadata()`` method.
24+
- ``SAClient.get_project_image_count()`` method.
25+
926
4.4.11 - April 2, 2023
1027
______________________
1128

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
import typing
55

6-
__version__ = "4.4.12dev4"
6+
__version__ = "4.4.12"
77

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

0 commit comments

Comments
 (0)