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
+6-33Lines changed: 6 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,56 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
8
8
9
9
10
-
## [Unreleased] - YYYY-MM-DD
10
+
## [1.8.0] - 2025-07-23
11
11
12
12
### Added
13
13
14
14
- 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))
20
16
- Added `aggregation_level` argument to `DiceScore` ([#3018](https://github.com/Lightning-AI/torchmetrics/pull/3018))
21
-
22
-
23
17
- Added support for `reduction="none"` to `LearnedPerceptualImagePatchSimilarity` ([#3053](https://github.com/Lightning-AI/torchmetrics/pull/3053))
24
-
25
-
26
18
- Added support single `str` input for functional interface of `bert_score` ([#3056](https://github.com/Lightning-AI/torchmetrics/pull/3056))
27
-
28
-
29
19
- 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))
39
23
40
24
### Changed
41
25
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))
49
27
50
28
### Removed
51
29
52
30
- Removed `zero_division` argument from `DiceScore` ([#3018](https://github.com/Lightning-AI/torchmetrics/pull/3018))
0 commit comments