File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99---
1010
11- ## [ UnReleased] - 2024-MM-DD
12-
13- ### Added
14-
15- -
16-
17-
18- ### Changed
19-
20- -
11+ ## [ 1.6.3] - 2024-03-13
2112
2213### Fixed
2314
2415- Fixed logic in how metric states referencing is handled in ` MetricCollection ` ([ #2990 ] ( https://github.com/PyTorchLightning/metrics/pull/2990 ) )
25-
26-
27- - Fixed integration between classwise wrapper and metric tracker ([ #3004 ] ( https://github.com/PyTorchLightning/metrics/pull/3004 ) )
16+ - Fixed integration between class-wise wrapper and metric tracker ([ #3004 ] ( https://github.com/PyTorchLightning/metrics/pull/3004 ) )
2817
2918
3019## [ 1.6.2] - 2024-02-28
Original file line number Diff line number Diff line change 1- __version__ = "1.6.2 "
1+ __version__ = "1.6.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