File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments