Skip to content

Commit bc057d4

Browse files
committed
releasing 0.11.0
1 parent ed2249d commit bc057d4

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

CHANGELOG.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,54 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
88

99

10-
## [unReleased] - 2022-MM-DD
10+
## [0.11.0] - 2022-11-30
1111

1212
### Added
1313

14+
- Added `MulticlassExactMatch` to classification metrics ([#1343](https://github.com/Lightning-AI/metrics/pull/1343))
1415
- Added `TotalVariation` to image package ([#978](https://github.com/Lightning-AI/metrics/pull/978))
15-
16-
16+
- Added `CLIPScore` to new multimodal package ([#1314](https://github.com/Lightning-AI/metrics/pull/1314))
1717
- Added regression metrics:
1818
* `KendallRankCorrCoef` ([#1271](https://github.com/Lightning-AI/metrics/pull/1271))
1919
* `LogCoshError` ([#1316](https://github.com/Lightning-AI/metrics/pull/1316))
20-
21-
2220
- Added new nominal metrics:
2321
* `CramersV` ([#1298](https://github.com/Lightning-AI/metrics/pull/1298))
2422
* `PearsonsContingencyCoefficient` ([#1334](https://github.com/Lightning-AI/metrics/pull/1334))
2523
* `TschuprowsT` ([#1334](https://github.com/Lightning-AI/metrics/pull/1334))
2624
* `TheilsU` ([#1337](https://github.com/Lightning-AI/metrics/pull/1334))
27-
28-
2925
- Added option to pass `distributed_available_fn` to metrics to allow checks for custom communication backend for making `dist_sync_fn` actually useful ([#1301](https://github.com/Lightning-AI/metrics/pull/1301))
30-
31-
3226
- Added `normalize` argument to `Inception`, `FID`, `KID` metrics ([#1246](https://github.com/Lightning-AI/metrics/pull/1246))
3327

34-
35-
- Added `CLIPScore` to new multimodal package ([#1314](https://github.com/Lightning-AI/metrics/pull/1314))
36-
37-
38-
- Added `MulticlassExactMatch` to classification metrics ([#1343](https://github.com/Lightning-AI/metrics/pull/1343))
39-
40-
41-
4228
### Changed
4329

44-
- Changed `MeanAveragePrecision` to vectorize `_find_best_gt_match` operation ([#1259](https://github.com/Lightning-AI/metrics/pull/1259))
45-
46-
4730
- Changed minimum Pytorch version to be 1.8 ([#1263](https://github.com/Lightning-AI/metrics/pull/1263))
48-
49-
5031
- Changed interface for all functional and modular classification metrics after refactor ([#1252](https://github.com/Lightning-AI/metrics/pull/1252))
5132

52-
53-
### Deprecated
54-
55-
-
56-
57-
5833
### Removed
5934

6035
- Removed deprecated `BinnedAveragePrecision`, `BinnedPrecisionRecallCurve`, `RecallAtFixedPrecision` ([#1251](https://github.com/Lightning-AI/metrics/pull/1251))

src/torchmetrics/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.11.0dev"
1+
__version__ = "0.11.0"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "name@pytorchlightning.ai"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)