File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
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.17 - December 21, 2023
10+ __________________________
11+
12+ **Added **
13+
14+ - ``SAClient.upload_annotations() `` added default values to the annotations during the upload.
15+
16+ **Updated **
17+
18+ - Fixed `SAClient.search_project() search with special characters. `
19+ - ``pandas `` dependency ``pandas~=2.0 ``
20+
9214.4.16 - November 12, 2023
1022__________________________
1123
@@ -16,9 +28,9 @@ __________________________
1628**Updated **
1729
1830 - Documentation updates
19- - pillow dependency ``pillow>=9.5,~=10.0 ``.
20- - opencv dependency replaced by ``opencv-python-headless~=4.7 ``.
21- - pydantic dependency ``pydantic>=1.10,!=2.0.* ``.
31+ - `` pillow `` dependency ``pillow>=9.5,~=10.0 ``.
32+ - `` opencv `` dependency replaced by ``opencv-python-headless~=4.7 ``.
33+ - `` pydantic `` dependency ``pydantic>=1.10,!=2.0.* ``.
2234
23354.4.15 - August 20, 2023
2436________________________
Original file line number Diff line number Diff line change 33import sys
44
55
6- __version__ = "4.4.17b1 "
6+ __version__ = "4.4.17b2 "
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