Skip to content

Commit 3d69e46

Browse files
Bordalantiga
andauthored
Releasing v1.9.1 (#16717)
Co-authored-by: Luca Antiga <[email protected]>
1 parent e6ae82b commit 3d69e46

File tree

4 files changed

+15
-61
lines changed

4 files changed

+15
-61
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,57 +5,41 @@ 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-
## [1.9.1] - 2023-02-DD
8+
## [1.9.1] - 2023-02-10
99

1010
### Added
1111

12+
- Added `lightning open` command ([#16482](https://github.com/Lightning-AI/lightning/pull/16482))
1213
- Added experimental support for interruptible GPU in the cloud ([#16399](https://github.com/Lightning-AI/lightning/pull/16399))
13-
1414
- Added FileSystem abstraction to simply manipulation of files ([#16581](https://github.com/Lightning-AI/lightning/pull/16581))
15-
16-
- Prevent to `cd` into non existent folders ([#16645](https://github.com/Lightning-AI/lightning/pull/16645))
17-
- Enabled `cp` (upload) at project level ([#16631](https://github.com/Lightning-AI/lightning/pull/16631))
18-
- Enabled `ls` and `cp` (download) at project level ([#16622](https://github.com/Lightning-AI/lightning/pull/16622))
1915
- Added Storage Commands ([#16606](https://github.com/Lightning-AI/lightning/pull/16606))
2016
* `ls`: List files from your Cloud Platform Filesystem
2117
* `cd`: Change the current directory within your Cloud Platform filesystem (terminal session based)
2218
* `pwd`: Return the current folder in your Cloud Platform Filesystem
2319
* `cp`: Copy files between your Cloud Platform Filesystem and local filesystem
24-
20+
- Prevent to `cd` into non existent folders ([#16645](https://github.com/Lightning-AI/lightning/pull/16645))
21+
- Enabled `cp` (upload) at project level ([#16631](https://github.com/Lightning-AI/lightning/pull/16631))
22+
- Enabled `ls` and `cp` (download) at project level ([#16622](https://github.com/Lightning-AI/lightning/pull/16622))
2523
- Added `lightning connect data` to register data connection to s3 buckets ([#16670](https://github.com/Lightning-AI/lightning/pull/16670))
26-
24+
- Added support for running with multiprocessing in the cloud ([#16624](https://github.com/Lightning-AI/lightning/pull/16624))
25+
- Initial plugin server ([#16523](https://github.com/Lightning-AI/lightning/pull/16523))
26+
- Connect and Disconnect node ([#16700](https://github.com/Lightning-AI/lightning/pull/16700))
2727

2828
### Changed
2929

3030
- Changed the default `LightningClient(retry=False)` to `retry=True` ([#16382](https://github.com/Lightning-AI/lightning/pull/16382))
31-
3231
- Add support for async predict method in PythonServer and remove torch context ([#16453](https://github.com/Lightning-AI/lightning/pull/16453))
33-
34-
3532
- Renamed `lightning.app.components.LiteMultiNode` to `lightning.app.components.FabricMultiNode` ([#16505](https://github.com/Lightning-AI/lightning/pull/16505))
36-
37-
3833
- Changed the command `lightning connect` to `lightning connect app` for consistency ([#16670](https://github.com/Lightning-AI/lightning/pull/16670))
39-
40-
41-
### Deprecated
42-
43-
-
44-
45-
46-
### Removed
47-
48-
-
49-
34+
- Refactor cloud dispatch and update to new API ([#16456](https://github.com/Lightning-AI/lightning/pull/16456))
35+
- Updated app URLs to the latest format ([#16568](https://github.com/Lightning-AI/lightning/pull/16568))
5036

5137
### Fixed
5238

53-
- Fixed a deadlock causing apps not to exit properly when running locally ([#16623](https://github.com/Lightning-AI/lightning/pull/16623)))
54-
55-
39+
- Fixed a deadlock causing apps not to exit properly when running locally ([#16623](https://github.com/Lightning-AI/lightning/pull/16623))
5640
- Fixed the Drive root_folder not parsed properly ([#16454](https://github.com/Lightning-AI/lightning/pull/16454))
57-
5841
- Fixed malformed path when downloading files using `lightning cp` ([#16626](https://github.com/Lightning-AI/lightning/pull/16626))
42+
- Fixed app name in URL ([#16575](https://github.com/Lightning-AI/lightning/pull/16575))
5943

6044
## [1.9.0] - 2023-01-17
6145

src/lightning_fabric/CHANGELOG.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,14 @@ 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-
## [1.9.1] - 2023-02-DD
9-
10-
### Changed
11-
12-
-
13-
14-
15-
### Deprecated
16-
17-
-
18-
8+
## [1.9.1] - 2023-02-10
199

2010
### Fixed
2111

2212
- Fixed error handling for `accelerator="mps"` and `ddp` strategy pairing ([#16455](https://github.com/Lightning-AI/lightning/pull/16455))
23-
2413
- Fixed strict availability check for `torch_xla` requirement ([#16476](https://github.com/Lightning-AI/lightning/pull/16476))
25-
2614
- Fixed an issue where PL would wrap DataLoaders with XLA's MpDeviceLoader more than once ([#16571](https://github.com/Lightning-AI/lightning/pull/16571))
27-
2815
- Fixed the batch_sampler reference for DataLoaders wrapped with XLA's MpDeviceLoader ([#16571](https://github.com/Lightning-AI/lightning/pull/16571))
29-
3016
- Fixed an import error when `torch.distributed` is not available ([#16658](https://github.com/Lightning-AI/lightning/pull/16658))
3117

3218

src/pytorch_lightning/CHANGELOG.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,16 @@ 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-
## [1.9.1] - 2023-02-DD
9-
10-
### Changed
11-
12-
-
13-
14-
15-
### Deprecated
16-
17-
-
18-
8+
## [1.9.1] - 2023-02-10
199

2010
### Fixed
2111

2212
- Fixed an unintended limitation for calling `save_hyperparameters` on mixin classes that don't subclass `LightningModule`/`LightningDataModule` ([#16369](https://github.com/Lightning-AI/lightning/pull/16369))
23-
2413
- Fixed an issue with `MLFlowLogger` logging the wrong keys with `.log_hyperparams()` ([#16418](https://github.com/Lightning-AI/lightning/pull/16418))
25-
2614
- Fixed logging more than 100 parameters with `MLFlowLogger` and long values are truncated ([#16451](https://github.com/Lightning-AI/lightning/pull/16451))
27-
2815
- Fixed strict availability check for `torch_xla` requirement ([#16476](https://github.com/Lightning-AI/lightning/pull/16476))
29-
3016
- Fixed an issue where PL would wrap DataLoaders with XLA's MpDeviceLoader more than once ([#16571](https://github.com/Lightning-AI/lightning/pull/16571))
31-
3217
- Fixed the batch_sampler reference for DataLoaders wrapped with XLA's MpDeviceLoader ([#16571](https://github.com/Lightning-AI/lightning/pull/16571))
33-
3418
- Fixed an import error when `torch.distributed` is not available ([#16658](https://github.com/Lightning-AI/lightning/pull/16658))
3519

3620

src/version.info

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

0 commit comments

Comments
 (0)