You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-27Lines changed: 1 addition & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,40 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
---
11
11
12
-
## [Unreleased] - YYYY-MM-DD
13
-
14
-
### Added
15
-
16
-
-
17
-
18
-
19
-
### Changed
20
-
21
-
-
22
-
23
-
24
-
### Deprecated
25
-
26
-
-
27
-
28
-
29
-
### Removed
30
-
31
-
-
32
-
12
+
## [1.8.2] - 2025-09-03
33
13
34
14
### Fixed
35
15
36
-
-
37
-
38
16
- Fixed `BinaryPrecisionRecallCurve` now returns `NaN` for precision when no predictions meet a threshold ([#3227](https://github.com/Lightning-AI/torchmetrics/pull/3227))
39
-
40
-
41
17
- Fixed `precision_at_fixed_recall` and `recall_at_fixed_precision` to correctly return `NaN` thresholds when recall/precision conditions are not met ([#3226](https://github.com/Lightning-AI/torchmetrics/pull/3226))
0 commit comments