rustdx-cmd:
- 移除所有异步依赖,因为请求量很少,不需要引入复杂的代码
- 移除所有不需要的代码和依赖(使用 cargo-udeps 检测到未使用的依赖)
- 移除 official 子命令
rustdx:
- 移除 html_root_url,因为 docs.rs 上的文档不需要这个属性
- 更新依赖
- clippy fix
- 改动 features
- 命令行工具
- 从 clickhouse 获取 factor.csv 之后自动删除它
- 东财数据默认 6000 条
bin-v0.1.4 (2021-12-01)
Implemented enhancements:
Fixed bugs:
- 停牌结束后复权因子错误 #17
Closed issues:
rustdx day -h o
删除过时的帮助信息 #16- Xdxr 内部小重构 #15
file::day::fq::Day
文档:单位“笔”改为“股” #14- 删除 serde_type 模块,利用
cfg_attr
设置 serde 相关内容 #12 - 修正 lc 文档 #11
v0.2.4.beta1 (2021-10-13)
Implemented enhancements:
Fixed bugs:
- 修复 rustdx east Unrecognized argument: -o错误 #10
v0.2.4 (2021-10-08)
Implemented enhancements:
Fixed bugs:
- 有些特例 # 000001 # 上市日因子不是 1 #1
v0.2.3 (2021-10-05)
* This Changelog was automatically generated by github_changelog_generator