Skip to content

Commit 2ffcedf

Browse files
committed
chlog: update after 1.6.1
1 parent 19c0601 commit 2ffcedf

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CHANGELOG.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Make `num_classes` optional for classification in case of micro averaging ([#2841](https://github.com/PyTorchLightning/metrics/pull/2841))
2121

2222

23-
- Enabled specifying weights path for FID ([#2867](https://github.com/PyTorchLightning/metrics/pull/2867))
24-
25-
2623
### Removed
2724

2825
-
2926

3027

3128
### Fixed
3229

33-
- Fixed plotting of multilabel confusion matrix ([#2858](https://github.com/PyTorchLightning/metrics/pull/2858))
34-
30+
-
3531

36-
- Delete `Device2Host` caused by comm with device and host ([#2840](https://github.com/PyTorchLightning/metrics/pull/2840))
3732

33+
---
3834

39-
- Fixed issue with shared state in metric collection when using dice score ([#2848](https://github.com/PyTorchLightning/metrics/pull/2848))
35+
## [1.6.1] - 2024-12-24
4036

37+
### Changed
4138

42-
- Fixed `top_k` for `multiclassf1score` with one-hot encoding ([#2839](https://github.com/Lightning-AI/torchmetrics/issues/2839))
39+
- Enabled specifying weights path for FID ([#2867](https://github.com/PyTorchLightning/metrics/pull/2867))
40+
- Delete `Device2Host` caused by comm with device and host ([#2840](https://github.com/PyTorchLightning/metrics/pull/2840))
4341

42+
### Fixed
4443

44+
- Fixed plotting of multilabel confusion matrix ([#2858](https://github.com/PyTorchLightning/metrics/pull/2858))
45+
- Fixed issue with shared state in metric collection when using dice score ([#2848](https://github.com/PyTorchLightning/metrics/pull/2848))
46+
- Fixed `top_k` for `multiclassf1score` with one-hot encoding ([#2839](https://github.com/Lightning-AI/torchmetrics/issues/2839))
4547
- Fixed slow calculations of classification metrics with MPS ([#2876](https://github.com/Lightning-AI/torchmetrics/issues/2876))
4648

47-
---
4849

4950
## [1.6.0] - 2024-11-12
5051

0 commit comments

Comments
 (0)