Skip to content

Commit a020506

Browse files
authored
update chlog for 1.9.5 (#17340)
1 parent c060c68 commit a020506

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
88

99
### Changed
1010

11-
12-
13-
### Fixed
14-
15-
-
11+
- Added `healthz` endpoint to plugin server ([#16882](https://github.com/Lightning-AI/lightning/pull/16882))
12+
- System customization syncing for jobs run ([#16932](https://github.com/Lightning-AI/lightning/pull/16932))
1613

1714

1815
## [1.9.4] - 2023-03-01

src/lightning_fabric/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
88

99
### Changed
1010

11-
11+
- Let `TorchCollective` works on the `torch.distributed` WORLD process group by default ([#16995](https://github.com/Lightning-AI/lightning/pull/16995))
1212

1313
### Fixed
1414

15-
-
16-
15+
- fixed for all `_cuda_clearCublasWorkspaces` on teardown ([#16907](https://github.com/Lightning-AI/lightning/pull/16907))
1716
- Improved the error message for installing tensorboard or tensorboardx ([#17053](https://github.com/Lightning-AI/lightning/pull/17053))
1817

1918

src/pytorch_lightning/CHANGELOG.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
88

99
### Changed
1010

11-
- Changes to the `NeptuneLogger` ([#16761](https://github.com/Lightning-AI/lightning/pull/16761)):
11+
- Changed to the `NeptuneLogger` ([#16761](https://github.com/Lightning-AI/lightning/pull/16761)):
1212
* It now supports neptune-client 0.16.16 and neptune >=1.0, and we have replaced the `log()` method with `append()` and `extend()`.
1313
* It now accepts a namespace `Handler` as an alternative to `Run` for the `run` argument. This means that you can call it like `NeptuneLogger(run=run["some/namespace"])` to log everything to the `some/namespace/` location of the run.
14+
- Allow `sys.argv` and args in `LightningCLI` ([#16808](https://github.com/Lightning-AI/lightning/pull/16808))
15+
- Moveed HPU broadcast override to the HPU strategy file ([#17011](https://github.com/Lightning-AI/lightning/pull/17011))
1416

1517
### Depercated
1618

17-
-
18-
19-
2019
- Removed registration of `ShardedTensor` state dict hooks in `LightningModule.__init__` with `torch>=2.1` ([#16892](https://github.com/Lightning-AI/lightning/pull/16892))
21-
2220
- Removed the `lightning.pytorch.core.saving.ModelIO` class interface ([#16974](https://github.com/Lightning-AI/lightning/pull/16974))
2321

2422

2523
### Fixed
2624

2725
- Fixed `num_nodes` not being set for `DDPFullyShardedNativeStrategy` ([#17160](https://github.com/Lightning-AI/lightning/pull/17160))
28-
2926
- Fixed parsing the precision config for inference in `DeepSpeedStrategy` ([#16973](https://github.com/Lightning-AI/lightning/pull/16973))
30-
31-
3227
- Fixed the availability check for `rich` that prevented Lightning to be imported in Google Colab ([#17156](https://github.com/Lightning-AI/lightning/pull/17156))
33-
34-
35-
28+
- Fixed for all `_cuda_clearCublasWorkspaces` on teardown ([#16907](https://github.com/Lightning-AI/lightning/pull/16907))
3629
- The `psutil` package is now required for CPU monitoring ([#17010](https://github.com/Lightning-AI/lightning/pull/17010))
37-
38-
3930
- Improved the error message for installing tensorboard or tensorboardx ([#17053](https://github.com/Lightning-AI/lightning/pull/17053))
4031

4132

0 commit comments

Comments
 (0)