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/).
9
9
10
10
### Added
11
11
12
+ - Add automatic optimization property setter to lightning module ([ #5169 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5169 ) )
12
13
13
14
### Changed
14
15
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 ) )
23
17
24
18
### Fixed
25
19
26
20
- 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 ) )
28
24
29
25
30
26
## [ 1.1.3] - 2021-01-05
Original file line number Diff line number Diff line change 5
5
import time
6
6
7
7
_this_year = time .strftime ("%Y" )
8
- __version__ = '1.1.3 '
8
+ __version__ = '1.1.4 '
9
9
__author__ = 'William Falcon et al.'
10
10
__author_email__ = '[email protected] '
11
11
__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments