Skip to content

Commit

Permalink
Update for 1.6.2 release (#3555)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored May 29, 2024
1 parent 6b8eccb commit b3b13ba
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## \[v1.6.2\]

### Enhancements

- Add augmentation details page to the docs (<https://github.com/openvinotoolkit/training_extensions/pull/3533>)

### Bug fixes

- Pin OTX version to requirements.txt file for the exportable package (<https://github.com/openvinotoolkit/training_extensions/pull/3555>)

## \[v1.6.1\]

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

## Updates

### v1.6.2 (2Q24)

- Pin OTX version to requirements.txt file for the exportable package (<https://github.com/openvinotoolkit/training_extensions/pull/3555>)
- Add augmentation details page to the docs (<https://github.com/openvinotoolkit/training_extensions/pull/3533>)

### v1.6.1 (2Q24)

- Replace the default model for rotated_det/ins_seg task from resnet50_maskrcnn to efficientnetb2b_maskrcnn (<https://github.com/openvinotoolkit/training_extensions/pull/3478>)
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.2 (2Q24)
-------------

- Pin OTX version to requirements.txt file for the exportable package
- Add augmentation details page to the docs

v1.6.1 (2Q24)
-------------

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.1"
__version__ = "1.6.2"
# 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 @ git+https://github.com/openvinotoolkit/training_extensions@releases/1.6.0
otx==1.6.2
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 b3b13ba

Please sign in to comment.