We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c462b27 commit 6d24bd4Copy full SHA for 6d24bd4
CHANGELOG.md
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
8
+## [unreleased.Bugfixes] - YYYY-MM-DD
9
+
10
+### Added
11
12
13
+### Changed
14
15
16
+### Deprecated
17
18
19
+### Removed
20
21
22
+### Fixed
23
24
25
26
## [1.1.6] - 2021-01-26
27
28
### Changed
tests/checkpointing/test_legacy_checkpoints.py
@@ -47,6 +47,7 @@
47
"1.1.3",
48
"1.1.4",
49
"1.1.5",
50
+ "1.1.6",
51
])
52
def test_resume_legacy_checkpoints(tmpdir, pl_version):
53
path_dir = os.path.join(LEGACY_CHECKPOINTS_PATH, pl_version)
0 commit comments