Skip to content

Commit acdb145

Browse files
authored
update chlog after 1.8.6 (#16174)
1 parent 1f1c71a commit acdb145

File tree

3 files changed

+39
-30
lines changed

3 files changed

+39
-30
lines changed

src/lightning_app/CHANGELOG.md

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

99
### Added
1010

11-
- Added partial support for fastapi `Request` annotation in `configure_api` handlers ([#16047](https://github.com/Lightning-AI/lightning/pull/16047))
12-
13-
14-
- Added a nicer UI with URL and examples for the autoscaler component ([#16063](https://github.com/Lightning-AI/lightning/pull/16063))
15-
16-
17-
- Enabled users to have more control over scaling out/in interval ([#16093](https://github.com/Lightning-AI/lightning/pull/16093))
18-
19-
20-
- Added more datatypes to serving component ([#16018](https://github.com/Lightning-AI/lightning/pull/16018))
21-
22-
23-
- Added `work.delete` method to delete the work ([#16103](https://github.com/Lightning-AI/lightning/pull/16103))
24-
25-
26-
- Added `display_name` property to LightningWork for the cloud ([#16095](https://github.com/Lightning-AI/lightning/pull/16095))
27-
28-
- Added `ColdStartProxy` to the AutoScaler ([#16094](https://github.com/Lightning-AI/lightning/pull/16094))
11+
-
2912

3013

3114
### Changed
3215

33-
34-
- The default `start_method` for creating Work processes locally on MacOS is now 'spawn' (previously 'fork') ([#16089](https://github.com/Lightning-AI/lightning/pull/16089))
35-
36-
37-
- The utility `lightning.app.utilities.cloud.is_running_in_cloud` now returns `True` during loading of the app locally when running with `--cloud` ([#16045](https://github.com/Lightning-AI/lightning/pull/16045))
16+
-
3817

3918

4019
### Deprecated
@@ -49,24 +28,44 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4928

5029
### Fixed
5130

52-
- Fixed `PythonServer` messaging "Your app has started" ([#15989](https://github.com/Lightning-AI/lightning/pull/15989))
31+
-
5332

5433

55-
- Fixed a bug where `AutoScaler` would fail with min_replica=0 ([#16092](https://github.com/Lightning-AI/lightning/pull/16092)
5634

57-
- Fixed auto-batching to enable batching for requests coming even after batch interval but is in the queue ([#16110](https://github.com/Lightning-AI/lightning/pull/16110))
35+
## [1.8.6] - 2022-12-21
5836

37+
### Added
5938

60-
- Fixed a non-thread safe deepcopy in the scheduler ([#16114](https://github.com/Lightning-AI/lightning/pull/16114))
39+
- Added partial support for fastapi `Request` annotation in `configure_api` handlers ([#16047](https://github.com/Lightning-AI/lightning/pull/16047))
40+
- Added a nicer UI with URL and examples for the autoscaler component ([#16063](https://github.com/Lightning-AI/lightning/pull/16063))
41+
- Enabled users to have more control over scaling out/in interval ([#16093](https://github.com/Lightning-AI/lightning/pull/16093))
42+
- Added more datatypes to serving component ([#16018](https://github.com/Lightning-AI/lightning/pull/16018))
43+
- Added `work.delete` method to delete the work ([#16103](https://github.com/Lightning-AI/lightning/pull/16103))
44+
- Added `display_name` property to LightningWork for the cloud ([#16095](https://github.com/Lightning-AI/lightning/pull/16095))
45+
- Added `ColdStartProxy` to the AutoScaler ([#16094](https://github.com/Lightning-AI/lightning/pull/16094))
46+
- Added status endpoint, enable `ready` ([#16075](https://github.com/Lightning-AI/lightning/pull/16075))
47+
- Implemented `ready` for components ([#16129](https://github.com/Lightning-AI/lightning/pull/16129))
6148

49+
### Changed
6250

63-
- Fixed Http Queue sleeping for 1 sec by default if no delta were found ([#16114](https://github.com/Lightning-AI/lightning/pull/16114))
51+
- The default `start_method` for creating Work processes locally on MacOS is now 'spawn' (previously 'fork') ([#16089](https://github.com/Lightning-AI/lightning/pull/16089))
52+
- The utility `lightning.app.utilities.cloud.is_running_in_cloud` now returns `True` during loading of the app locally when running with `--cloud` ([#16045](https://github.com/Lightning-AI/lightning/pull/16045))
53+
- Updated Multinode Warning ([#16091](https://github.com/Lightning-AI/lightning/pull/16091))
54+
- Updated app testing ([#16000](https://github.com/Lightning-AI/lightning/pull/16000))
55+
- Changed overwrite to `True` ([#16009](https://github.com/Lightning-AI/lightning/pull/16009))
56+
- Simplified messaging in cloud dispatch ([#16160](https://github.com/Lightning-AI/lightning/pull/16160))
57+
- Added annotations endpoint ([#16159](https://github.com/Lightning-AI/lightning/pull/16159))
6458

59+
### Fixed
6560

61+
- Fixed `PythonServer` messaging "Your app has started" ([#15989](https://github.com/Lightning-AI/lightning/pull/15989))
62+
- Fixed auto-batching to enable batching for requests coming even after batch interval but is in the queue ([#16110](https://github.com/Lightning-AI/lightning/pull/16110))
63+
- Fixed a bug where `AutoScaler` would fail with min_replica=0 ([#16092](https://github.com/Lightning-AI/lightning/pull/16092)
64+
- Fixed a non-thread safe deepcopy in the scheduler ([#16114](https://github.com/Lightning-AI/lightning/pull/16114))
65+
- Fixed Http Queue sleeping for 1 sec by default if no delta were found ([#16114](https://github.com/Lightning-AI/lightning/pull/16114))
6666
- Fixed the endpoint info tab not showing up in `AutoScaler` UI ([#16128](https://github.com/Lightning-AI/lightning/pull/16128))
67-
68-
6967
- Fixed an issue where an exception would be raised in the logs when using a recent version of streamlit ([#16139](https://github.com/Lightning-AI/lightning/pull/16139))
68+
- Fixed e2e tests ([#16146](https://github.com/Lightning-AI/lightning/pull/16146))
7069

7170

7271
## [1.8.5] - 2022-12-15

src/lightning_lite/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5151
- Restored sampling parity between PyTorch and Lite dataloaders when using the `DistributedSampler` ([#16101](https://github.com/Lightning-AI/lightning/issues/16101))
5252

5353

54+
## [1.8.6] - 2022-12-21
55+
56+
- minor cleaning
57+
58+
5459
## [1.8.5] - 2022-12-15
5560

5661
- minor cleaning

src/pytorch_lightning/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
137137
- Enhanced `reduce_boolean_decision` to accommodate `any`-analogous semantics expected by the `EarlyStopping` callback ([#15253](https://github.com/Lightning-AI/lightning/pull/15253))
138138

139139

140+
## [1.8.6] - 2022-12-21
141+
142+
- minor cleaning
143+
144+
140145
## [1.8.5] - 2022-12-15
141146

142147
- Add function to remove checkpoint to allow override for extended classes ([#16067](https://github.com/Lightning-AI/lightning/pull/16067))

0 commit comments

Comments
 (0)