Skip to content

Commit

Permalink
Update version 1.6.4 (#3872)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Aug 21, 2024
1 parent e563f62 commit 4bb9e1c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Bug fixes

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

## \[v1.6.3\]

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ You can find more details with examples in the [CLI command intro](https://openv

## Updates

### v1.6.3 (3Q24)
### v1.6.4 (3Q24)

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

### Release History

Expand Down
6 changes: 6 additions & 0 deletions docs/source/guide/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Releases
.. toctree::
:maxdepth: 1

v1.6.4 (3Q24)
-------------

- Pad input image to square when tiling is enabled
- Fix confusion matrix calculation

v1.6.3 (3Q24)
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/otx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Copyright (C) 2021-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.6.4rc0"
__version__ = "1.6.4"
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
2 changes: 1 addition & 1 deletion src/otx/api/usecases/exportable_code/demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openvino==2023.3.0
openvino-model-api==0.1.9.1
otx==1.6.3
otx==1.6.4
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 comments on commit 4bb9e1c

Please sign in to comment.