File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+
8
+ ## [ unreleased] - YYYY-MM-DD
9
+
10
+ ### Added
11
+
12
+
13
+ ### Changed
14
+
15
+
16
+ ### Deprecated
17
+
18
+
19
+ ### Removed
20
+
21
+
22
+ ### Fixed
23
+
24
+
7
25
## [ 0.8.4] - 2020-07-01
8
26
9
27
### Added
10
28
11
29
- Added reduce ddp results on eval ([ #2434 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/2434 ) )
12
-
13
30
- Added a warning when an ` IterableDataset ` has ` __len__ ` defined ([ #2437 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/2437 ) )
14
31
15
32
### Changed
Original file line number Diff line number Diff line change 1
1
"""Root package info."""
2
2
3
- __version__ = '0.8.4 '
3
+ __version__ = '0.8.5-dev '
4
4
__author__ = 'William Falcon et al.'
5
5
__author_email__ = 'waf2107@columbia.edu'
6
6
__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments