From 53836f6f762ec3e3e5b7f03ba2faedd8e93a6177 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Thu, 21 Mar 2024 15:12:18 +0900 Subject: [PATCH] Update otx version to 1.5.2 (#3174) * update otx version to 1.5.2 * Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- docs/source/guide/release_notes/index.rst | 7 +++++++ src/otx/__init__.py | 2 +- src/otx/api/usecases/exportable_code/demo/requirements.txt | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9935de380cf..811d55b9523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/source/guide/release_notes/index.rst b/docs/source/guide/release_notes/index.rst index feb9fb32b75..08abb0d55a6 100644 --- a/docs/source/guide/release_notes/index.rst +++ b/docs/source/guide/release_notes/index.rst @@ -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) ------------- diff --git a/src/otx/__init__.py b/src/otx/__init__.py index c7a2892c4e2..1b38cc3dbe1 100644 --- a/src/otx/__init__.py +++ b/src/otx/__init__.py @@ -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 diff --git a/src/otx/api/usecases/exportable_code/demo/requirements.txt b/src/otx/api/usecases/exportable_code/demo/requirements.txt index d268ee95e62..7bf83847c82 100644 --- a/src/otx/api/usecases/exportable_code/demo/requirements.txt +++ b/src/otx/api/usecases/exportable_code/demo/requirements.txt @@ -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