Skip to content

Commit 0a64b3f

Browse files
committed
releasing 1.5.1
1 parent cdf5737 commit 0a64b3f

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

CHANGELOG.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,13 @@ 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-
### Removed
24-
25-
-
26-
11+
## [1.5.1] - 2024-10-22
2712

2813
### Fixed
2914

3015
- Changing `_modules` dict type in Pytorch 2.5 preventing to fail collections metrics ([#2793](https://github.com/Lightning-AI/torchmetrics/pull/2793))
3116

3217

33-
---
34-
3518
## [1.5.0] - 2024-10-18
3619

3720
### Added

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,6 @@ def _prepare_extras(skip_pattern: str = "^_", skip_files: Tuple[str] = ("base.tx
245245
"Programming Language :: Python :: 3.9",
246246
"Programming Language :: Python :: 3.10",
247247
"Programming Language :: Python :: 3.11",
248+
"Programming Language :: Python :: 3.12",
248249
],
249250
)

src/torchmetrics/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.0dev"
1+
__version__ = "1.5.1"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)