Skip to content

Commit 986eb90

Browse files
committed
releasing 1.7.4
1 parent 4aa389d commit 986eb90

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
88

9+
---
910

10-
## [Unreleased] - YYYY-MM-DD
11+
## [1.7.4] - 2025-07-03
1112

1213
### Changed
1314

1415
- Improved numerical stability of pearson's correlation coefficient ([#3152](https://github.com/Lightning-AI/torchmetrics/pull/3152))
1516

16-
17-
### Deprecated
18-
19-
-
20-
2117
### Fixed
2218

2319
- 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 (
21+
[#3162](https://github.com/Lightning-AI/torchmetrics/pull/3162), [#3166](https://github.com/Lightning-AI/torchmetrics/pull/3166))
2522
- Fixed attribute error ([#3154](https://github.com/Lightning-AI/torchmetrics/pull/3154))
2623
- Fixed incorrect shape in `_pearson_corrcoef_update` ([#3168](https://github.com/Lightning-AI/torchmetrics/pull/3168))
2724

2825

29-
---
30-
3126
## [1.7.3] - 2025-06-13
3227

3328
### 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__ = "1.7.3"
1+
__version__ = "1.7.4"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "name@pytorchlightning.ai"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)