@@ -8,59 +8,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
---
10
10
11
- ## [ UnReleased ] - 2024-MM-DD
11
+ ## [ 1.6.0 ] - 2024-11-12
12
12
13
13
### Added
14
14
15
- - Added ` NormalizedRootMeanSquaredError ` metric to regression subpackage ([ #2442 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2442 ) )
16
-
17
-
18
- - Added ` LogAUC ` metric to classification package ([ #2377 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2377 ) )
19
-
20
-
21
- - Added ` NegativePredictiveValue ` to classification metrics ([ #2433 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2433 ) )
22
-
23
-
15
+ - Added audio metric ` NISQA ` ([ #2792 ] ( https://github.com/PyTorchLightning/metrics/pull/2792 ) )
16
+ - Added classification metric ` LogAUC ` ([ #2377 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2377 ) )
17
+ - Added classification metric ` NegativePredictiveValue ` ([ #2433 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2433 ) )
18
+ - Added regression metric ` NormalizedRootMeanSquaredError ` ([ #2442 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2442 ) )
19
+ - Added segmentation metric ` Dice ` ([ #2725 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2725 ) )
24
20
- Added method ` merge_state ` to ` Metric ` ([ #2786 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2786 ) )
25
-
26
-
27
- - Added a new audio metric ` NISQA ` ([ #2792 ] ( https://github.com/PyTorchLightning/metrics/pull/2792 ) )
28
-
29
-
30
- - Added ` Dice ` metric to segmentation metrics ([ #2725 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2725 ) )
31
-
32
-
33
21
- Added support for propagation of the autograd graph in ddp setting ([ #2754 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2754 ) )
34
22
35
-
36
23
### Changed
37
24
38
25
- Changed naming and input order arguments in ` KLDivergence ` ([ #2800 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2800 ) )
39
26
40
-
41
27
### Deprecated
42
28
43
29
- Deprecated Dice from classification metrics ([ #2725 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2725 ) )
44
30
45
-
46
31
### Removed
47
32
48
33
- Changed minimum supported Pytorch version to 2.0 ([ #2671 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2671 ) )
49
-
50
-
51
34
- Dropped support for Python 3.8 ([ #2827 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2827 ) )
52
-
53
-
54
35
- Removed ` num_outputs ` in ` R2Score ` ([ #2800 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2800 ) )
55
36
56
-
57
37
### Fixed
58
38
59
39
- Fixed segmentation ` Dice ` + ` GeneralizedDice ` for 2d index tensors ([ #2832 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2832 ) )
60
-
61
-
62
40
- Fixed mixed results of ` rouge_score ` with ` accumulate='best' ` ([ #2830 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2830 ) )
63
41
42
+ ---
64
43
65
44
## [ 1.5.2] - 2024-11-07
66
45
0 commit comments