Skip to content

Commit cdbecce

Browse files
committed
releasing 1.3.1
1 parent 2c3629a commit cdbecce

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

CHANGELOG.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
---
1010

11-
## [UnReleased] - 2024-MM-DD
12-
13-
### Added
14-
15-
-
16-
17-
18-
### Changed
19-
20-
-
21-
22-
23-
### Deprecated
24-
25-
-
26-
11+
## [1.3.1] - 2024-02-12
2712

2813
### Fixed
2914

3015
- Fixed how backprop is handled in `LPIPS` metric ([#2326](https://github.com/Lightning-AI/torchmetrics/pull/2326))
31-
32-
3316
- Fixed `MultitaskWrapper` not being able to be logged in lightning when using metric collections ([#2349](https://github.com/Lightning-AI/torchmetrics/pull/2349))
34-
35-
3617
- Fixed high memory consumption in `Perplexity` metric ([#2346](https://github.com/Lightning-AI/torchmetrics/pull/2346))
37-
38-
3918
- Fixed cached network in `FeatureShare` not being moved to the correct device ([#2348](https://github.com/Lightning-AI/torchmetrics/pull/2348))
40-
41-
4219
- Fix naming of statistics in `MeanAveragePrecision` with custom max det thresholds ([#2367](https://github.com/Lightning-AI/torchmetrics/pull/2367))
43-
44-
4520
- Fixed custom aggregation in retrieval metrics ([#2364](https://github.com/Lightning-AI/torchmetrics/pull/2364))
46-
47-
4821
- Fixed initialize aggregation metrics with default floating type ([#2366](https://github.com/Lightning-AI/torchmetrics/pull/2366))
49-
50-
5122
- Fixed plotting of confusion matrices ([#2358](https://github.com/Lightning-AI/torchmetrics/pull/2358))
5223

5324

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.3.0.post0"
1+
__version__ = "1.3.1"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "name@pytorchlightning.ai"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)