continue towards 1.3 (#6069)
This commit is contained in:
parent
3645eb1ec9
commit
0b271474e5
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
|
||||||
|
## [UnReleased] - 2021-MM-DD
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
|
||||||
## [1.2.0] - 2021-02-18
|
## [1.2.0] - 2021-02-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -5,7 +5,7 @@ import os
|
||||||
import time
|
import time
|
||||||
|
|
||||||
_this_year = time.strftime("%Y")
|
_this_year = time.strftime("%Y")
|
||||||
__version__ = '1.2.0'
|
__version__ = '1.3.0dev'
|
||||||
__author__ = 'William Falcon et al.'
|
__author__ = 'William Falcon et al.'
|
||||||
__author_email__ = 'waf2107@columbia.edu'
|
__author_email__ = 'waf2107@columbia.edu'
|
||||||
__license__ = 'Apache-2.0'
|
__license__ = 'Apache-2.0'
|
||||||
|
|
|
@ -52,6 +52,7 @@ CHECKPOINT_EXTENSION = ".ckpt"
|
||||||
"1.1.6",
|
"1.1.6",
|
||||||
"1.1.7",
|
"1.1.7",
|
||||||
"1.1.8",
|
"1.1.8",
|
||||||
|
"1.2.0",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
def test_resume_legacy_checkpoints(tmpdir, pl_version):
|
def test_resume_legacy_checkpoints(tmpdir, pl_version):
|
||||||
|
|
Loading…
Reference in New Issue