Thomas Wiecki
ea5cbaba56
Commented out handle_data().
2012-09-17 10:30:22 -04:00
Thomas Wiecki
784fc72569
WIP: Changed Batch event window to inheritance for now. Added example covariance.
2012-09-12 22:06:19 -04:00
Thomas Wiecki
b74721421e
WIP: First naive implementation of BatchWindow.
2012-09-07 16:55:01 -04:00
Eddie Hebert
d6ddc1390d
Ensures that EventWindow is a new style object.
2012-09-06 02:51:02 -04:00
Eddie Hebert
680f86ceb3
Removes unused imports.
2012-09-06 02:50:11 -04:00
Eddie Hebert
d1c4902048
Removes unused CancelSignal.
...
This was only triggered by the now removed Monitor.
2012-09-06 02:35:37 -04:00
Eddie Hebert
a4b19f66cb
Removes unused, deprecated logger module.
2012-09-05 16:36:27 -04:00
Eddie Hebert
d90c531679
Removes core.monitor module.
...
The Monitor class that it provided was an artifact of a version
that depended on ZeroMQ as a communication layer instead of the
current generator bassed model.
Also, removes tests that were exercising the Monitor.
2012-09-05 15:24:30 -04:00
Eddie Hebert
98f4e4c768
Applies PEP-8 recommendations. White space tweaking.
2012-09-05 12:54:35 -04:00
Eddie Hebert
d505fba148
Removes unused component module from core.
...
This had provided a Component class that was used in a ZeroMQ based
strategy for moving around data that his since been replaced by
the generator model.
2012-09-05 12:54:34 -04:00
Eddie Hebert
b19a4f79df
Removes unused import and cleans whitespace in mavg.
2012-09-05 12:54:34 -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
ff526f11c9
Removes unused profile module.
2012-09-05 08:16:17 -04:00
Eddie Hebert
48476cb7a7
Removes noop test.
2012-09-05 08:08:05 -04:00
Eddie Hebert
a6fa1def3a
Removes unused imports from tradesimulation module.
2012-09-05 08:03:54 -04:00
Eddie Hebert
294236af4d
Removes trailing line.
2012-09-05 08:00:13 -04:00
Eddie Hebert
380ba0bf2a
Removes unused module.
2012-09-05 07:59:56 -04:00
Eddie Hebert
bc8bb299df
Applies PEP-8 recommendations before editing.
2012-09-04 23:37:54 -04:00
Eddie Hebert
4d5457a363
Applies PEP-8 recommendations to vwap module.
2012-09-04 18:57:01 -04:00
Eddie Hebert
5bd57d148c
Removes unused imports from vwap.
2012-09-04 18:53:58 -04:00
scottsanderson
71839522cf
switch current transforms over to the new metaclass
2012-09-04 17:16:36 -04:00
scottsanderson
c0694827d6
add the TransformMeta metaclass
2012-09-04 17:16:36 -04:00
scottsanderson
d656c914d5
remove outdated examples file
2012-09-04 17:16:00 -04:00
Eddie Hebert
771e7da531
Fixes spelling of burrito.
2012-09-01 23:01:44 -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
fawce
dea6fc1103
Merge pull request #112 from quantopian/sklearn_cvxopt
...
Added cvxopt and scikit-learn to requirements.
2012-08-29 08:30:57 -07:00
Thomas Wiecki
3a054786f8
Added cvxopt and scikit-learn to requirements.
2012-08-29 09:05:25 -04:00
Eddie Hebert
72e64776b9
Applies PEP-8 recommendations to test_utils.
...
Whitespace wrangling.
2012-08-25 04:10:38 -04:00
Eddie Hebert
11b67970a6
Removes import of unused module.
2012-08-25 04:10:22 -04:00
Eddie Hebert
1f5cb86940
Applies PEP-8 recommendations.
...
Whitespace wrangling.
2012-08-25 04:10:12 -04:00
Eddie Hebert
6f195233f5
Applies PEP-8 recommendations.
...
Whitespace wrangling.
2012-08-25 04:10:06 -04:00
Eddie Hebert
06742e27a1
Removes unused import.
2012-08-24 23:36:04 -04:00
Eddie Hebert
8edbc581c1
Applies PEP-8 recommendations.
...
Whitespace wrangling.
2012-08-24 14:10:11 -04:00
Eddie Hebert
d36cdec350
Applies PEP-8 recommendations.
...
Whitespace wrangling.
2012-08-24 14:04:03 -04:00
Eddie Hebert
9b664e54d8
Removes unused imports in tests.
2012-08-24 13:29:00 -04:00
Eddie Hebert
59362fb78b
Applies PEP-8 fixes.
...
Whitespace wrangling.
2012-08-24 13:22:25 -04:00
Eddie Hebert
33f42a9374
Removes unused imports.
2012-08-24 13:18:59 -04:00
Eddie Hebert
16aadc79ff
Removes unused module.
2012-08-24 09:33:56 -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
Eddie Hebert
61ef8f4341
Removes unused imports.
2012-08-23 23:48:24 -04:00
Eddie Hebert
215a64ed6a
Removes unused import of zmq.
2012-08-23 23:48:24 -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
Eddie Hebert
49cac9ae97
Removes ipython notebook that hasn't been touched in a while.
2012-08-23 16:00:53 -04:00
Eddie Hebert
f4f20dd2d1
Removes profiling tools that we currently don't run regularly.
2012-08-23 15:51:37 -04:00
Eddie Hebert
2201678375
Adds docstring for parameters of SimulatedTradingLite
2012-08-23 15:47:53 -04:00
Eddie Hebert
4337a429ff
Applies PEP-8 recommendations, mostly whitespace cleanup.
...
Also, changes has_key to use `in`
2012-08-23 14:48:05 -04:00
Eddie Hebert
b0252e8e64
Merge pull request #110 from quantopian/remove-dead-code
...
Removes seemingly unused modules
2012-08-23 11:37:39 -07:00
Eddie Hebert
1059f711de
Removes unused custom Exception handler.
2012-08-23 13:26:43 -04:00