Skip to content

Commit 4b07b79

Browse files
committed
releasing 1.7.0
1 parent 9f4a001 commit 4b07b79

File tree

2 files changed

+11
-24
lines changed

2 files changed

+11
-24
lines changed

CHANGELOG.md

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/torchmetrics/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.0dev"
1+
__version__ = "1.7.0"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)