Skip to content

Commit 7e0b1a1

Browse files
Bordaedenlightning
andauthored
update chlog for 2.0.3 (#17775)
Co-authored-by: edenlightning <[email protected]>
1 parent d90d404 commit 7e0b1a1

File tree

3 files changed

+3
-48
lines changed

3 files changed

+3
-48
lines changed

src/lightning/app/CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,20 @@ 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-
## [UnReleased] - 2023-04-DD
8+
## [2.0.3] - 2023-06-07
99

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))
11-
12-
1311
- Add missing python-multipart dependency ([#17244](https://github.com/Lightning-AI/lightning/pull/17244))
1412

15-
1613
### Changed
1714

1815
- Made type hints public ([#17100](https://github.com/Lightning-AI/lightning/pull/17100))
1916

20-
2117
### Fixed
2218

2319
- 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))
24-
25-
2620
- Fixed resolution of latest version in CLI ([#17351](https://github.com/Lightning-AI/lightning/pull/17351))
27-
28-
2921
- Fixed property raised instead of returned ([#17595](https://github.com/Lightning-AI/lightning/pull/17595))
30-
31-
3222
- Fixed get project ([#17617](https://github.com/Lightning-AI/lightning/pull/17617), [#17666](https://github.com/Lightning-AI/lightning/pull/17666))
3323

3424

src/lightning/fabric/CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,22 @@ 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-
## [UnReleased] - 2023-04-DD
8+
## [2.0.3] - 2023-06-07
99

1010
- Added support for `Callback` registration through entry points ([#17756](https://github.com/Lightning-AI/lightning/pull/17756))
11-
12-
1311
- Add Fabric internal hooks ([#17759](https://github.com/Lightning-AI/lightning/pull/17759))
1412

15-
1613
### Changed
1714

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

23-
2418
### Fixed
2519

2620
- Fixed computing the next version folder in `CSVLogger` ([#17139](https://github.com/Lightning-AI/lightning/pull/17139))
27-
28-
2921
- Fixed inconsistent settings for FSDP Precision ([#17670](https://github.com/Lightning-AI/lightning/issues/17670))
3022

3123

32-
33-
3424
## [2.0.2] - 2023-04-24
3525

3626
### Changed

src/lightning/pytorch/CHANGELOG.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,26 @@ 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-
## [UnReleased] - 2023-04-DD
8+
## [2.0.3] - 2023-06-07
99

1010
### Changed
1111

1212
- Made type hints public ([#17100](https://github.com/Lightning-AI/lightning/pull/17100))
1313

1414

15-
-
16-
17-
1815
### Fixed
1916

2017
- `CombinedLoader` only starts DataLoader workers when necessary when operating in sequential mode ([#17639](https://github.com/Lightning-AI/lightning/pull/17639))
21-
22-
2318
- Fixed a potential bug with uploading model checkpoints to Neptune.ai by uploading files from stream ([#17430](https://github.com/Lightning-AI/lightning/pull/17430))
24-
25-
2619
- Fixed signature inspection of decorated hooks ([#17507](https://github.com/Lightning-AI/lightning/pull/17507))
27-
28-
2920
- The `WandbLogger` no longer flattens dictionaries in the hyperparameters logged to the dashboard ([#17574](https://github.com/Lightning-AI/lightning/pull/17574))
30-
31-
3221
- Fixed computing the next version folder in `CSVLogger` ([#17139](https://github.com/Lightning-AI/lightning/pull/17139))
33-
34-
3522
- Fixed a formatting issue when the filename in `ModelCheckpoint` contained metrics that were substrings of each other ([#17610](https://github.com/Lightning-AI/lightning/pull/17610))
36-
37-
3823
- Fixed `WandbLogger` ignoring the `WANDB_PROJECT` environment variable ([#16222](https://github.com/Lightning-AI/lightning/pull/16222))
39-
40-
4124
- Fixed inconsistent settings for FSDP Precision ([#17670](https://github.com/Lightning-AI/lightning/issues/17670))
42-
43-
4425
- Fixed an edge case causing overlapping samples in DDP when no global seed is set ([#17713](https://github.com/Lightning-AI/lightning/pull/17713))
45-
46-
4726
- Fallback to module available check for mlflow ([#17467](https://github.com/Lightning-AI/lightning/pull/17467))
48-
49-
5027
- Fixed LR finder max val batches ([#17636](https://github.com/Lightning-AI/lightning/pull/17636))
51-
52-
5328
- Fixed multithreading checkpoint loading ([#17678](https://github.com/Lightning-AI/lightning/pull/17678))
5429

5530

0 commit comments

Comments
 (0)