Jonathan Kamens
d265a64696
Don't list setuptools or distribute in requirements.txt
...
There's no need to list setuptools or distribute in requirements.txt
because they are installed automatically when you create a new
virtualenv. Furthermore, listing them explicitly breaks if the version
you list is different from the virtualenv version.
2012-09-05 10:53:55 -04:00
Eddie Hebert
dc4c9082e9
Removes cvxopt from pip installs.
...
It appears that cvxopt is uninstallable via pip in it's current state.
2012-08-29 14:36:10 -04:00
Thomas Wiecki
3a054786f8
Added cvxopt and scikit-learn to requirements.
2012-08-29 09:05:25 -04:00
Eddie Hebert
20db5dedb5
Removes unused package from requirements.
2012-08-24 00:07:13 -04:00
Eddie Hebert
2800c472b8
Removes unused package of psutil.
2012-08-24 00:05:58 -04:00
Jonathan Kamens
f14c6c7077
Fix statsmodels version dependencies to make pip happy
...
Use statsmodels>=0.5.0 instead of statsmodels==0.5.0-tutorial-beta,
because although the latter is the download version listed in pypi, it
installs as 0.5.0, which means if we list that specific version as the
requirement, then pip reinstalls it every time launch.sh is run.
2012-08-23 17:27:00 -04:00
Jonathan Kamens
0a0f35a14e
Make ordered_pip.sh more robust
...
Make ordered_pip.sh exit on error. Remove useless echo of empty
string. Fix counting of the number of packages installed. Ignore blank
lines in requirements file.
2012-08-23 17:25:58 -04:00
fawce
88c31e7a60
pip freeze reports statsmodels==0.5.0 ... actual version? 0.5.0-tutorial-beta
2012-08-22 19:28:16 -04:00
fawce
25c33b70c7
fixed pandas version specifier, reversed order of patsy
2012-08-22 17:21:32 -04:00
fawce
e6be7d49f2
updated sci requirements to include statsmodels and latest pandas
2012-08-22 17:03:28 -04:00
fawce
90cf794952
added statsmodels and moved pandas forward
2012-08-22 16:33:52 -04:00
fawce
953b805bd8
added psutil to the requirements
2012-07-30 23:19:03 -04:00
fawce
3cff533ff9
hot patch to requirements
2012-07-30 17:42:53 -04:00
Thomas Wiecki
6f7090ebf3
Merge pull request #69 from quantopian/prof_yappi
...
Prof yappi
2012-07-20 05:49:23 -07:00
Stephen Diehl
9040bacd0b
Temp fix for jenkins script.
2012-07-07 06:47:48 -04:00
Thomas Wiecki
2dd4bca9e2
Added yappi to requirements_dev.txt.
2012-06-29 09:55:27 -04:00
Stephen Diehl
1b2ac74dec
Updated test config.
2012-06-12 07:42:35 -04:00
Stephen Diehl
20f7affc76
Added logbook to reqs.
2012-06-12 07:38:18 -04:00
Stephen Diehl
954ad8afb3
Added setproctitle and C extension doc.
2012-05-29 17:09:08 -04:00
Stephen Diehl
339daf9515
Uncommented scipy.
2012-05-28 11:17:07 -04:00
Stephen Diehl
b574195a0d
Added example c extension.
2012-05-27 21:22:16 -04:00
Stephen Diehl
318d7ba678
Fun fun times writing setup.py
2012-05-26 18:24:48 -04:00
fawce
89822748a7
adding in vbench
2012-05-23 15:36:15 -04:00
fawce
93cc4bc172
fixed imports in optimize factory and tests. also added skip annotations, because jenkins will never run them successfully.
2012-05-16 12:17:13 -04:00
fawce
d8c3ab151f
trying to make jenks install iso8061
2012-04-20 12:16:42 -04:00
fawce
68040bad9a
consolidated some of the date util methods. added iso8061 support
2012-04-18 17:11:01 -04:00
fawce
4f87b4e98a
documentation fixes and tweaks.
2012-03-21 00:55:35 -04:00
fawce
839e99f099
document fixes.
2012-03-20 23:17:36 -04:00
fawce
7a57c27295
this is a hotfix to the accidental commit on master, but I lost my bearings again and added pycco, so this is a bit more than a hotfix now.
2012-03-20 23:10:24 -04:00
fawce
c42ffb5e1a
splitting out coverage config for jenkins, as per @sdiehl comments on PR
2012-03-15 19:21:03 -04:00
fawce
b3b7e3ec38
removed mongo related code from zipline, replaced with data files.
2012-03-07 01:46:05 -05:00
fawce
c7af92323f
fixed unit tests by changing expected data types for prices. added dataload step to jenkins.sh
2012-03-06 14:47:04 -05:00
Stephen Diehl
0afbd58c0f
Fix requirements typo.
2012-03-01 09:17:32 -05:00
Stephen Diehl
6edf17fb69
Wiped out tests.
2012-02-29 16:48:55 -05:00
Stephen Diehl
6e8f1a7716
Alter init methods, poll for control messages.
2012-02-26 22:40:09 -05:00
Stephen Diehl
4aad3a2f93
Added initial msgpack.
2012-02-24 12:55:39 -05:00
fawce
2505ded09e
added the gevent_zeromq to requirements
2012-02-17 12:10:36 -05:00
fawce
2fd2808e28
renamed to zipline
2012-02-14 12:23:48 -05:00
fawce
1804fe7c6c
moved virtual env directory
2012-02-11 14:28:06 -05:00
fawce
65b70f2857
moved virtual env directory
2012-02-11 14:24:19 -05:00
fawce
d3d3ef833c
cleanup
2012-02-09 22:46:35 -05:00
fawce
6ccd112dd3
moved all nosetest flags into setup.cfg, added back xml reporting for coverage
2012-02-08 23:06:11 -05:00
fawce
0b44750da7
fixed pylint call to cover qsim
2012-02-08 17:46:51 -05:00
fawce
672d83dc66
eliminated mv command, using flag to nosetests
2012-02-08 17:19:54 -05:00
fawce
c90864222a
coverage report now embedded in documentation
2012-02-08 17:14:39 -05:00
fawce
81fe2076cb
adjusted params to nosetests, disabled pdb on failure
2012-02-08 16:51:16 -05:00
fawce
1e0cd5784e
added distutils tasks to paver
2012-02-08 16:14:10 -05:00
fawce
ef39dae85a
docs building
2012-02-08 16:01:39 -05:00