Skip to content

Commit

Permalink
bump ver 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored and lantiga committed Jun 7, 2023
1 parent 77a9b39 commit d90d404
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
14 changes: 13 additions & 1 deletion src/lightning/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- 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))


## [2.0.2] - 2023-04-24

### Fixed
Expand Down
8 changes: 7 additions & 1 deletion src/lightning/fabric/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- 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
Expand Down
12 changes: 12 additions & 0 deletions src/lightning/pytorch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Changed

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


-


Expand Down Expand Up @@ -41,6 +44,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- 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))


## [2.0.2] - 2023-04-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/version.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3

0 comments on commit d90d404

Please sign in to comment.