Skip to content

Commit 6e1b354

Browse files
committed
releasing 1.7.3
1 parent 7dd8da0 commit 6e1b354

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,13 @@ 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-
## [Unreleased] - YYYY-MM-DD
10-
11-
### Changed
12-
13-
-
14-
9+
## [1.7.3] - 2025-06-13
1510

1611
### Fixed
1712

1813
- Fixed: Ensure `WrapperMetric` Resets `wrapped_metric` State ([#3123](https://github.com/Lightning-AI/torchmetrics/pull/3123))
19-
20-
21-
- Fixed: `top_k` in `multiclass_accuracy` ([#3117](https://github.com/Lightning-AI/torchmetrics/pull/3117))
14+
- Fixed `top_k` in `multiclass_accuracy` ([#3117](https://github.com/Lightning-AI/torchmetrics/pull/3117))
15+
- Fixed compatibility to COCO format for `pycocotools` 2.0.10 ([#3131](https://github.com/Lightning-AI/torchmetrics/pull/3131))
2216

2317

2418
## [1.7.2] - 2025-05-27

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

0 commit comments

Comments
 (0)