Skip to content

Commit 2a0a7fa

Browse files
committed
releasing 1.6.2
1 parent b055092 commit 2a0a7fa

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

CHANGELOG.md

+5-24
Original file line numberDiff line numberDiff line change
@@ -8,47 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
---
1010

11-
## [UnReleased] - 2024-MM-DD
11+
## [1.6.2] - 2024-02-28
1212

1313
### Added
1414

1515
- Added `zero_division` argument to `DiceScore` in segmentation package ([#2860](https://github.com/PyTorchLightning/metrics/pull/2860))
16-
17-
1816
- Added `cache_session` to `DNSMOS` metric to control caching behavior ([#2974](https://github.com/PyTorchLightning/metrics/pull/2974))
19-
20-
2117
- Added `disable` option to `nan_strategy` in basic aggregation metrics ([#2943](https://github.com/PyTorchLightning/metrics/pull/2943))
2218

23-
2419
### Changed
2520

2621
- Make `num_classes` optional for classification in case of micro averaging ([#2841](https://github.com/PyTorchLightning/metrics/pull/2841))
27-
28-
29-
### Removed
30-
31-
-
32-
22+
- Enhance `Clip_Score` to calculate similarities between same modalities ([#2875](https://github.com/PyTorchLightning/metrics/pull/2875))
3323

3424
### Fixed
3525

3626
- Fixed `DiceScore` when there is zero overlap between predictions and targets ([#2860](https://github.com/PyTorchLightning/metrics/pull/2860))
37-
38-
39-
- Fix `MeanAveragePrecision` for `average="micro"` when 0 label is not present ([#2968](https://github.com/PyTorchLightning/metrics/pull/2968))
40-
41-
42-
- Fixed cornercase in `PearsonCorrCoef` when input is constant ([#2975](https://github.com/PyTorchLightning/metrics/pull/2975))
43-
44-
27+
- Fixed `MeanAveragePrecision` for `average="micro"` when 0 label is not present ([#2968](https://github.com/PyTorchLightning/metrics/pull/2968))
28+
- Fixed corner-case in `PearsonCorrCoef` when input is constant ([#2975](https://github.com/PyTorchLightning/metrics/pull/2975))
4529
- Fixed `MetricCollection.update` gives identical results ([#2944](https://github.com/Lightning-AI/torchmetrics/issues/2944))
46-
47-
4830
- Fixed missing `kwargs` in `PIT` metric for permutation wise mode ([#2977](https://github.com/Lightning-AI/torchmetrics/pull/2977))
49-
50-
5131
- Fixed multiple errors in the `_final_aggregation` function for `PearsonCorrCoef` ([#2980](https://github.com/Lightning-AI/torchmetrics/pull/2980))
32+
- Fixed incorrect CLIP-IQA type hints ([#2952](https://github.com/Lightning-AI/torchmetrics/pull/2952))
5233

5334

5435
## [1.6.1] - 2024-12-24

src/torchmetrics/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.1"
1+
__version__ = "1.6.2"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "name@pytorchlightning.ai"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)