Skip to content

Commit 305b36f

Browse files
SeanNarenBorda
andcommitted
Prune CHANGELOG.md (#5151)
* Prune CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Jirka Borovec <[email protected]> * Update CHANGELOG.md Co-authored-by: Jirka Borovec <[email protected]> * Update CHANGELOG.md Co-authored-by: Jirka Borovec <[email protected]> * Update CHANGELOG.md Co-authored-by: Jirka Borovec <[email protected]> * Update CHANGELOG.md Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
1 parent eac9811 commit 305b36f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,34 +58,29 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5858
### Added
5959

6060
- Add a notebook example to reach a quick baseline of ~94% accuracy on CIFAR10 using Resnet in Lightning ([#4818](https://github.com/PyTorchLightning/pytorch-lightning/pull/4818))
61-
- Add Google Colab badges ([#5111](https://github.com/PyTorchLightning/pytorch-lightning/pull/5111))
6261

6362
### Changed
6463

65-
- Update usage of deprecated profiler ([#5010](https://github.com/PyTorchLightning/pytorch-lightning/pull/5010))
66-
- Update usage of deprecated automatic_optimization ([#5011](https://github.com/PyTorchLightning/pytorch-lightning/pull/5011))
6764
- Simplify accelerator steps ([#5015](https://github.com/PyTorchLightning/pytorch-lightning/pull/5015))
68-
- Split tests for deprecated api ([#5071](https://github.com/PyTorchLightning/pytorch-lightning/pull/5071))
69-
- Improve some tests ([#5049](https://github.com/PyTorchLightning/pytorch-lightning/pull/5049))
7065
- Refactor load in checkpoint connector ([#4593](https://github.com/PyTorchLightning/pytorch-lightning/pull/4593))
7166

7267
### Removed
7368

74-
- Drop duplicate metrics (#5014) ([#5014](https://github.com/PyTorchLightning/pytorch-lightning/pull/5014))
69+
- Drop duplicate metrics ([#5014](https://github.com/PyTorchLightning/pytorch-lightning/pull/5014))
7570
- Remove beta arg from F1 class and functional ([#5076](https://github.com/PyTorchLightning/pytorch-lightning/pull/5076))
76-
- Drop unused test with results API ([#5058](https://github.com/PyTorchLightning/pytorch-lightning/pull/5058))
7771

7872
### Fixed
7973

8074
- Fixed trainer by default `None` in `DDPAccelerator` ([#4915](https://github.com/PyTorchLightning/pytorch-lightning/pull/4915))
8175
- Fixed `LightningOptimizer` to expose optimizer attributes ([#5095](https://github.com/PyTorchLightning/pytorch-lightning/pull/5095))
8276
- Do not warn when the `name` key is used in the `lr_scheduler` dict ([#5057](https://github.com/PyTorchLightning/pytorch-lightning/pull/5057))
8377
- Check if optimizer supports closure ([#4981](https://github.com/PyTorchLightning/pytorch-lightning/pull/4981)
78+
- Extend LightningOptimizer to exposure underlying Optimizer attributes + update doc ([#5095](https://github.com/PyTorchLightning/pytorch-lightning/pull/5095))
8479
- Add deprecated metric utility functions back to functional (
8580
[#5067](https://github.com/PyTorchLightning/pytorch-lightning/pull/5067),
8681
[#5068](https://github.com/PyTorchLightning/pytorch-lightning/pull/5068))
87-
- Allow any input in to_onnx and to_torchscript ([#4378](https://github.com/PyTorchLightning/pytorch-lightning/pull/4378))
88-
- Fix hanging metrics tests ([#5134](https://github.com/PyTorchLightning/pytorch-lightning/pull/5134))
82+
- Allow any input in `to_onnx` and `to_torchscript` ([#4378](https://github.com/PyTorchLightning/pytorch-lightning/pull/4378)
83+
- Do not warn when the name key is used in the `lr_scheduler` dict ([#5057](https://github.com/PyTorchLightning/pytorch-lightning/pull/5057))
8984

9085

9186
## [1.1.0] - 2020-12-09

0 commit comments

Comments
 (0)