Commit Graph

20 Commits

Author SHA1 Message Date
Eddie Hebert bbf2317c57 Saving point for adding license files. 2012-10-08 17:32:40 -04:00
Eddie Hebert 77af1ca632 Applies PEP-8 and pyflakes style to tests and zipline.
Mostly whitespace, line width and other spacing changes.
Also, removes use of deprecated has_key in favor of `in`

Going forward new patches should pass running `flake8` before
submission.
2012-10-05 12:14:09 -04:00
Thomas Wiecki 729a4d9058 Large refactoring and documentation of new algorithm base class and batch transform. 2012-09-19 17:49:39 -04:00
Thomas Wiecki 5d00099243 example code now retrieves data from yahoo finance. 2012-09-17 12:15:36 -04:00
fawce 50de0f5e39 support of qexec refactoring 2012-09-12 00:30:37 -04:00
Thomas Wiecki 3f801ef387 Debugging. 2012-08-23 17:38:48 -04:00
Thomas Wiecki 0b589ee39c Fixes to the updown algorithm. First unittest passes. 2012-08-23 16:06:56 -04:00
Thomas Wiecki 7491e1f88e Resolved internal conflict due to stashing. 2012-08-23 16:06:50 -04:00
Thomas Wiecki ace0b25d31 Dummy. 2012-08-23 14:32:22 -04:00
Thomas Wiecki 1576447c76 Refactored optimize factory. Enabled optimize unittests. 2012-08-10 11:08:11 -04:00
fawce 853c2ea61e goodbye old components. 2012-08-08 22:51:37 -04:00
fawce 83da8d2310 fixed logging for tests 2012-07-26 18:45:42 -04:00
fawce 1cc56b52e7 re-enabled the monitor communication in all components. 2012-07-17 11:01:15 -04:00
Stephen Diehl de9b15144a Update Thomas's tests to use logbook. 2012-06-11 13:52:02 -04:00
Thomas Wiecki da827c18b4 Fixed unittest bug (not copying config dict). Further refactoring of optimization tests and factory. Added documentation to optimization factory functions. 2012-05-30 10:15:35 -04:00
Thomas Wiecki 45409132b2 Refactored unittests. zipline creation is now happening in a function in factory.py instead of each unittest. 2012-05-29 14:37:43 -04:00
Thomas Wiecki 1c91c7287b Moved cycle import out of function. 2012-05-28 12:02:11 -04:00
Thomas Wiecki 6523ff6c9b Re-enabled optimize unittests. Minor fixes to create_predictable_zipline(). 2012-05-28 11:11:29 -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
Thomas Wiecki 58bdad05b9 Minor fixes to adhere to refactored structure. Updated docs to be in line with rest. Skip optimization test by default as it takes a very long time. 2012-05-15 18:02:58 -04:00