File tree Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,13 @@ 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.3.x] - 2021-MM-DD
9-
10- ### Added
11-
12-
13- ### Changed
14-
15-
16- ### Deprecated
17-
18-
19- ### Removed
20-
8+ ## [ 1.3.1] - 2021-05-11
219
2210### Fixed
2311
24-
2512- Fixed DeepSpeed with IterableDatasets ([ #7362 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/7362 ) )
26-
27-
2813- Fixed ` Trainer.current_epoch ` not getting restored after tuning ([ #7434 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/7434 ) )
14+ - Fixed local rank displayed in console log ([ #7395 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/7395 ) )
2915
3016
3117## [ 1.3.0] - 2021-05-06
Original file line number Diff line number Diff line change 3838- Jeff Ling (`jeffling <https://github.com/jeffling >`_)
3939- Teddy Koker (`teddykoker <https://github.com/teddykoker >`_)
4040- Nate Raw (`nateraw <https://github.com/nateraw >`_)
41-
42-
Original file line number Diff line number Diff line change 11import time
22
33_this_year = time .strftime ("%Y" )
4- __version__ = '1.3.0 '
4+ __version__ = '1.3.1 '
55__author__ = 'William Falcon et al.'
66__author_email__ = '[email protected] ' 77__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments