Skip to content

Commit 48ead8d

Browse files
committed
Add changelog section (#16176)
1 parent aa2c2d1 commit 48ead8d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/lightning_fabric/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
## [fabricLaunchVersion] - 202Y-MM-DD
8+
9+
10+
### Added
11+
12+
- Added basic support for LightningModules ([#16048](https://github.com/Lightning-AI/lightning/issues/16048))
13+
14+
15+
- Added support for managing callbacks via `Fabric(callbacks=...)` and emitting events through `Fabric.call()` ([#16074](https://github.com/Lightning-AI/lightning/issues/16074))
16+
17+
### Changed
18+
19+
- Renamed the class `LightningLite` to `Fabric` ([#15932](https://github.com/Lightning-AI/lightning/issues/15932), [#15938](https://github.com/Lightning-AI/lightning/issues/15938))
20+
721

822
## [fabricLaunchVersion] - 202Y-MM-DD
923

src/pytorch_lightning/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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+
## [fabricLaunchPLVersion] - 202Y-MM-DD
9+
10+
11+
### Removed
12+
13+
- `nvidia/apex` removal ([#16149](https://github.com/Lightning-AI/lightning/pull/16149))
14+
* Removed `pytorch_lightning.plugins.NativeMixedPrecisionPlugin` in favor of `pytorch_lightning.plugins.MixedPrecisionPlugin`
15+
* Removed the `LightningModule.optimizer_step(using_native_amp=...)` argument
16+
* Removed the `Trainer(amp_backend=...)` argument
17+
* Removed the `Trainer.amp_backend` property
18+
* Removed the `Trainer(amp_level=...)` argument
19+
* Removed the `pytorch_lightning.plugins.ApexMixedPrecisionPlugin` class
20+
* Removed the `pytorch_lightning.utilities.enums.AMPType` enum
21+
* Removed the `DeepSpeedPrecisionPlugin(amp_type=..., amp_level=...)` arguments
22+
23+
824
## [unreleased] - 202Y-MM-DD
925

1026
### Added

0 commit comments

Comments
 (0)