File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 2
2
<img src =" https://raw.githubusercontent.com/shinnytech/tqsdk-python/master/doc/logo.png " />
3
3
</p >
4
4
<p align =" center " >
5
- <img src ="https://img.shields.io/badge/version-1.2.1 -blueviolet.svg"/>
5
+ <img src ="https://img.shields.io/badge/version-1.3.0 -blueviolet.svg"/>
6
6
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-green.svg"/>
7
7
<img src ="https://img.shields.io/badge/python-3.6+-blue.svg" />
8
8
<img src ="https://img.shields.io/github/license/shinnytech/tqsdk-python.svg?color=orange"/>
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = u'1.2.1 '
51
+ version = u'1.3.0 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = u'1.2.1 '
53
+ release = u'1.3.0 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
3
3
版本变更
4
4
=============================
5
+ 1.3.0(2019/12/17)
6
+
7
+ * 支持通过 :py:class: `tqsdk.api.TqApi ` 内 **设置 web_gui=True 参数以实现实盘/回测的图像化支持 ** , (详见: :ref: `web_gui ` )
8
+ * 增加支持 Python3.8
9
+ * 完善 TqSdk 各公开函数的参数类型标注及函数返回值类型标注
10
+ * 将 api 中除业务数据以外的所有变量私有化
11
+ * 完善测试用例
12
+ * 完善文档内容
13
+
14
+
5
15
1.2.1(2019/12/04)
6
16
7
17
* 完善 insert_order() 函数返回的 order 的初始化字段:增加 limit_price、price_type、volume_condition、time_condition 字段
25
35
26
36
1.1.0(2019/10/15)
27
37
28
- * 增加时间类型转换的功能函数
38
+ * 增加时间类型转换的功能函数 (详见 :py:meth: ` ~tqsdk.tafunc ` )
29
39
* 修复与天勤连接时的一些bug
30
40
* 完善测试用例及测试环境配置
31
41
* 修改回测log内容,去除回测时log中的当前本地时间
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_tag(self):
36
36
37
37
setuptools .setup (
38
38
name = 'tqsdk' ,
39
- version = "1.2.1 " ,
39
+ version = "1.3.0 " ,
40
40
description = 'TianQin SDK' ,
41
41
author = 'TianQin' ,
42
42
author_email = 'tianqincn@gmail.com' ,
Original file line number Diff line number Diff line change 1
- __version__ = '1.2.1 '
1
+ __version__ = '1.3.0 '
You can’t perform that action at this time.
0 commit comments