File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,29 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
77
8- ## [ 1.1.5] - 2021-01-19
8+ ## [ unreleased.Bugfixes] - YYYY-MM-DD
9+
10+ ### Added
11+
12+
13+ ### Changed
14+
15+
16+ ### Deprecated
17+
18+
19+ ### Removed
20+
921
1022### Fixed
1123
1224
25+
26+
27+ ## [ 1.1.5] - 2021-01-19
28+
29+ ### Fixed
30+
1331- Fixed a visual bug in the progress bar display initialization ([ #4579 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/4579 ) )
1432- Fixed logging ` on_train_batch_end ` in a callback with multiple optimizers ([ #5521 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5521 ) )
1533- Fixed ` reinit_scheduler_properties ` with correct optimizer ([ #5519 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5519 ) )
Original file line number Diff line number Diff line change 4646 "1.1.2" ,
4747 "1.1.3" ,
4848 "1.1.4" ,
49+ "1.1.5" ,
4950])
5051def test_resume_legacy_checkpoints (tmpdir , pl_version ):
5152 path_dir = os .path .join (LEGACY_CHECKPOINTS_PATH , pl_version )
You can’t perform that action at this time.
0 commit comments