Skip to content

Commit 6853c55

Browse files
committed
releasing 0.11.2
1 parent 9266f75 commit 6853c55

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
88

99

10-
## [0.11.2] - 2023-02-DD
10+
## [0.11.2] - 2023-02-21
1111

1212
### Fixed
1313

1414
- Fixed compatibility between XLA in `_bincount` function ([#1471](https://github.com/Lightning-AI/metrics/pull/1471))
15-
16-
1715
- Fixed type hints in methods belonging to `MetricTracker` wrapper ([#1472](https://github.com/Lightning-AI/metrics/pull/1472))
18-
19-
2016
- Fixed `multilabel` in `ExactMatch` ([#1474](https://github.com/Lightning-AI/metrics/pull/1474))
2117

2218

23-
2419
## [0.11.1] - 2023-01-30
2520

2621
### Fixed

src/torchmetrics/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.11.1"
1+
__version__ = "0.11.2"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "name@pytorchlightning.ai"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)