From 0ba7b6240dff10c62782a71ada10e6145502204f Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Wed, 25 Oct 2023 08:34:36 +0900 Subject: [PATCH] Update for 1.4.4rc1 (#2572) --- CHANGELOG.md | 7 +++++++ src/otx/__init__.py | 2 +- src/otx/api/usecases/exportable_code/demo/requirements.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9886a2edd..88e1beda101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## \[v1.4.4\] + +### Enhancements + +- Update ModelAPI configuration() +- Add Anomaly modelAPI changes () + ## \[v1.4.3\] ### Enhancements diff --git a/src/otx/__init__.py b/src/otx/__init__.py index 54213fd97ac..0730c04e7d7 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.4.3" +__version__ = "1.4.4rc1" # 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 6eda94d0e5e..26d5f57a346 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.6 -otx==1.4.3 +otx==1.4.4rc1 numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime