Skip to content

Commit 00e8530

Browse files
committed
releasing 1.4.2
1 parent d921be3 commit 00e8530

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

CHANGELOG.md

+3-21
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
---
1010

11-
## [UnReleased] - 2022-MM-DD
11+
## [1.4.2] - 2022-09-12
1212

1313
### Added
1414

1515
- Re-adding `Chrf` implementation ([#2701](https://github.com/Lightning-AI/torchmetrics/pull/2701))
1616

17-
18-
### Changed
19-
20-
-
21-
22-
23-
### Removed
24-
25-
-
26-
27-
2817
### Fixed
2918

3019
- Fixed wrong aggregation in `segmentation.MeanIoU` ([#2698](https://github.com/Lightning-AI/torchmetrics/pull/2698))
31-
32-
3320
- Fixed handling zero division error in binary IoU (Jaccard index) calculation ([#2726](https://github.com/Lightning-AI/torchmetrics/pull/2726))
34-
35-
36-
- Correct the padding related calculation errors in SSIM ([#2721](https://github.com/Lightning-AI/torchmetrics/pull/2721))
37-
38-
21+
- Corrected the padding related calculation errors in SSIM ([#2721](https://github.com/Lightning-AI/torchmetrics/pull/2721))
3922
- Fixed compatibility of audio domain with new `scipy` ([#2733](https://github.com/Lightning-AI/torchmetrics/pull/2733))
40-
41-
4223
- Fixed how `prefix`/`postfix` works in `MultitaskWrapper` ([#2722](https://github.com/Lightning-AI/torchmetrics/pull/2722))
24+
- Fixed flakiness in tests related to `torch.unique` with `dim=None` ([#2650](https://github.com/Lightning-AI/torchmetrics/pull/2650))
4325

4426

4527
## [1.4.1] - 2024-08-02

src/torchmetrics/__about__.py

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

0 commit comments

Comments
 (0)