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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
8
8
9
+
---
9
10
10
-
## [Unreleased] - YYYY-MM-DD
11
+
## [1.7.4] - 2025-07-03
11
12
12
13
### Changed
13
14
14
15
- Improved numerical stability of pearson's correlation coefficient ([#3152](https://github.com/Lightning-AI/torchmetrics/pull/3152))
15
16
16
-
17
-
### Deprecated
18
-
19
-
-
20
-
21
17
### Fixed
22
18
23
19
- Fixed: Ignore zero and negative predictions in retrieval metrics ([#3160](https://github.com/Lightning-AI/torchmetrics/pull/3160))
24
-
- Fixed SSIM `dist_reduce_fx` when `reduction=None` for distributed training ([#3162](https://github.com/Lightning-AI/torchmetrics/pull/3162))
20
+
- Fixed SSIM `dist_reduce_fx` when `reduction=None` for distributed training (
0 commit comments