Skip to content

Commit

Permalink
Bump version to v2.1.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Jun 5, 2024
1 parent 4d369ee commit e8c5fd2
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 @@
# v2.1.0 Intel® Geti™ SDK (05-06-2024)
## What's Changed
* Saliency map visualization by @igor-davidyuk in https://github.com/openvinotoolkit/geti-sdk/pull/424
* Add a model management notebook by @igor-davidyuk in https://github.com/openvinotoolkit/geti-sdk/pull/419
* Add support for asynchronous inference in deployments by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/421
* Bump imageio-ffmpeg from 0.4.9 to 0.5.1 in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/430
* Saliency map fix by @igor-davidyuk in https://github.com/openvinotoolkit/geti-sdk/pull/427
* Fix rotated detectionsaliency map processing by @igor-davidyuk in https://github.com/openvinotoolkit/geti-sdk/pull/431
* Handle projects with duplicate names in the `ProjectClient` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/425
* Update opencv-python requirement from ==4.9.* to ==4.10.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/428
* Update nightly test conda env directory by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/432


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v2.0.1...v2.1.0

# v2.0.1 Intel® Geti™ SDK (29-05-2024)
## What's Changed
* Add retry mechanism to better handle `ConnectionError` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/420
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__ = "2.0.1"
__version__ = "2.1.0"

__all__ = ["Geti"]

0 comments on commit e8c5fd2

Please sign in to comment.