Skip to content

Commit bf030e0

Browse files
committed
docs: update chlog after 1.5.2
1 parent 06c005f commit bf030e0

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050

5151
### Fixed
5252

53-
- Fixed iou scores in detection for either empty predictions/targets leading to wrong scores ([#2805](https://github.com/Lightning-AI/torchmetrics/pull/2805))
53+
-
5454

5555

56-
- Fixed `MetricCollection` compatibility with `torch.jit.script` ([#2813](https://github.com/Lightning-AI/torchmetrics/pull/2813))
56+
---
5757

58+
## [1.5.2] - 2024-11-07
59+
60+
### Changed
61+
62+
- Re-adding `numpy` 2+ support ([#2804](https://github.com/Lightning-AI/torchmetrics/pull/2804))
63+
64+
### Fixed
65+
66+
- Fixed iou scores in detection for either empty predictions/targets leading to wrong scores ([#2805](https://github.com/Lightning-AI/torchmetrics/pull/2805))
67+
- Fixed `MetricCollection` compatibility with `torch.jit.script` ([#2813](https://github.com/Lightning-AI/torchmetrics/pull/2813))
68+
- Fixed assert in PIT ([#2811](https://github.com/Lightning-AI/torchmetrics/pull/2811))
69+
- Patched `np.Inf` for `numpy` 2.0+ ([#2826](https://github.com/Lightning-AI/torchmetrics/pull/2826))
5870

59-
---
6071

6172
## [1.5.1] - 2024-10-22
6273

0 commit comments

Comments
 (0)