File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -4,32 +4,15 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ unreleased.Bugfixes] - YYYY-MM-DD
8-
9- ### Added
10-
11-
12- ### Changed
13-
14-
15- ### Deprecated
16-
17-
18- ### Removed
197
8+ ## [ 1.1.5] - 2021-01-19
209
2110### Fixed
2211
2312
2413- Fixed a visual bug in the progress bar display initialization ([ #4579 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/4579 ) )
25-
26-
27- - Fixed logging on_train_batch_end in a callback with multiple optimizers ([ #5521 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5521 ) )
28-
29-
14+ - Fixed logging ` on_train_batch_end ` in a callback with multiple optimizers ([ #5521 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5521 ) )
3015- Fixed ` reinit_scheduler_properties ` with correct optimizer ([ #5519 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5519 ) )
31-
32-
3316- Fixed ` val_check_interval ` with ` fast_dev_run ` ([ #5540 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5540 ) )
3417
3518
Original file line number Diff line number Diff line change 55import time
66
77_this_year = time .strftime ("%Y" )
8- __version__ = '1.1.4 '
8+ __version__ = '1.1.5 '
99__author__ = 'William Falcon et al.'
1010__author_email__ = '[email protected] ' 1111__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments