Skip to content

Commit 04f4ea5

Browse files
authored
fix changelog format (#21460)
update
1 parent 78908aa commit 04f4ea5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/lightning/pytorch/CHANGELOG.md

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

77
---
88

9-
### Fixed
9+
## [Unreleased] - YYYY-MM-DD
10+
11+
12+
### Added
1013

11-
- Fixed ``ModelParallelStrategy`` single-file checkpointing when ``torch.compile`` wraps the model so optimizer states no longer raise ``KeyError`` during save ([#21357](https://github.com/Lightning-AI/pytorch-lightning/issues/21357))
1214
-
1315

16+
1417
### Deprecated
1518

1619
- Deprecated `to_torchscript` method due to deprecation of TorchScript in PyTorch ([#21397](https://github.com/Lightning-AI/pytorch-lightning/pull/21397))
1720

21+
1822
### Removed
1923

20-
---
2124
- Removed support for Python 3.9 due to end-of-life status ([#21398](https://github.com/Lightning-AI/pytorch-lightning/pull/21398))
2225

26+
2327
### Fixed
2428

29+
- Fixed ``ModelParallelStrategy`` single-file checkpointing when ``torch.compile`` wraps the model so optimizer states no longer raise ``KeyError`` during save ([#21357](https://github.com/Lightning-AI/pytorch-lightning/issues/21357))
30+
31+
2532
- Sanitize profiler filenames when saving to avoid crashes due to invalid characters ([#21395](https://github.com/Lightning-AI/pytorch-lightning/pull/21395))
2633

2734

@@ -31,6 +38,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3138
- Fix `_generate_seed_sequence_sampling` function not producing unique seeds ([#21399](https://github.com/Lightning-AI/pytorch-lightning/pull/21399))
3239

3340

41+
---
42+
43+
3444
## [2.6.0] - 2025-11-28
3545

3646
### Added

0 commit comments

Comments
 (0)