Eddie Hebert
21da812c10
Optimizes checking ready state of sources during sorting.
...
The main bottle neck here was using `len`.
A boolean check is a sufficient test for more items in the queue.
Also, uses all instead of several functions.
2012-12-21 16:46:16 -05:00
Tobias Brandt
cf4d7ca353
Fixed unittest2 import error on Python 2.7
...
Changed all unittest2 imports to unittest
2012-11-12 10:49:14 -05:00
Thomas Wiecki
15ac658024
Restructured file hierarchy. Transforms now live in transforms (transform.py is now transforms/utils.py). Sources are in sources.py. VWAP is now MovingVWAP.
2012-10-19 18:10:51 -04:00
Eddie Hebert
bbf2317c57
Saving point for adding license files.
2012-10-08 17:32:40 -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
scottsanderson
ed206de84a
abstract eventwindow and trading calendar utility
2012-08-07 10:32:10 -04:00
scottsanderson
4655e643a4
api changes and refactor of sorting tests
2012-08-06 11:05:25 -04:00