Skip to content

Commit d6458e6

Browse files
authored
Update for release 2.2.0rc8 (#4043)
1 parent 08de045 commit d6458e6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ In addition to the examples above, please refer to the documentation for tutoria
211211
- Fix config converter for tiling
212212
- Fix num_trials calculation on dataset length less than num_class
213213
- Fix out_features in HierarchicalCBAMClsHead
214+
- Fix multilabel_accuracy of MixedHLabelAccuracy
214215

215216
### Known issues
216217

docs/source/guide/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Bug fixes
5353
- Fix config converter for tiling
5454
- Fix num_trials calculation on dataset length less than num_class
5555
- Fix out_features in HierarchicalCBAMClsHead
56+
- Fix multilabel_accuracy of MixedHLabelAccuracy
5657

5758
v2.1.0 (2024.07)
5859
----------------

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.0rc7"
6+
__version__ = "2.2.0rc8"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)