Skip to content

Commit c1f8334

Browse files
committed
releasing 1.3.2
1 parent 23a6d28 commit c1f8334

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [1.3.2] - 2024-03-18
1212

13-
### Added
14-
15-
-
16-
17-
18-
### Changed
19-
20-
-
21-
22-
23-
### Deprecated
24-
25-
-
26-
27-
2813
### Fixed
2914

3015
- Fixed negative variance estimates in certain image metrics ([#2378](https://github.com/Lightning-AI/torchmetrics/pull/2378))
31-
32-
3316
- Fixed dtype being changed by deepspeed for certain regression metrics ([#2379](https://github.com/Lightning-AI/torchmetrics/pull/2379))
34-
35-
3617
- Fixed plotting of metric collection when prefix/postfix is set ([#2429](https://github.com/Lightning-AI/torchmetrics/pull/2429))
37-
38-
3918
- Fixed bug when `top_k>1` and `average="macro"` for classification metrics ([#2423](https://github.com/Lightning-AI/torchmetrics/pull/2423))
40-
41-
4219
- Fixed case where label prediction tensors in classification metrics were not validated correctly ([#2427](https://github.com/Lightning-AI/torchmetrics/pull/2427))
43-
44-
4520
- Fixed how auc scores are calculated in `PrecisionRecallCurve.plot` methods ([#2437](https://github.com/Lightning-AI/torchmetrics/pull/2437))
4621

22+
4723
## [1.3.1] - 2024-02-12
4824

4925
### Fixed

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

0 commit comments

Comments
 (0)