Skip to content

Commit 748a74e

Browse files
SeanNarenBorda
andauthored
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 fe75c73 commit 748a74e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2727
### Added
2828

2929
- 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)
30-
- Add Google Colab badges ([#5111](https://github.com/PyTorchLightning/pytorch-lightning/pull/5111)
3130

3231
### Changed
3332

34-
- Update usage of deprecated profiler ([#5010](https://github.com/PyTorchLightning/pytorch-lightning/pull/5010)
35-
- Update usage of deprecated automatic_optimization ([#5011](https://github.com/PyTorchLightning/pytorch-lightning/pull/5011)
3633
- Simplify accelerator steps ([#5015](https://github.com/PyTorchLightning/pytorch-lightning/pull/5015)
37-
- Split tests for deprecated api ([#5071](https://github.com/PyTorchLightning/pytorch-lightning/pull/5071)
38-
- Improve some tests ([#5049](https://github.com/PyTorchLightning/pytorch-lightning/pull/5049)
3934
- Refactor load in checkpoint connector ([#4593](https://github.com/PyTorchLightning/pytorch-lightning/pull/4593)
4035

4136
### Removed
4237

43-
- Drop duplicate metrics (#5014) ([#5014](https://github.com/PyTorchLightning/pytorch-lightning/pull/5014)
38+
- Drop duplicate metrics ([#5014](https://github.com/PyTorchLightning/pytorch-lightning/pull/5014)
4439
- Remove beta arg from F1 class and functional ([#5076](https://github.com/PyTorchLightning/pytorch-lightning/pull/5076)
45-
- Drop unused test with results API ([#5058](https://github.com/PyTorchLightning/pytorch-lightning/pull/5058)
4640

4741
### Fixed
4842

@@ -54,9 +48,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5448
- Add deprecated metric utility functions back to functional (
5549
[#5067](https://github.com/PyTorchLightning/pytorch-lightning/pull/5067),
5650
[#5068](https://github.com/PyTorchLightning/pytorch-lightning/pull/5068))
57-
- Allow any input in to_onnx and to_torchscript ([#4378](https://github.com/PyTorchLightning/pytorch-lightning/pull/4378)
58-
- Do not warn when the name key is used in the lr_scheduler dict ([#5057](https://github.com/PyTorchLightning/pytorch-lightning/pull/5057)
59-
- Fix hanging metrics tests ([#5134](https://github.com/PyTorchLightning/pytorch-lightning/pull/5134)
51+
- Allow any input in `to_onnx` and `to_torchscript` ([#4378](https://github.com/PyTorchLightning/pytorch-lightning/pull/4378)
52+
- Do not warn when the name key is used in the `lr_scheduler` dict ([#5057](https://github.com/PyTorchLightning/pytorch-lightning/pull/5057)
6053

6154

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

0 commit comments

Comments
 (0)