Skip to content

Commit

Permalink
1.2.7 release
Browse files Browse the repository at this point in the history
1.2.7 release
  • Loading branch information
yutiansut authored Jan 14, 2019
2 parents 381a71a + 5ae5f68 commit d3cb531
Show file tree
Hide file tree
Showing 70 changed files with 33 additions and 10,397 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,25 @@
- [1.0.25](#1025)

<!-- /TOC -->
## 1.2.7

迁移目录:

1. 拆分 QUANTAXIS_CRAWLY 至 https://github.com/QUANTAXIS/QUANTAXIS_CRAWLY

- 减少twisted安装问题
- 模块解耦 功能分离

2. 拆分 QUANTAXIS_MONITOR_GUI 至 https://github.com/QUANTAXIS/QUANTAXIS_Monitor_GUI

- gui部分以插件形式提供

3. 使用yapf 大量修正格式





## 1.2.6

1. 优化QADOCKER文档
Expand Down
3 changes: 0 additions & 3 deletions QUANTAXIS/QAData/base_datastruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,13 +842,10 @@ def new(self, data=None, dtype=None, if_fq=None):
🛠todo 没有这个?? inplace 是否是对于原类的修改 ??
"""
data = self.data if data is None else data
#data.index= data.index.remove_unused_levels()

dtype = self.type if dtype is None else dtype
if_fq = self.if_fq if if_fq is None else if_fq

# 🛠todo 不是很理解这样做的意图, 已经copy了,还用data初始化
# 🛠todo deepcopy 实现 ?还是 ?
temp = copy(self)
temp.__init__(data, dtype, if_fq)
return temp
Expand Down
6 changes: 0 additions & 6 deletions QUANTAXIS/QAFetch/QAcalendar.py

This file was deleted.

6 changes: 0 additions & 6 deletions QUANTAXIS/QAFetch/QAdivyield.py

This file was deleted.

238 changes: 0 additions & 238 deletions QUANTAXIS/QASU/crawl_eastmoney.py

This file was deleted.

92 changes: 0 additions & 92 deletions QUANTAXIS/QASU/crawl_jrj_financial_reportdate.py

This file was deleted.

Loading

0 comments on commit d3cb531

Please sign in to comment.