@@ -6,47 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
** Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
8
8
9
+
9
10
---
10
11
11
- ## [ UnReleased ] - 2024-MM-DD
12
+ ## [ 1.7.0 ] - 2025-03-20
12
13
13
14
### Added
14
15
16
+ - Additions to image domain:
17
+ - Added ` ARNIQA ` metric ([ #2953 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2953 ) )
18
+ - Added ` DeepImageStructureAndTextureSimilarity ` ([ #2993 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2993 ) )
19
+ - Added support for more models and processors in ` CLIPScore ` ([ #2978 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2978 ) )
15
20
- Added ` JensenShannonDivergence ` metric to regression package ([ #2992 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2992 ) )
16
-
17
-
18
21
- Added ` ClusterAccuracy ` metric to cluster package ([ #2777 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2777 ) )
19
-
20
-
21
- - Added ` ARNIQA ` metric to image domain ([ #2953 ] ( https://github.com/PyTorchLightning/metrics/pull/2953 ) )
22
-
23
-
24
- - Added support for more models and processors in ` CLIPScore ` ([ #2978 ] ( https://github.com/PyTorchLightning/metrics/pull/2978 ) )
25
-
26
-
27
- - Added ` DeepImageStructureAndTextureSimilarity ` to image package ([ #2993 ] ( https://github.com/PyTorchLightning/metrics/pull/2993 ) )
28
-
29
-
30
- - Added ` Equal Error Rate (EER) ` to classification package ([ #3013 ] ( https://github.com/PyTorchLightning/metrics/pull/3013 ) )
31
-
32
-
22
+ - Added ` Equal Error Rate (EER) ` to classification package ([ #3013 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3013 ) )
33
23
- Added functional interface to ` MeanAveragePrecision ` metric ([ #3011 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3011 ) )
34
24
35
-
36
25
### Changed
37
26
38
27
- Making ` num_classes ` optional for ` one-hot ` inputs in ` MeanIoU ` ([ #3012 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3012 ) )
39
28
40
-
41
29
### Removed
42
30
43
- - Removed ` Dice ` from classification ([ #3017 ] ( https://github.com/PyTorchLightning/metrics/pull/3017 ) )
44
-
31
+ - Removed ` Dice ` from classification ([ #3017 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3017 ) )
45
32
46
33
### Fixed
47
34
48
- - Fix edge case in integration between classwise wrapper and metric tracker ([ #3008 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3008 ) )
49
- - Fix IndexError in MultiClassAccuracy when using top_k with single sample ([ #3021 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3021 ) )
35
+ - Fixed edge case in integration between class-wise wrapper and metric tracker ([ #3008 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3008 ) )
36
+ - Fixed ` IndexError ` in ` MultiClassAccuracy ` when using ` top_k ` with single sample ([ #3021 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3021 ) )
50
37
51
38
---
52
39
0 commit comments