Skip to content

Commit 8690bf9

Browse files
authored
Update for 1.4.0rc4 (#2385)
update for release 1.4.0rc4
1 parent 22aaf2a commit 8690bf9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
2525
- Update OpenVINO version to 2023.0, and NNCF verion to 2.5 (<https://github.com/openvinotoolkit/training_extensions/pull/2090>)
2626
- Improve XAI saliency map generation for tiling detection and tiling instance segmentation (<https://github.com/openvinotoolkit/training_extensions/pull/2240>)
2727
- Remove CenterCrop from Classification test pipeline and editing missing docs link(<https://github.com/openvinotoolkit/training_extensions/pull/2375>)
28+
- Switch to PTQ for sseg (<https://github.com/openvinotoolkit/training_extensions/pull/2374>)
2829

2930
### Bug fixes
3031

@@ -33,6 +34,7 @@ All notable changes to this project will be documented in this file.
3334
- Fix the bug that label order is misaligned when model is deployed from Geti (<https://github.com/openvinotoolkit/training_extensions/pull/2369>)
3435
- Fix NNCF training on CPU (<https://github.com/openvinotoolkit/training_extensions/pull/2373>)
3536
- Fix H-label classification (<https://github.com/openvinotoolkit/training_extensions/pull/2377>)
37+
- Fix invalid import structures in otx.api (<https://github.com/openvinotoolkit/training_extensions/pull/2383>)
3638

3739
### Known issues
3840

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