Skip to content

Commit 329a7ec

Browse files
committed
releasing 1.8.0
1 parent 196c37a commit 329a7ec

File tree

2 files changed

+7
-34
lines changed

2 files changed

+7
-34
lines changed

CHANGELOG.md

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,56 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
88

99

10-
## [Unreleased] - YYYY-MM-DD
10+
## [1.8.0] - 2025-07-23
1111

1212
### Added
1313

1414
- Added `VMAF` metric to new video domain ([#2991](https://github.com/Lightning-AI/torchmetrics/pull/2991))
15-
16-
17-
- Added CRPS in regression domain ([#3024](https://github.com/Lightning-AI/torchmetrics/pull/3024))
18-
19-
15+
- Added `CRPS` in regression domain ([#3024](https://github.com/Lightning-AI/torchmetrics/pull/3024))
2016
- Added `aggregation_level` argument to `DiceScore` ([#3018](https://github.com/Lightning-AI/torchmetrics/pull/3018))
21-
22-
2317
- Added support for `reduction="none"` to `LearnedPerceptualImagePatchSimilarity` ([#3053](https://github.com/Lightning-AI/torchmetrics/pull/3053))
24-
25-
2618
- Added support single `str` input for functional interface of `bert_score` ([#3056](https://github.com/Lightning-AI/torchmetrics/pull/3056))
27-
28-
2919
- Enhance: `BERTScore` to evaluate hypotheses against multiple references ([#3069](https://github.com/Lightning-AI/torchmetrics/pull/3069))
30-
31-
32-
- Added `Lip Vertex Error (LVE)` in multimodal domain ([3090](https://github.com/Lightning-AI/torchmetrics/pull/3090))
33-
34-
35-
- Added `antialias` argument to `FID` metric ([3177](https://github.com/Lightning-AI/torchmetrics/pull/3177))
36-
37-
38-
- Added `mixed` input format to segmentation metrics ([3176](https://github.com/Lightning-AI/torchmetrics/pull/3176))
20+
- Added `Lip Vertex Error (LVE)` in multimodal domain ([#3090](https://github.com/Lightning-AI/torchmetrics/pull/3090))
21+
- Added `antialias` argument to `FID` metric ([#3177](https://github.com/Lightning-AI/torchmetrics/pull/3177))
22+
- Added `mixed` input format to segmentation metrics ([#3176](https://github.com/Lightning-AI/torchmetrics/pull/3176))
3923

4024
### Changed
4125

42-
- Changed `data_range` argument in `PSNR` metric to be a required argument ([3178](https://github.com/Lightning-AI/torchmetrics/pull/3178))
43-
44-
45-
### Deprecated
46-
47-
-
48-
26+
- Changed `data_range` argument in `PSNR` metric to be a required argument ([#3178](https://github.com/Lightning-AI/torchmetrics/pull/3178))
4927

5028
### Removed
5129

5230
- Removed `zero_division` argument from `DiceScore` ([#3018](https://github.com/Lightning-AI/torchmetrics/pull/3018))
5331

5432

55-
### Fixed
56-
57-
-
58-
59-
6033
---
6134

6235
## [1.7.4] - 2025-07-03

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

0 commit comments

Comments
 (0)