File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 66
77All 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+
9264.4.11 - April 2, 2023
1027______________________
1128
Original file line number Diff line number Diff line change 33import sys
44import typing
55
6- __version__ = "4.4.12dev4 "
6+ __version__ = "4.4.12 "
77
88sys .path .append (os .path .split (os .path .realpath (__file__ ))[0 ])
99
You can’t perform that action at this time.
0 commit comments