Commit 00e8530 1 parent d921be3 commit 00e8530 Copy full SHA for 00e8530
File tree 2 files changed +4
-22
lines changed
2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -8,38 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
---
10
10
11
- ## [ UnReleased ] - 2022-MM-DD
11
+ ## [ 1.4.2 ] - 2022-09-12
12
12
13
13
### Added
14
14
15
15
- Re-adding ` Chrf ` implementation ([ #2701 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2701 ) )
16
16
17
-
18
- ### Changed
19
-
20
- -
21
-
22
-
23
- ### Removed
24
-
25
- -
26
-
27
-
28
17
### Fixed
29
18
30
19
- Fixed wrong aggregation in ` segmentation.MeanIoU ` ([ #2698 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2698 ) )
31
-
32
-
33
20
- 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 ) )
39
22
- Fixed compatibility of audio domain with new ` scipy ` ([ #2733 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2733 ) )
40
-
41
-
42
23
- 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 ) )
43
25
44
26
45
27
## [ 1.4.1] - 2024-08-02
Original file line number Diff line number Diff line change 1
- __version__ = "1.4.1 "
1
+ __version__ = "1.4.2 "
2
2
__author__ = "Lightning-AI et al."
3
3
__author_email__ = "name@pytorchlightning.ai"
4
4
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments