Skip to content

Commit 51fcb73

Browse files
authored
Update for 2.2.0rc2 (#3969)
update for 2.2.0rc2
1 parent 45f9a24 commit 51fcb73

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ All notable changes to this project will be documented in this file.
4949
(<https://github.com/openvinotoolkit/training_extensions/pull/3952>)
5050
- Move templates from OTX1.X to OTX2.X
5151
(<https://github.com/openvinotoolkit/training_extensions/pull/3951>)
52+
- Include Geti arrow dataset subset names
53+
(<https://github.com/openvinotoolkit/training_extensions/pull/3962>)
54+
- Include full image with anno in case there's no tile in tile dataset
55+
(<https://github.com/openvinotoolkit/training_extensions/pull/3964>)
56+
- Add type checker in converter for callable functions (optimizer, scheduler)
57+
(<https://github.com/openvinotoolkit/training_extensions/pull/3968>)
5258

5359
### Bug fixes
5460

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ In addition to the examples above, please refer to the documentation for tutoria
193193
- Support ImageFromBytes
194194
- enable model export
195195
- Move templates from OTX1.X to OTX2.X
196+
- Include Geti arrow dataset subset names
197+
- Include full image with anno in case there's no tile in tile dataset
198+
- Add type checker in converter for callable functions (optimizer, scheduler)
196199

197200
### Bug fixes
198201

docs/source/guide/release_notes/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Enhancements
3434
- Support ImageFromBytes
3535
- enable model export
3636
- Move templates from OTX1.X to OTX2.X
37+
- Include Geti arrow dataset subset names
38+
- Include full image with anno in case there's no tile in tile dataset
39+
- Add type checker in converter for callable functions (optimizer, scheduler)
3740

3841
Bug fixes
3942
^^^^^^^^^

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "2.2.0rc1"
6+
__version__ = "2.2.0rc2"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)