Skip to content

Commit b43555e

Browse files
committed
Release 2.2.2
1 parent 35d71b9 commit b43555e

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ module = [
243243
"lightning.app.utilities.state",
244244
"lightning.app.utilities.tracer",
245245
"lightning.app.utilities.tree",
246+
"lightning.data.streaming.serializers",
246247
"lightning.store.utils",
247248
]
248249
ignore_errors = "True"

Diff for: src/lightning/fabric/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8+
## [2.2.2] - 2024-04-11
9+
10+
### Fixed
11+
12+
- 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))
13+
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
14+
- Fixed issue where some model methods couldn't be monkeypatched after being Fabric wrapped ([#19705](https://github.com/Lightning-AI/pytorch-lightning/pull/19705))
15+
16+
817
## [2.2.1] - 2024-03-04
918

1019
### Fixed

Diff for: src/lightning/pytorch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8+
## [2.2.2] - 2024-04-11
9+
10+
### Fixed
11+
12+
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
13+
14+
815
## [2.2.1] - 2024-03-04
916

1017
### Fixed

Diff for: src/version.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

0 commit comments

Comments
 (0)