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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
7
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
21
9
22
10
### Fixed
23
11
24
-
25
12
- Fixed DeepSpeed with IterableDatasets ([ #7362 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/7362 ) )
26
-
27
-
28
13
- 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 ) )
29
15
30
16
31
17
## [ 1.3.0] - 2021-05-06
Original file line number Diff line number Diff line change 38
38
- Jeff Ling (`jeffling <https://github.com/jeffling >`_)
39
39
- Teddy Koker (`teddykoker <https://github.com/teddykoker >`_)
40
40
- Nate Raw (`nateraw <https://github.com/nateraw >`_)
41
-
42
-
Original file line number Diff line number Diff line change 1
1
import time
2
2
3
3
_this_year = time .strftime ("%Y" )
4
- __version__ = '1.3.0 '
4
+ __version__ = '1.3.1 '
5
5
__author__ = 'William Falcon et al.'
6
6
__author_email__ = '[email protected] '
7
7
__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments