Skip to content

Commit

Permalink
Bump version to v1.8.0rc1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Jul 19, 2023
1 parent da04d28 commit 2c4bec2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [pre-release] v1.8.0rc1 Intel® Geti™ SDK (19-07-2023)
## What's Changed
* Predict video on local by @jihyeonyi in https://github.com/openvinotoolkit/geti-sdk/pull/243
* Update job datamodel for new job scheduler by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/251
* Add `model` key to TestMetaData by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/252
* Improve error handling for version parsing by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/253
* Update SECURITY.md by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/256
* Add `nosec` for safe subprocess use in `predict_video.py` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/257
* Update openvino to 2023.0 and OTX to v1.4 by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/255
* Update opencv-python requirement from ==4.5.* to ==4.8.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/249
* Bump orjson from 3.8.8 to 3.9.2 in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/250


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.8...v1.8.0rc1

# v1.5.8 Intel® Geti™ SDK (19-06-2023)
## What's Changed
* Update vcrpy requirement from ==4.2.* to ==4.3.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/227
Expand Down
2 changes: 1 addition & 1 deletion geti_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@

from .geti import Geti

__version__ = "1.5.8"
__version__ = "1.8.0rc1"

__all__ = ["Geti"]

0 comments on commit 2c4bec2

Please sign in to comment.