Skip to content

Commit 4fed654

Browse files
yunchusungmanc
andauthored
Update for release 1.4.0 (#2399)
update version string Co-authored-by: Sungman Cho <[email protected]>
1 parent efed624 commit 4fed654

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
3535
- Fix NNCF training on CPU (<https://github.com/openvinotoolkit/training_extensions/pull/2373>)
3636
- Fix H-label classification (<https://github.com/openvinotoolkit/training_extensions/pull/2377>)
3737
- Fix invalid import structures in otx.api (<https://github.com/openvinotoolkit/training_extensions/pull/2383>)
38+
- Add for async inference calculating saliency maps from predictions (Mask RCNN IR) (<https://github.com/openvinotoolkit/training_extensions/pull/2395>)
3839

3940
### Known issues
4041

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ natsort>=6.0.0
44
prettytable
55
protobuf>=3.20.0
66
pyyaml
7-
datumaro==1.4.0rc4
7+
datumaro~=1.4.0
88
psutil
99
scipy>=1.8
1010
bayesian-optimization>=1.2.0

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.0rc4"
6+
__version__ = "1.4.0"
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.3
3-
otx==1.4.0rc4
3+
otx==1.4.0
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)