File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
99
1010### Added
1111
12+ - Add automatic optimization property setter to lightning module ([ #5169 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5169 ) )
1213
1314### Changed
1415
15- - Changed depreceated ` enable_pl_optimizer=True ` ([ #5244 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5244 ) )
16-
17-
18- ### Deprecated
19-
20-
21- ### Removed
22-
16+ - Changed deprecated ` enable_pl_optimizer=True ` ([ #5244 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5244 ) )
2317
2418### Fixed
2519
2620- Fixed ` transfer_batch_to_device ` for DDP with ` len(devices_ids) == 1 ` ([ #5195 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5195 ) )
27-
21+ - Logging only on ` not should_accumulate() ` during training ([ #5417 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5417 ) )
22+ - Resolve interpolation bug with Hydra ([ #5406 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5406 ) )
23+ - Check environ before selecting a seed to prevent warning message ([ #4743 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/4743 ) )
2824
2925
3026## [ 1.1.3] - 2021-01-05
Original file line number Diff line number Diff line change 55import time
66
77_this_year = time .strftime ("%Y" )
8- __version__ = '1.1.3 '
8+ __version__ = '1.1.4 '
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