@@ -8,56 +8,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
---
10
10
11
- ## [ UnReleased ] - 2024-MM-DD
11
+ ## [ 1.5.0 ] - 2024-10-18
12
12
13
13
### Added
14
14
15
- - Added a new audio metric ` DNSMOS ` ([ #2525 ] ( https://github.com/PyTorchLightning/metrics /pull/2525 ) )
16
-
17
-
15
+ - Added segmentation metric ` HausdorffDistance ` ([ #2122 ] ( https://github.com/Lightning-AI/torchmetrics /pull/2122 ) )
16
+ - Added audio metric ` DNSMOS ` ( [ # 2525 ] ( https://github.com/PyTorchLightning/metrics/pull/2525 ) )
17
+ - Added shape metric ` ProcrustesDistance ` ( [ # 2723 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2723 )
18
18
- Added ` MetricInputTransformer ` wrapper ([ #2392 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2392 ) )
19
-
20
-
21
19
- Added ` input_format ` argument to segmentation metrics ([ #2572 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2572 ) )
22
-
23
-
24
- - Added multi-output support for MAE metric ([ #2605 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2605 ) )
25
-
26
-
27
- - Added new metric ` ProcrustesDistance ` to new domain Shape ([ #2723 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2723 )
28
-
29
-
20
+ - Added ` multi-output ` support for MAE metric ([ #2605 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2605 ) )
30
21
- Added ` truncation ` argument to ` BERTScore ` ([ #2776 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2776 ) )
31
22
32
-
33
- - Added ` HausdorffDistance ` to segmentation package ([ #2122 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2122 ) )
34
-
35
-
36
23
### Changed
37
24
38
25
- Tracker higher is better integration ([ #2649 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2649 ) )
39
-
40
-
41
26
- Updated ` InfoLM ` class to dynamically set ` higher_is_better ` ([ #2674 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2674 ) )
42
27
43
-
44
28
### Deprecated
45
29
46
30
- Deprecated ` num_outputs ` in ` R2Score ` ([ #2705 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2705 ) )
47
31
48
-
49
- ### Removed
50
-
51
- -
52
-
53
-
54
32
### Fixed
55
33
56
- - Fixed corner case in ` Iou ` metric for single empty prediction tensors ([ #2780 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2780 ) )
57
-
58
-
34
+ - Fixed corner case in ` IoU ` metric for single empty prediction tensors ([ #2780 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2780 ) )
59
35
- Fixed ` PSNR ` calculation for integer type input images ([ #2788 ] ( https://github.com/Lightning-AI/torchmetrics/pull/2788 ) )
60
36
37
+ ---
61
38
62
39
## [ 1.4.3] - 2024-10-10
63
40
0 commit comments