Skip to content

Commit 29a268b

Browse files
committed
Bump version to v1.2 and update changelog
1 parent 2851dfb commit 29a268b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v1.2 Intel® Geti™ SDK (24-01-2023)
2+
## What's Changed
3+
* Add `size` field to MediaInformation data model by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/133
4+
* Update available Geti versions by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/134
5+
* Update pillow requirement from ==9.3.* to ==9.4.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/131
6+
* Fix a mismatch in the data model for the Optimization Job by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/136
7+
* Add DeploymentClient to streamline deployment mechanism by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/135
8+
* Update prediction mechanism by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/137
9+
* Update ipython requirement from ==8.7.* to ==8.8.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/138
10+
* Bump openvino from 2022.2.0 to 2022.3.0 in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/130
11+
* Update various dependencies by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/140
12+
* Minor refactor in `Geti` class and fix in `predict_image` method by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/139
13+
* Make `maps` key optional when converting Predictions from dictionary input by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/141
14+
* Fix documentation workflow to deploy from build artifact by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/143
15+
* Make workaround for issue with detection prediction conversion by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/142
16+
17+
18+
**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.1.1...v1.2.0
19+
120
# v1.1.1 Intel® Geti™ SDK (20-12-2022)
221
## What's Changed
322
* Fix issue with model to dictionary conversion by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/128

geti_sdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878

7979
from .geti import Geti
8080

81-
__version__ = "1.1.1"
81+
__version__ = "1.2"
8282

8383
__all__ = ["Geti"]

0 commit comments

Comments
 (0)