forked from waditu/czsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.9.47 first commit * 0.9.47 新增 clear cache 方法 * 0.9.47 update * 0.9.47 update * 0.9.47 fix minites split * 0.9.47 update * 0.9.47 coo 优化缓存逻辑 * 0.9.47 update * 0.9.47 update * 0.9.47 新增一个信号函数 * 0.9.47 合并XL贡献的信号函数 * 0.9.47 update * 0.9.47 update * 09.47 最大回撤分析组件,新增分位数分析 * 0.9.47 update * 0.9.47 update tqsdk
- Loading branch information
Showing
23 changed files
with
660 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,7 @@ | |
home_path, | ||
DiskCache, | ||
disk_cache, | ||
clear_cache, | ||
get_dir_size, | ||
empty_cache_path, | ||
print_df_sample, | ||
|
@@ -154,12 +155,13 @@ | |
rolling_slope, | ||
rolling_tanh, | ||
feature_adjust, | ||
normalize_corr, | ||
) | ||
|
||
__version__ = "0.9.46" | ||
__version__ = "0.9.47" | ||
__author__ = "zengbin93" | ||
__email__ = "[email protected]" | ||
__date__ = "20240318" | ||
__date__ = "20240328" | ||
|
||
|
||
def welcome(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.