Skip to content

Commit c603433

Browse files
Changelog after 2.5.6 Release (#21337)
* update * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bd27dbf commit c603433

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/lightning/pytorch/CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3232

3333
- Add MPS accelerator support for mixed precision ([#21209](https://github.com/Lightning-AI/pytorch-lightning/pull/21209))
3434

35-
- Add `name()` function to accelerator interface (([#21325](https://github.com/Lightning-AI/pytorch-lightning/pull/21325)))
36-
35+
-
3736

3837
### Removed
3938

40-
- Remove support for deprecated and archived lightning-habana package ([#21327](https://github.com/Lightning-AI/pytorch-lightning/pull/21327))
41-
39+
-
4240

4341
### Fixed
4442

@@ -69,6 +67,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6967

7068
---
7169

70+
## [2.5.6] - 2025-11-05
71+
72+
### Changed
73+
74+
- Add `name()` function to accelerator interface (([#21325](https://github.com/Lightning-AI/pytorch-lightning/pull/21325)))
75+
76+
### Removed
77+
78+
- Remove support for deprecated and archived lightning-habana package ([#21327](https://github.com/Lightning-AI/pytorch-lightning/pull/21327))
79+
7280
## [2.5.5] - 2025-09-05
7381

7482
### Changed

0 commit comments

Comments
 (0)