@@ -6,47 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77** Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
88
9+
910---
1011
11- ## [ UnReleased ] - 2024-MM-DD
12+ ## [ 1.7.0 ] - 2025-03-20
1213
1314### Added
1415
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 ) )
1520- Added ` JensenShannonDivergence ` metric to regression package ([ #2992 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2992 ) )
16-
17-
1821- 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 ) )
3323- Added functional interface to ` MeanAveragePrecision ` metric ([ #3011 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3011 ) )
3424
35-
3625### Changed
3726
3827- Making ` num_classes ` optional for ` one-hot ` inputs in ` MeanIoU ` ([ #3012 ] ( https://github.com/Lightning-AI/torchmetrics/pull/3012 ) )
3928
40-
4129### Removed
4230
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 ) )
4532
4633### Fixed
4734
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 ) )
5037
5138---
5239
0 commit comments