Skip to content

Commit e537986

Browse files
committed
releasing 1.8.1
1 parent 94e72ff commit e537986

2 files changed

Lines changed: 3 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,18 @@ 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-
- enhance: add `reduction='none'` to `vif` metric ([#3196](https://github.com/Lightning-AI/torchmetrics/pull/3196))
17-
12+
## [1.8.1] - 2025-08-07
1813

1914
### Changed
2015

21-
-
22-
23-
16+
- Added `reduction='none'` to `vif` metric ([#3196](https://github.com/Lightning-AI/torchmetrics/pull/3196))
2417
- Float input support for segmentation metrics ([#3198](https://github.com/Lightning-AI/torchmetrics/pull/3198))
2518

26-
27-
### Deprecated
28-
29-
-
30-
31-
32-
### Removed
33-
34-
-
35-
36-
3719
### Fixed
3820

3921
- Fixed unintended `sigmoid` normalization in `BinaryPrecisionRecallCurve` ([#3182](https://github.com/Lightning-AI/torchmetrics/pull/3182))
4022

4123

42-
---
43-
4424
## [1.8.0] - 2025-07-23
4525

4626
### Added

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

0 commit comments

Comments
 (0)