Skip to content

Commit bc96513

Browse files
awaelchlicarmocca
andauthored
Update changelog after 1.9.3 and bump version for RC (#16833)
Co-authored-by: Carlos Mocholí <[email protected]>
1 parent 1913913 commit bc96513

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

src/lightning/app/CHANGELOG.md

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

3535

36+
## [1.9.3] - 2023-02-21
37+
38+
### Fixed
39+
40+
- Fixed `lightning open` command and improved redirects ([#16794](https://github.com/Lightning-AI/lightning/pull/16794))
41+
42+
3643
## [1.9.2] - 2023-02-15
3744

3845
- Added Storage Commands ([#16740](https://github.com/Lightning-AI/lightning/pull/16740))

src/lightning/fabric/CHANGELOG.md

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

6565
- Fixed issue where the wrapped dataloader `iter()` would be called twice ([#16841](https://github.com/Lightning-AI/lightning/pull/16841))
6666

67+
6768
- Fixed DDP spawn hang on TPU Pods ([#16844](https://github.com/Lightning-AI/lightning/pull/16844))
6869

70+
71+
## [1.9.3] - 2023-02-21
72+
73+
### Fixed
74+
6975
- Fixed an issue causing a wrong environment plugin to be selected when `accelerator=tpu` and `devices > 1` ([#16806](https://github.com/Lightning-AI/lightning/pull/16806))
7076
- Fixed parsing of defaults for `--accelerator` and `--precision` in Fabric CLI when `accelerator` and `precision` are set to non-default values in the code ([#16818](https://github.com/Lightning-AI/lightning/pull/16818))
7177

src/lightning/pytorch/CHANGELOG.md

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

373373
- Fixed DDP spawn hang on TPU Pods ([#16844](https://github.com/Lightning-AI/lightning/pull/16844))
374374

375+
## [1.9.3] - 2023-02-21
376+
377+
### Fixed
378+
375379
- Fixed an issue causing a wrong environment plugin to be selected when `accelerator=tpu` and `devices > 1` ([#16806](https://github.com/Lightning-AI/lightning/pull/16806))
376380

377381

src/version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0dev
1+
2.0.0rc0

0 commit comments

Comments
 (0)