Added
- Additions to image domain:
- Added `ARNIQA` metric ([2953](https://github.com/Lightning-AI/torchmetrics/pull/2953))
- Added `DeepImageStructureAndTextureSimilarity` ([2993](https://github.com/Lightning-AI/torchmetrics/pull/2993))
- Added support for more models and processors in `CLIPScore` ([2978](https://github.com/Lightning-AI/torchmetrics/pull/2978))
- Added `JensenShannonDivergence` metric to regression package ([2992](https://github.com/Lightning-AI/torchmetrics/pull/2992))
- Added `ClusterAccuracy` metric to cluster package ([2777](https://github.com/Lightning-AI/torchmetrics/pull/2777))
- Added `Equal Error Rate (EER)` to classification package ([3013](https://github.com/Lightning-AI/torchmetrics/pull/3013))
- Added functional interface to `MeanAveragePrecision` metric ([3011](https://github.com/Lightning-AI/torchmetrics/pull/3011))
Changed
- Making `num_classes` optional for `one-hot` inputs in `MeanIoU` ([3012](https://github.com/Lightning-AI/torchmetrics/pull/3012))
Removed
- Removed `Dice` from classification ([3017](https://github.com/Lightning-AI/torchmetrics/pull/3017))
Fixed
- Fixed edge case in integration between class-wise wrapper and metric tracker ([3008](https://github.com/Lightning-AI/torchmetrics/pull/3008))
- Fixed `IndexError` in `MultiClassAccuracy` when using `top_k` with single sample ([3021](https://github.com/Lightning-AI/torchmetrics/pull/3021))
---