Skip to content

Commit 9c88dec

Browse files
authored
update for 1.6.5 (#3880)
1 parent 1fced5a commit 9c88dec

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
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.6.5\]
6+
7+
### Bug fixes
8+
9+
- Fix labels names in hierarchical config (<https://github.com/openvinotoolkit/training_extensions/pull/3879>)
10+
- Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet (<https://github.com/openvinotoolkit/training_extensions/pull/3873>)
11+
512
## \[v1.6.4\]
613

714
### Bug fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ You can find more details with examples in the [CLI command intro](https://openv
9898

9999
## Updates
100100

101-
### v1.6.4 (3Q24)
101+
### v1.6.5 (3Q24)
102102

103-
- Pad input image to square when tiling is enabled
104-
- Fix confusion matrix calculation
103+
- Fix labels names in hierarchical config
104+
- Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet
105105

106106
### Release History
107107

docs/source/guide/release_notes/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Releases
44
.. toctree::
55
:maxdepth: 1
66

7+
v1.6.5 (3Q24)
8+
-------------
9+
10+
- Fix labels names in hierarchical config
11+
- Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet
12+
713
v1.6.4 (3Q24)
814
-------------
915

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.6.4"
6+
__version__ = "1.6.5"
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.3.0
22
openvino-model-api==0.1.9.1
3-
otx==1.6.4
3+
otx==1.6.5
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)