File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
Recent released features
12
12
| Feature | Status |
13
13
| -- | ------ |
14
+ | Release Qlib v0.7.0 | [ Released] ( https://github.com/microsoft/qlib/releases/tag/v0.7.0 ) on July 12, 2021 |
14
15
| TCTS Model | [ Released] ( https://github.com/microsoft/qlib/pull/491 ) on July 1, 2021 |
15
16
| Online serving and automatic model rolling | :star : [ Released] ( https://github.com/microsoft/qlib/pull/290 ) on May 17, 2021 |
16
17
| DoubleEnsemble Model | [ Released] ( https://github.com/microsoft/qlib/pull/286 ) on Mar 2, 2021 |
Original file line number Diff line number Diff line change 2
2
# Licensed under the MIT License.
3
3
4
4
5
- __version__ = "0.7.0"
5
+ __version__ = "0.7.0.99 "
6
6
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
7
7
8
8
Original file line number Diff line number Diff line change 11
11
DESCRIPTION = "A Quantitative-research Platform"
12
12
REQUIRES_PYTHON = ">=3.5.0"
13
13
14
- VERSION = "0.7.0"
14
+ VERSION = "0.7.0.99 "
15
15
16
16
# Detect Cython
17
17
try :
You can’t perform that action at this time.
0 commit comments