Eddie Hebert
e6c2709151
Adds installation of flake8 linter to development installs.
2012-10-05 15:06:32 -04:00
Eddie Hebert
013ab86321
Adds ordered_pip script back in.
...
The pandas dependency on numpy was causing pandas installation to fail.
Reviving the ordered_pip script in since it helps explicitly install
numpy before pandas.
2012-10-05 14:58:38 -04:00
Eddie Hebert
fd2d66f53e
Removes unused library of messagepack.
2012-10-05 14:58:11 -04:00
Eddie Hebert
a46273ed0f
Removes documentation generation from jenkins.sh
...
The current documentation is not currently used actively.
Also, we are working towards not using Jenkins, in favor of
something like travis-ci when zipline is open sourced, so we will
have to be rethinking the documentation maintenance then.
2012-10-02 00:13:08 -04:00
Eddie Hebert
75d3578f04
Removes ordered_pip.sh script.
...
The ordered_pip script was needed to wrangle some dependency ordering
problems that do not exist with the reduced set of dependencies.
2012-10-01 13:38:32 -04:00
Eddie Hebert
d176d12d65
Reduces the libraries specified in requirements to the minimal amount
...
needed to run unittests.
Building the libraries installed by default to as few as possible.
Removes pip run on removed requirements_sci.txt in CI script.
2012-10-01 13:37:53 -04:00
fawce
5e9edc02c4
moved pandas above statsmodels
2012-10-01 08:19:54 -04:00
fawce
5bea0c5cd1
moved pandas below everything
2012-10-01 08:19:17 -04:00
fawce
f3f5883aa5
added mkvirtualenv command
2012-10-01 07:56:29 -04:00
fawce
44ba87ef01
cleaned up scientific install
2012-09-30 23:40:13 -04:00
fawce
483c223103
updating pandas to git commit for 0.9rc2
2012-09-30 23:30:24 -04:00
fawce
fe8e107c59
dropping max drawdown, adding pytz to whitelist.
2012-09-14 16:00:13 -04:00
fawce
96e5801cf8
removed zmq from requirements files.
2012-09-08 23:24:53 -04:00
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