Skip to content

Commit 85999b6

Browse files
committed
releasing 1.8.2
1 parent f4382f9 commit 85999b6

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

CHANGELOG.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
---
1111

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
3313

3414
### Fixed
3515

36-
-
37-
3816
- Fixed `BinaryPrecisionRecallCurve` now returns `NaN` for precision when no predictions meet a threshold ([#3227](https://github.com/Lightning-AI/torchmetrics/pull/3227))
39-
40-
4117
- 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))
4218

4319

44-
---
45-
4620
## [1.8.1] - 2025-08-07
4721

4822
### Changed

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.8.1"
1+
__version__ = "1.8.2"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)