Skip to content

Commit 58b89ed

Browse files
Bordalantiga
authored andcommitted
releasing 2.5.4
1 parent 33a17db commit 58b89ed

File tree

3 files changed

+7
-32
lines changed

3 files changed

+7
-32
lines changed

src/lightning/fabric/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
---
78

8-
## [unreleased] - YYYY-MM-DD
9+
## [2.5.4] - 2025-08-29
910

1011
### Changed
1112

1213
- Added support for NVIDIA H200 GPUs in `get_available_flops` ([#20913](https://github.com/Lightning-AI/pytorch-lightning/pull/21119))
1314

1415

15-
---
16-
17-
## [2.5.3] - 2025-08-DD
16+
## [2.5.3] - 2025-08-13
1817

1918
### Changed
2019

src/lightning/pytorch/CHANGELOG.md

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77
---
88

9-
## [unreleased] - YYYY-MM-DD
10-
11-
### Added
12-
13-
-
14-
15-
16-
### Changed
17-
18-
-
19-
20-
21-
### Removed
22-
23-
-
24-
9+
## [2.5.4] - 2025-08-29
2510

2611
### Fixed
2712

2813
- Fixed `AsyncCheckpointIO` snapshots tensors to avoid race with parameter mutation ([#21079](https://github.com/Lightning-AI/pytorch-lightning/pull/21079))
29-
30-
3114
- Fixed `AsyncCheckpointIO` threadpool exception if calling fit or validate more than one ([#20952](https://github.com/Lightning-AI/pytorch-lightning/pull/20952))
32-
33-
3415
- Fixed learning rate not being correctly set after using `LearningRateFinder` callback ([#21068](https://github.com/Lightning-AI/pytorch-lightning/pull/21068))
35-
36-
3716
- Fixed misalignment column while using rich model summary in `DeepSpeedstrategy` ([#21100](https://github.com/Lightning-AI/pytorch-lightning/pull/21100))
38-
39-
4017
- Fixed `RichProgressBar` crashing when sanity checking using val dataloader with 0 len ([#21108](https://github.com/Lightning-AI/pytorch-lightning/pull/21108))
4118

42-
---
4319

4420
## [2.5.3] - 2025-08-13
4521

@@ -97,8 +73,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
9773

9874
### Fixed
9975

100-
- Fixed CSVLogger logging hyperparameter at every write which increase latency ([#20594](https://github.com/Lightning-AI/pytorch-lightning/pull/20594))
101-
- Fixed OverflowError when resuming from checkpoint with an iterable dataset ([#20565](https://github.com/Lightning-AI/pytorch-lightning/issues/20565))
76+
- Fixed `CSVLogger` logging hyperparameter at every write which increase latency ([#20594](https://github.com/Lightning-AI/pytorch-lightning/pull/20594))
77+
- Fixed `OverflowError` when resuming from checkpoint with an iterable dataset ([#20565](https://github.com/Lightning-AI/pytorch-lightning/issues/20565))
10278
- Fixed swapped _R_co and _P to prevent type error ([#20508](https://github.com/Lightning-AI/pytorch-lightning/issues/20508))
10379
- Always call `WandbLogger.experiment` first in `_call_setup_hook` to ensure `tensorboard` logs can sync to `wandb` ([#20610](https://github.com/Lightning-AI/pytorch-lightning/pull/20610))
10480
- Fixed TBPTT example ([#20528](https://github.com/Lightning-AI/pytorch-lightning/pull/20528))

src/version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.3
1+
2.5.4

0 commit comments

Comments
 (0)