File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +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.4] - 2021-06-01
9+
10+ ### Fixed
11+
12+ - Fixed info message when max training time reached ([ #7780 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/7780 ) )
13+ - Fixed missing ` __len__ ` method to ` IndexBatchSamplerWrapper ` ([ #7681 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/7681 ) )
14+
815## [ 1.3.3] - 2021-05-27
916
1017### Changed
Original file line number Diff line number Diff line change 11import time
22
33_this_year = time .strftime ("%Y" )
4- __version__ = '1.3.3 '
4+ __version__ = '1.3.4 '
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