Skip to content

Commit d90d404

Browse files
Bordalantiga
authored andcommitted
bump ver 2.0.3
1 parent 77a9b39 commit d90d404

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

src/lightning/app/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1010
- Added the property `LightningWork.public_ip` that exposes the public IP of the `LightningWork` instance ([#17742](https://github.com/Lightning-AI/lightning/pull/17742))
1111

1212

13+
- Add missing python-multipart dependency ([#17244](https://github.com/Lightning-AI/lightning/pull/17244))
14+
15+
1316
### Changed
1417

15-
-
18+
- Made type hints public ([#17100](https://github.com/Lightning-AI/lightning/pull/17100))
1619

1720

1821
### Fixed
1922

2023
- Fixed `LightningWork.internal_ip` that was mistakenly exposing the public IP instead; now exposes the private/internal IP address ([#17742](https://github.com/Lightning-AI/lightning/pull/17742))
2124

2225

26+
- Fixed resolution of latest version in CLI ([#17351](https://github.com/Lightning-AI/lightning/pull/17351))
27+
28+
29+
- Fixed property raised instead of returned ([#17595](https://github.com/Lightning-AI/lightning/pull/17595))
30+
31+
32+
- Fixed get project ([#17617](https://github.com/Lightning-AI/lightning/pull/17617), [#17666](https://github.com/Lightning-AI/lightning/pull/17666))
33+
34+
2335
## [2.0.2] - 2023-04-24
2436

2537
### Fixed

src/lightning/fabric/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1010
- Added support for `Callback` registration through entry points ([#17756](https://github.com/Lightning-AI/lightning/pull/17756))
1111

1212

13+
- Add Fabric internal hooks ([#17759](https://github.com/Lightning-AI/lightning/pull/17759))
14+
15+
1316
### Changed
1417

15-
-
18+
- Made type hints public ([#17100](https://github.com/Lightning-AI/lightning/pull/17100))
19+
20+
21+
- Support compiling a module after it was set up by Fabric ([#17529](https://github.com/Lightning-AI/lightning/pull/17529))
1622

1723

1824
### Fixed

src/lightning/pytorch/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
99

1010
### Changed
1111

12+
- Made type hints public ([#17100](https://github.com/Lightning-AI/lightning/pull/17100))
13+
14+
1215
-
1316

1417

@@ -41,6 +44,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4144
- Fixed an edge case causing overlapping samples in DDP when no global seed is set ([#17713](https://github.com/Lightning-AI/lightning/pull/17713))
4245

4346

47+
- Fallback to module available check for mlflow ([#17467](https://github.com/Lightning-AI/lightning/pull/17467))
48+
49+
50+
- Fixed LR finder max val batches ([#17636](https://github.com/Lightning-AI/lightning/pull/17636))
51+
52+
53+
- Fixed multithreading checkpoint loading ([#17678](https://github.com/Lightning-AI/lightning/pull/17678))
54+
55+
4456
## [2.0.2] - 2023-04-24
4557

4658
### Fixed

src/version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.0.3

0 commit comments

Comments
 (0)