Skip to content

Commit 4c45da6

Browse files
authored
Merge pull request #663 from superannotateai/changelog_21_12_23
Change log update 12.21.23
2 parents fced80d + a0a763c commit 4c45da6

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ History
66

77
All 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+
921
4.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

2335
4.4.15 - August 20, 2023
2436
________________________

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

55

6-
__version__ = "4.4.17b1"
6+
__version__ = "4.4.17b2"
77

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

0 commit comments

Comments
 (0)