Skip to content

Commit

Permalink
update chlog for 2.0.3 (#17775)
Browse files Browse the repository at this point in the history
Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
  • Loading branch information
Borda and edenlightning committed Jun 7, 2023
1 parent d90d404 commit 7e0b1a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 48 deletions.
12 changes: 1 addition & 11 deletions src/lightning/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [UnReleased] - 2023-04-DD
## [2.0.3] - 2023-06-07

- Added the property `LightningWork.public_ip` that exposes the public IP of the `LightningWork` instance ([#17742](https://github.com/Lightning-AI/lightning/pull/17742))


- Add missing python-multipart dependency ([#17244](https://github.com/Lightning-AI/lightning/pull/17244))


### Changed

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


### Fixed

- 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))


- Fixed resolution of latest version in CLI ([#17351](https://github.com/Lightning-AI/lightning/pull/17351))


- Fixed property raised instead of returned ([#17595](https://github.com/Lightning-AI/lightning/pull/17595))


- Fixed get project ([#17617](https://github.com/Lightning-AI/lightning/pull/17617), [#17666](https://github.com/Lightning-AI/lightning/pull/17666))


Expand Down
12 changes: 1 addition & 11 deletions src/lightning/fabric/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [UnReleased] - 2023-04-DD
## [2.0.3] - 2023-06-07

- Added support for `Callback` registration through entry points ([#17756](https://github.com/Lightning-AI/lightning/pull/17756))


- Add Fabric internal hooks ([#17759](https://github.com/Lightning-AI/lightning/pull/17759))


### Changed

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


- Support compiling a module after it was set up by Fabric ([#17529](https://github.com/Lightning-AI/lightning/pull/17529))


### Fixed

- Fixed computing the next version folder in `CSVLogger` ([#17139](https://github.com/Lightning-AI/lightning/pull/17139))


- Fixed inconsistent settings for FSDP Precision ([#17670](https://github.com/Lightning-AI/lightning/issues/17670))




## [2.0.2] - 2023-04-24

### Changed
Expand Down
27 changes: 1 addition & 26 deletions src/lightning/pytorch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [UnReleased] - 2023-04-DD
## [2.0.3] - 2023-06-07

### Changed

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


-


### Fixed

- `CombinedLoader` only starts DataLoader workers when necessary when operating in sequential mode ([#17639](https://github.com/Lightning-AI/lightning/pull/17639))


- 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))


- Fixed signature inspection of decorated hooks ([#17507](https://github.com/Lightning-AI/lightning/pull/17507))


- The `WandbLogger` no longer flattens dictionaries in the hyperparameters logged to the dashboard ([#17574](https://github.com/Lightning-AI/lightning/pull/17574))


- Fixed computing the next version folder in `CSVLogger` ([#17139](https://github.com/Lightning-AI/lightning/pull/17139))


- 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))


- Fixed `WandbLogger` ignoring the `WANDB_PROJECT` environment variable ([#16222](https://github.com/Lightning-AI/lightning/pull/16222))


- Fixed inconsistent settings for FSDP Precision ([#17670](https://github.com/Lightning-AI/lightning/issues/17670))


- Fixed an edge case causing overlapping samples in DDP when no global seed is set ([#17713](https://github.com/Lightning-AI/lightning/pull/17713))


- Fallback to module available check for mlflow ([#17467](https://github.com/Lightning-AI/lightning/pull/17467))


- Fixed LR finder max val batches ([#17636](https://github.com/Lightning-AI/lightning/pull/17636))


- Fixed multithreading checkpoint loading ([#17678](https://github.com/Lightning-AI/lightning/pull/17678))


Expand Down

0 comments on commit 7e0b1a1

Please sign in to comment.