File tree Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -7,42 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77** Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
88
99
10- ## [ Unreleased] - YYYY-MM-DD
11-
12- ### Added
13-
14- -
15-
10+ ## [ 1.7.2] - 2025-05-27
1611
1712### Changed
1813
1914- Enhance: improve performance of ` _rank_data ` ([ #3103 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3103 ) )
2015
21-
22- ### Deprecated
23-
24- -
25-
26-
27- ### Removed
28-
29- -
30-
31-
3216### Fixed
3317
3418- Fixed ` UnboundLocalError ` in ` MatthewsCorrCoef ` ([ #3059 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3059 ) )
35-
36-
3719- Fixed MIFID incorrectly converts inputs to ` byte ` dtype with custom encoders ([ #3064 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3064 ) )
38-
39-
4020- Fixed ` ignore_index ` in ` MultilabelExactMatch ` ([ #3085 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3085 ) )
41-
42-
4321- Fixed: disable non-blocking on MPS ([ #3101 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3101 ) )
4422
45-
4623---
4724
4825## [ 1.7.1] - 2025-04-06
Original file line number Diff line number Diff line change 1- __version__ = "1.7.1 "
1+ __version__ = "1.7.2 "
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