Skip to content

Commit

Permalink
Update otx version to 1.5.2 (#3174)
Browse files Browse the repository at this point in the history
* update otx version to 1.5.2

* Update CHANGELOG.md
  • Loading branch information
yunchu authored and goodsong81 committed Mar 21, 2024
1 parent d325af6 commit 53836f6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to this project will be documented in this file.

## \[v1.5.1\]
## \[v1.5.2\]

> **NOTES**
>
> OpenVINO™ Training Extension v1.5.2 does not include the latest functional and security updates. OpenVINO™ Training Extension v2.0.0 is targeted to be released in April 2024 and will include additional functional and security updates. Customers should update to the latest version as it becomes available.
### Bug fixes

Expand Down
7 changes: 7 additions & 0 deletions docs/source/guide/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Releases
.. toctree::
:maxdepth: 1

v1.5.2 (1Q24)
-------------

- Remove polygon clipping code
- Hotfix default memcache size to 100MB


v1.5.0 (4Q23)
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/otx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Copyright (C) 2021-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.5.1"
__version__ = "1.5.2"
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
2 changes: 1 addition & 1 deletion src/otx/api/usecases/exportable_code/demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openvino==2023.0
openvino-model-api==0.1.9
otx==1.5.0
otx==1.5.2
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 comments on commit 53836f6

Please sign in to comment.