Skip to content

Commit

Permalink
Update for 2.2.0rc2 (#3969)
Browse files Browse the repository at this point in the history
update for 2.2.0rc2
  • Loading branch information
yunchu authored Sep 20, 2024
1 parent 45f9a24 commit 51fcb73
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ All notable changes to this project will be documented in this file.
(<https://github.com/openvinotoolkit/training_extensions/pull/3952>)
- Move templates from OTX1.X to OTX2.X
(<https://github.com/openvinotoolkit/training_extensions/pull/3951>)
- Include Geti arrow dataset subset names
(<https://github.com/openvinotoolkit/training_extensions/pull/3962>)
- Include full image with anno in case there's no tile in tile dataset
(<https://github.com/openvinotoolkit/training_extensions/pull/3964>)
- Add type checker in converter for callable functions (optimizer, scheduler)
(<https://github.com/openvinotoolkit/training_extensions/pull/3968>)

### Bug fixes

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ In addition to the examples above, please refer to the documentation for tutoria
- Support ImageFromBytes
- enable model export
- Move templates from OTX1.X to OTX2.X
- Include Geti arrow dataset subset names
- Include full image with anno in case there's no tile in tile dataset
- Add type checker in converter for callable functions (optimizer, scheduler)

### Bug fixes

Expand Down
3 changes: 3 additions & 0 deletions docs/source/guide/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Enhancements
- Support ImageFromBytes
- enable model export
- Move templates from OTX1.X to OTX2.X
- Include Geti arrow dataset subset names
- Include full image with anno in case there's no tile in tile dataset
- Add type checker in converter for callable functions (optimizer, scheduler)

Bug fixes
^^^^^^^^^
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,7 +3,7 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

__version__ = "2.2.0rc1"
__version__ = "2.2.0rc2"

import os
from pathlib import Path
Expand Down

0 comments on commit 51fcb73

Please sign in to comment.