1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-26 13:32:40 +08:00

Compare commits

..

5 Commits

Author SHA1 Message Date
Linlang
5f9219acf2 add comments 2024-05-23 20:47:32 +08:00
Linlang
d0b84d5696 fix pylint error 2024-05-23 16:21:54 +08:00
Linlang
fb54d08236 optimize get_data code 2024-05-23 16:01:57 +08:00
Linlang
9bb4259080 fix get v0 data error 2024-05-23 07:19:04 +08:00
Linlang
117f67d6e1 fix get data error 2024-05-23 06:57:59 +08:00

View File

@@ -2,7 +2,7 @@
# Licensed under the MIT License.
from pathlib import Path
__version__ = "0.9.5"
__version__ = "0.9.4.99"
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
import os
from typing import Union