Skip to content

Commit

Permalink
Bump version to v1.5.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed May 11, 2023
1 parent f6e32f7 commit 4f5b32c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.5.4 Intel® Geti™ SDK (11-05-2023)
## What's Changed
* Add active learning client for retrieving the active set by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/215
* Allow passing label dictionaries to `Geti.create_single_task_project_from_dataset` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/216
* Add string representation for `GetiVersion` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/217


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.3...v1.5.4

# v1.5.3 Intel® Geti™ SDK (10-05-2023)
## What's Changed
* Add `ONNX` as optimization type by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/212
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.3"
__version__ = "1.5.4"

__all__ = ["Geti"]

0 comments on commit 4f5b32c

Please sign in to comment.