Skip to content

Commit 41aaba3

Browse files
committed
releasing 1.7.1
1 parent 64eaa26 commit 41aaba3

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

CHANGELOG.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,20 @@ 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-
## [Unreleased] - YYYY-MM-DD
11-
12-
### Added
13-
14-
-
10+
---
1511

12+
## [1.7.1] - 2025-04-06
1613

1714
### Changed
1815

1916
- Enhance Support Adding a `MetricCollection` to Another `MetricCollection` in `add_metrics` Function ([#3032](https://github.com/Lightning-AI/torchmetrics/pull/3032))
2017

21-
22-
### Deprecated
23-
24-
-
25-
26-
27-
### Removed
28-
29-
-
30-
31-
3218
### Fixed
3319

3420
- Fixed absent class `MeanIOU` ([#2892](https://github.com/Lightning-AI/torchmetrics/pull/2892))
35-
36-
3721
- Fixed detection IoU ignores predictions without ground truth ([#3025](https://github.com/Lightning-AI/torchmetrics/pull/3025))
38-
39-
4022
- Fixed error raised in `MulticlassAccuracy` when top_k>1 ([#3039](https://github.com/Lightning-AI/torchmetrics/pull/3039))
4123

42-
---
43-
4424
## [1.7.0] - 2025-03-20
4525

4626
### Added

src/torchmetrics/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.0.post"
1+
__version__ = "1.7.1"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)