You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,40 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
8
8
9
9
10
-
## [Unreleased] - YYYY-MM-DD
11
-
12
-
### Added
13
-
14
-
-
10
+
---
15
11
12
+
## [1.7.1] - 2025-04-06
16
13
17
14
### Changed
18
15
19
16
- Enhance Support Adding a `MetricCollection` to Another `MetricCollection` in `add_metrics` Function ([#3032](https://github.com/Lightning-AI/torchmetrics/pull/3032))
20
17
21
-
22
-
### Deprecated
23
-
24
-
-
25
-
26
-
27
-
### Removed
28
-
29
-
-
30
-
31
-
32
18
### Fixed
33
19
34
20
- Fixed absent class `MeanIOU` ([#2892](https://github.com/Lightning-AI/torchmetrics/pull/2892))
35
-
36
-
37
21
- Fixed detection IoU ignores predictions without ground truth ([#3025](https://github.com/Lightning-AI/torchmetrics/pull/3025))
38
-
39
-
40
22
- Fixed error raised in `MulticlassAccuracy` when top_k>1 ([#3039](https://github.com/Lightning-AI/torchmetrics/pull/3039))
0 commit comments