Commit Graph

49 Commits

Author SHA1 Message Date
vn.py
4b681665f4 [Mod] update setup.py 2019-11-14 14:30:11 +08:00
nanoric
36eebebca8 [Add] .circleci/config.yml
[Add] new environment variable that can effect setup.py: VNPY_BUILD_PARALLEL=no
2019-09-03 17:34:18 +08:00
nanoric
26a0a9ba6e [Add] use gitlab-ci 2019-08-08 14:45:04 +08:00
nanoric
bc63d9ec61 [Del] Remove vnoes from Linux build for default because of memory requirement is too high currently.
I will try to improve autocxxpy to reduce the memory usage soon.
2019-07-22 11:26:33 +08:00
nanoric
69638d3ef1
Update setup.py
setup.py : Build vnoes for default .
2019-07-05 18:45:41 +08:00
nanoric
e3ffe9126f [Mod] make setup.py more simple 2019-07-05 14:49:25 +08:00
nanoric
17cf6a3d5c [Add] build option to switch whether to build oes api or not 2019-07-05 14:33:04 +08:00
nanoric
ee717a69b8 [Mod] fixed headers and libs path for oes gateway 2019-07-03 16:10:50 +08:00
nanoric
5d555e2a46 [Mod] sources of oes_gateway was changed. 2019-07-03 11:06:32 +08:00
nanoric
64633b9d30 [Mod] support for PyQt5>=5.12 is satisfied 2019-06-14 18:40:03 +08:00
nanoric
8a898c4002 [Mod] make flake8 happy 2019-05-15 17:27:50 +08:00
nanoric
0aed24b403 [Mod] setup.py: use psycopg2-binary instead of psycopg2, and only install when psycopg2 doesn't exists. 2019-05-15 17:22:52 +08:00
vn.py
0beed6c267 [Mod] add _se suffix for ctp api 2019-05-14 14:17:33 +08:00
vn.py
8674f62ca5 [Mod] change dll name of ctp api in setup.py 2019-05-14 13:45:08 +08:00
vn.py
5b120f27cd [Add] deap module into setup.py 2019-05-10 14:30:45 +08:00
nanoric
4302ae0180 [Mod] move psycopg2, pymysql into install requirements 2019-04-18 04:05:08 -04:00
nanoric
3c9244fe67 [Add] try to make rqdatac work 2019-04-18 00:41:59 -04:00
nanoric
dd99609109 [Add] skip some tests under osx 2019-04-15 13:40:03 -04:00
nanoric
2f618d5796 [Del] remove parallel compile patch 2019-04-15 12:56:08 -04:00
nanoric
2e341bffc9 [Mod] enable optimize under Linux build 2019-04-15 12:26:49 -04:00
nanoric
a99b8eb815 [Add] custom monkey path for CCompiler 2019-04-15 11:16:24 -04:00
nanoric
c3546a8bf7 [Del] remove numpy ccompiler 2019-04-15 11:12:08 -04:00
nanoric
430220959d [Add] use ccompiler from numpy if there is one 2019-04-15 10:11:14 -04:00
nanoric
5d1b7fe388 [Add] added *.a to sdist
*.a : gcc static link library
2019-03-29 06:56:47 -04:00
nanoric
6777ce0bbe [Fix] remove additional install_requires 2019-03-29 05:28:17 -04:00
nanoric
98e0c46627 [Add] added install_requires 2019-03-29 04:49:47 -04:00
vn.py
d52b900876 [Add]MANIFEST.in file for source distribution 2019-03-28 22:35:45 +08:00
vn.py
a872207c90 [Mod]update setup.py 2019-03-28 16:30:49 +08:00
nanoric
c7078531b7 [Fix] ctp: fixed linux .so not found error 2019-03-18 22:45:01 -04:00
nanoric
8a051f1c3e [Add] Linux build for both ctp and oes.
[Add] added cpp files for oes gateway.
[Add] added linux so files for ctp gateway.
2019-03-04 22:35:16 -04:00
vn.py
e7266d7880 [Fix]missing include .pyd file 2019-02-26 14:46:45 +08:00
vn.py
05810454ae [Mod]update readme 2019-02-26 10:47:19 +08:00
vn.py
b83bceaafa [Add]install script 2019-02-26 10:31:23 +08:00
nanoric
4bc3121df1 [Mod] setup.py: should not build under windows 2019-02-24 23:34:44 -04:00
nanoric
e2f4d56c13 [Mod] pip相关修改 2019-02-23 10:53:51 -04:00
nanoric
762e778199 [Add] setup.py: added linux support 2019-02-18 22:46:35 -04:00
nanoric
20e4ef6c6e [Add] added setup.py 2019-02-18 22:46:35 -04:00
vn.py
f7d5848758 [Del]clear all old files 2019-01-04 14:46:47 +08:00
xuejianqing
d5e7533789 精简setup.py查找子模块函数 2018-10-17 20:04:12 +08:00
cclauss
21c65bc12b
setup.py: whitespace changes to placate flake8 2018-08-18 17:23:22 +02:00
vn.py
a2b04def63 [Del]移除安装时的six库版本要求,Anaconda4.0.0以上强制满足 2018-05-12 14:51:09 +08:00
cclauss
052f64c5ab
setup.py: install_requires=['six>=1.11.0']
We will require the popular [__six__](https://pypi.org/project/six) module to simplify our support of both Python 2 and Python 3.
2018-05-07 19:12:00 +02:00
yangyang
a63cb600b4 增加tianqin数据接口API 2017-08-30 21:33:04 +08:00
chenxy123
a9bdeadeef 更新setup.py 2017-06-07 21:16:49 +08:00
chenxy123
678b3c457d 修改两处配置 2017-06-04 23:07:15 +08:00
vn.py
302d6dee7b 增加回测应用的Jupyter Notebook,修改部分setup.py的内容 2017-06-02 21:44:28 +08:00
vn.py
c9c5f420c1 增加script目录,修改setup.py 2017-06-02 15:56:21 +08:00
vn.py
06ab98e95b 修改setup.py 2017-05-18 17:28:28 +08:00
vn.py
7f90fda205 修复部分中信期权接口的bug 2017-05-17 14:18:51 +08:00