Skip to content

Commit 4bb9e1c

Browse files
authored
Update version 1.6.4 (#3872)
1 parent e563f62 commit 4bb9e1c

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Bug fixes
88

99
- Pad input image to square when tiling is enabled (<https://github.com/openvinotoolkit/training_extensions/pull/3844>)
10+
- Fix confusion matrix calculation (<https://github.com/openvinotoolkit/training_extensions/pull/3857>)
1011

1112
## \[v1.6.3\]
1213

README.md

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

9999
## Updates
100100

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

103-
- Improve Vitens Kiemgetal OTX 1.6.x
104-
- Fix rotated detection data pipeline
105-
- Update dependencies to omit vulnerabilities
103+
- Pad input image to square when tiling is enabled
104+
- Fix confusion matrix calculation
106105

107106
### Release History
108107

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.4 (3Q24)
8+
-------------
9+
10+
- Pad input image to square when tiling is enabled
11+
- Fix confusion matrix calculation
12+
713
v1.6.3 (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.4rc0"
6+
__version__ = "1.6.4"
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.3
3+
otx==1.6.4
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)