Skip to content

Commit b9680a3

Browse files
authored
Update changelog after 2.2.2 release (#19770)
1 parent a2b3ddd commit b9680a3

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

src/lightning/fabric/CHANGELOG.md

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

4848
### Fixed
4949

50-
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
50+
-
5151

52-
- Fixed issue where some model methods couldn't be monkeypatched after being Fabric wrapped ([#19705](https://github.com/Lightning-AI/pytorch-lightning/pull/19705))
52+
-
53+
54+
-
5355

54-
- Fixed an issue causing weights to be reset in `Fabric.setup()` when using FSDP ([#19755](https://github.com/Lightning-AI/pytorch-lightning/pull/19755))
5556

57+
## [2.2.2] - 2024-04-11
58+
59+
### Fixed
60+
61+
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
62+
- Fixed issue where some model methods couldn't be monkeypatched after being Fabric wrapped ([#19705](https://github.com/Lightning-AI/pytorch-lightning/pull/19705))
63+
- Fixed an issue causing weights to be reset in `Fabric.setup()` when using FSDP ([#19755](https://github.com/Lightning-AI/pytorch-lightning/pull/19755))
5664

5765

5866
## [2.2.1] - 2024-03-04

src/lightning/pytorch/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4444

4545
### Fixed
4646

47-
- Fixed a KeyError when saving a FSDP sharded checkpoint and setting `save_weights_only=True` ([#19524](https://github.com/Lightning-AI/pytorch-lightning/pull/19524))
48-
49-
50-
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
47+
-
5148

5249

5350
- Fixed `WandbLogger.log_hyperparameters()` raising an error if hyperparameters are not JSON serializable ([#19769](https://github.com/Lightning-AI/pytorch-lightning/pull/19769))
5451

5552
-
5653

5754

55+
## [2.2.2] - 2024-04-11
56+
57+
### Fixed
58+
59+
- Fixed a KeyError when saving a FSDP sharded checkpoint and setting `save_weights_only=True` ([#19524](https://github.com/Lightning-AI/pytorch-lightning/pull/19524))
60+
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
61+
62+
5863
## [2.2.1] - 2024-03-04
5964

6065

0 commit comments

Comments
 (0)