Skip to content

Commit 38933be

Browse files
authored
2.0.1.post0 (#17332)
1 parent e84bd49 commit 38933be

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/lightning/pytorch/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ 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-
## [2.0.1post] - 2023-04-12
8-
9-
### Fixed
10-
11-
- Make the `is_picklable` function more robust ([#17270](https://github.com/Lightning-AI/lightning/pull/17270))
12-
137

148
## [2.0.1] - 2023-03-30
159

@@ -27,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2721
- Fixed the availability check for `rich` that prevented Lightning to be imported in Google Colab ([#17156](https://github.com/Lightning-AI/lightning/pull/17156))
2822
- Fixed parsing the precision config for inference in `DeepSpeedStrategy` ([#16973](https://github.com/Lightning-AI/lightning/pull/16973))
2923
- Fixed issue where `torch.compile` would fail when logging to WandB ([#17216](https://github.com/Lightning-AI/lightning/pull/17216))
24+
- Make the `is_picklable` function more robust ([#17270](https://github.com/Lightning-AI/lightning/pull/17270))
3025

3126

3227
## [2.0.0] - 2023-03-15

src/version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1post
1+
2.0.1.post0

0 commit comments

Comments
 (0)