Skip to content

Commit 3c444af

Browse files
committed
releasing 1.6.3
1 parent 39dd512 commit 3c444af

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)