Skip to content

Commit

Permalink
Add 1.1.4 section to CHANGELOG (#5378)
Browse files Browse the repository at this point in the history
(cherry picked from commit 019e4ff)
  • Loading branch information
carmocca authored and Borda committed Jan 25, 2021
1 parent 3a996ea commit 2c44e5a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixed `num_workers` for Windows example ([#5375](https://github.com/PyTorchLightning/pytorch-lightning/pull/5375))


## [1.1.3rc] - 2020-12-29
## [1.1.4] - YYYY-MM-DD

### Added


### Changed


### Deprecated


### Removed


### Fixed


## [1.1.3] - 2021-01-05

### Added

Expand Down Expand Up @@ -197,6 +214,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
[#5068](https://github.com/PyTorchLightning/pytorch-lightning/pull/5068))
- Allow any input in `to_onnx` and `to_torchscript` ([#4378](https://github.com/PyTorchLightning/pytorch-lightning/pull/4378))
- Do not warn when the name key is used in the `lr_scheduler` dict ([#5057](https://github.com/PyTorchLightning/pytorch-lightning/pull/5057))

- Fixed `DDPHPCAccelerator` hangs in DDP construction by calling `init_device` ([#5157](https://github.com/PyTorchLightning/pytorch-lightning/pull/5157))


Expand Down

0 comments on commit 2c44e5a

Please sign in to comment.