From b7dd5706355ac33a334474e7c9447c728ccc57aa Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Wed, 11 Oct 2023 17:30:27 +0900 Subject: [PATCH] Update for release 1.4.3rc1 (#2542) --- CHANGELOG.md | 6 ++++++ src/otx/__init__.py | 2 +- src/otx/api/usecases/exportable_code/demo/requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c963187e5..fb9886a2edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## \[v1.4.3\] + +### Enhancements + +- Re-introduce adaptive scheduling for training () + ## \[v1.4.2\] ### Enhancements diff --git a/src/otx/__init__.py b/src/otx/__init__.py index c21696d1ee0..6e53681293f 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.2" +__version__ = "1.4.3rc1" # 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 d6794af16ab..065f1522fd3 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.3 -otx==1.4.2 +otx==1.4.3rc1 numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime