Skip to content

Commit 0ba7b62

Browse files
authored
Update for 1.4.4rc1 (#2572)
1 parent 8fafd40 commit 0ba7b62

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## \[v1.4.4\]
6+
7+
### Enhancements
8+
9+
- Update ModelAPI configuration(<https://github.com/openvinotoolkit/training_extensions/pull/2564>)
10+
- Add Anomaly modelAPI changes (<https://github.com/openvinotoolkit/training_extensions/pull/2563>)
11+
512
## \[v1.4.3\]
613

714
### Enhancements

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Copyright (C) 2021-2023 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "1.4.3"
6+
__version__ = "1.4.4rc1"
77
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
openvino==2023.0
22
openvino-model-api==0.1.6
3-
otx==1.4.3
3+
otx==1.4.4rc1
44
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 commit comments

Comments
 (0)