-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.9.30 first commit * update * 0.9.30 优化 factor、event * 0.9.30 update * 0.9.30 优化 RedisWeightsClient * fix docs * 0.9.30 优化部分功能代码 * 0.9.30 update RedisWeightsClient * 0.9.30 update * 0.9.30 update * 0.9.30 新增几个 streamlit 组件 * 0.9.30 RedisWeightsClient 支持权限管控
- Loading branch information
Showing
19 changed files
with
523 additions
and
87 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 |
---|---|---|
|
@@ -42,6 +42,10 @@ | |
BarGenerator, | ||
freq_end_time, | ||
resample_bars, | ||
is_trading_time, | ||
get_intraday_times, | ||
check_freq_and_market, | ||
|
||
dill_dump, | ||
dill_load, | ||
read_json, | ||
|
@@ -81,18 +85,26 @@ | |
# streamlit 量化分析组件 | ||
from czsc.utils.st_components import ( | ||
show_daily_return, | ||
show_correlation, | ||
show_sectional_ic, | ||
show_factor_returns, | ||
show_factor_layering, | ||
) | ||
|
||
from czsc.utils.bi_info import ( | ||
calculate_bi_info, | ||
symbols_bi_infos, | ||
) | ||
|
||
from czsc.utils.features import ( | ||
normalize_feature, | ||
) | ||
|
||
|
||
__version__ = "0.9.29" | ||
__version__ = "0.9.30" | ||
__author__ = "zengbin93" | ||
__email__ = "[email protected]" | ||
__date__ = "20230904" | ||
__date__ = "20230925" | ||
|
||
|
||
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.