File tree Expand file tree Collapse file tree 5 files changed +27
-18
lines changed
Expand file tree Collapse file tree 5 files changed +27
-18
lines changed Original file line number Diff line number Diff line change 22 <img src =" https://raw.githubusercontent.com/shinnytech/tqsdk-python/master/doc/logo.png " />
33</p >
44<p align =" center " >
5- <img src ="https://img.shields.io/badge/version-1.7.0 -blueviolet.svg"/>
5+ <img src ="https://img.shields.io/badge/version-1.8.0beta -blueviolet.svg"/>
66 <img src ="https://img.shields.io/badge/platform-windows|linux|macos-green.svg"/>
77 <img src ="https://img.shields.io/badge/python-3.6+-blue.svg" />
88 <img src ="https://img.shields.io/github/license/shinnytech/tqsdk-python.svg?color=orange"/>
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = u'1.7.0 '
51+ version = u'1.8.0beta '
5252# The full version, including alpha/beta/rc tags.
53- release = u'1.7.0 '
53+ release = u'1.8.0beta '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 22
33版本变更
44=============================
5- 1.7.0(2020/04/16)
5+ 1.8.0beta (2020-05-12)
6+
7+ * 股票行情测试版发布,**_stock 参数设置为 True 可以连接测试行情服务器,提供股票数据 ** `详细说明请点击查看 <https://www.shinnytech.com/blog/%e5%a4%a9%e5%8b%a4%e9%87%8f%e5%8c%961-8-0_beta%ef%bc%8c%e6%94%af%e6%8c%81%e8%82%a1%e7%a5%a8%e8%a1%8c%e6%83%85%e8%8e%b7%e5%8f%96%ef%bc%81/ >`_
8+ * 增加计算 ticks 开平方向函数(详见: :py:meth: `~tqsdk.tafunc.get_ticks_info ` )
9+ * 修复 sim 撤单未检查单号是否可撤
10+ * 重构代码,优化模块划分
11+ * 修改测试脚本和测试用例,提高持续集成效率
12+
13+
14+ 1.7.0 (2020/04/16)
615
716* **支持期权模拟交易,支持期权回测 **
817* 增加期权指标的计算公式 (希腊值、隐含波动率、理论价等)
1322* 优化文档 (增加 :ref: `option_trade ` 文档内容、增加在 :ref: `unanttended ` 教程内容、优化文档其他细节)
1423
1524
16- 1.6.3(2020/03/16)
25+ 1.6.3 (2020/03/16)
1726
1827* 修复vscode 插件中不能登录交易的bug
1928* 增加免责声明
2029* 增加、完善测试用例
2130* 修改文档
2231
2332
24- 1.6.2(2020/02/18)
33+ 1.6.2 (2020/02/18)
2534
2635* 修改 web_gui 默认显示的 ip 地址为 127.0.0.1
2736* 修复 web_gui 不显示成交记录箭头的问题
3140* 优化文档
3241
3342
34- 1.6.1(2020/02/12)
43+ 1.6.1 (2020/02/12)
3544
3645* 修复 web_gui 不显示成交记录的问题
3746* 修复 python3.8 下设置 web_gui 参数无效的问题
3847
3948
40- 1.6.0(2020/02/11)
49+ 1.6.0 (2020/02/11)
4150
4251* 交易网关升级, **所有用户需升级至 1.6.0 版本以上 **
4352* 修复参数搜索时由于 TargetPosTask 单实例造成的内存泄漏
4857* 完善文档内容
4958
5059
51- 1.5.1(2020/01/13)
60+ 1.5.1 (2020/01/13)
5261
5362* 优化 TqApi 参数 web_gui, 允许指定网页地址和端口(详见: :ref: `web_gui ` )
5463* 更新优化 vscode 插件以及web 页面
6170* 完善文档内容
6271
6372
64- 1.5.0(2020/01/06)
73+ 1.5.0 (2020/01/06)
6574
6675* 支持股票上线准备,增加天勤用户认证
6776* TqSim 的 trade_log 改为公开变量
6877* 完善文档内容
6978
7079
71- 1.4.0(2019/12/25)
80+ 1.4.0 (2019/12/25)
7281
7382* 在 TqSdk 中直接支持复盘功能(详见: :ref: `replay ` )
7483* 增加回测报告内容(胜率、每手盈亏额比例)
8291* 完善文档内容
8392
8493
85- 1.3.2(2019/12/19)
94+ 1.3.2 (2019/12/19)
8695
8796* 修复在填写了画图的 color 参数时引起的报错
8897* 修复在 vscode 插件和天勤终端中不能运行策略的bug
8998* 完善文档内容
9099
91100
92- 1.3.1(2019/12/18)
101+ 1.3.1 (2019/12/18)
93102
94103* 支持通过 :py:class: `tqsdk.api.TqApi ` 内 **设置 web_gui=True 参数以实现实盘/回测的图像化支持 ** , (详见: :ref: `web_gui ` )
95104* 增加支持 Python3.8
99108* 完善文档内容
100109
101110
102- 1.2.1(2019/12/04)
111+ 1.2.1 (2019/12/04)
103112
104113* 完善 insert_order() 函数返回的 order 的初始化字段:增加 limit_price、price_type、volume_condition、time_condition 字段
105114* 增加 quote 行情数据中的 trading_time、expire_datetime、delivery_month、delivery_year、ins_class 字段
110119* 完善文档内容
111120
112121
113- 1.2.0(2019/11/21)
122+ 1.2.0 (2019/11/21)
114123
115124* 支持同时获取对齐的多合约 K 线 (详见 :py:meth: `~tqsdk.api.TqApi.get_kline_serial ` )
116125* 修复回测时未将非 TqSim 账号转换为 TqSim 的 bug
120129* 完善文档内容
121130
122131
123- 1.1.0(2019/10/15)
132+ 1.1.0 (2019/10/15)
124133
125134* 增加时间类型转换的功能函数 (详见 :py:meth: `~tqsdk.tafunc ` )
126135* 修复与天勤连接时的一些bug
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_tag(self):
3636
3737setuptools .setup (
3838 name = 'tqsdk' ,
39- version = "1.7.0 " ,
39+ version = "1.8.0beta " ,
4040 description = 'TianQin SDK' ,
4141 author = 'TianQin' ,
4242 author_email = 'tianqincn@gmail.com' ,
Original file line number Diff line number Diff line change 1- __version__ = '1.7.0 '
1+ __version__ = '1.8.0beta '
You can’t perform that action at this time.
0 commit comments