Commit Graph

541 Commits

Author SHA1 Message Date
Stephen Diehl 20f7affc76 Added logbook to reqs. 2012-06-12 07:38:18 -04:00
Stephen Diehl 3da255c867 Merge pull request #66 from quantopian/fsm
Fsm
2012-06-12 04:35:39 -07:00
Stephen Diehl 06e6207020 Update logging system 2012-06-12 07:11:52 -04:00
Stephen Diehl 2d85ec4d95 Update performance tracker ot use Logbook 2012-06-11 13:54:00 -04:00
Stephen Diehl de9b15144a Update Thomas's tests to use logbook. 2012-06-11 13:52:02 -04:00
Stephen Diehl aac8e92b06 Logbook for component state tracking. 2012-06-11 13:40:54 -04:00
Stephen Diehl 270e067426 FSM actions for Feed and Merge. 2012-06-11 13:10:05 -04:00
Stephen Diehl fefca77fe2 FSM for Feed 2012-06-11 09:26:48 -04:00
fawce 087de66e4c Merge pull request #65 from quantopian/fawce_alpha1
portfolio object creation from PerformancePeriod
2012-06-07 14:59:48 -07:00
fawce 0dea9c5ecb finished comment 2012-06-07 17:58:30 -04:00
fawce 6a8654342a added an as_portfolio method to the PerformancePeriod. 2012-06-07 17:40:26 -04:00
fawce 6d8a786214 updated performance to be trade by trade. 2012-06-07 13:53:45 -04:00
fawce ba9374e6e9 Merge pull request #64 from quantopian/master
bringing fawce_alpha1 up to speed
2012-06-06 16:24:10 -07:00
fawce 036f9e93a7 fixed a type-o in the documentation. 2012-05-31 23:15:53 -04:00
fawce a4ea3e3343 marked a todo for a calculation bug 2012-05-30 23:55:25 -04:00
Stephen Diehl 0791c98d31 Merge pull request #60 from quantopian/optimize_qexec
Optimization fixes and more refactoring
2012-05-30 07:42:51 -07:00
Thomas Wiecki a69938a4b2 Merge branch 'master' of github.com:quantopian/zipline into optimize_qexec 2012-05-30 10:15:48 -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
jbredeche 46ca4531f6 Merge pull request #59 from quantopian/fawce_alpha1
added a created date to the risk report.
2012-05-29 18:26:22 -07:00
fawce ef763f28d0 added a created date to the risk report. 2012-05-29 21:20:16 -04:00
Stephen Diehl 95bc94fbaa Merge pull request #57 from quantopian/optimize_qexec
Minor refactoring of optimize code. Touches nothing else.
2012-05-29 14:11:44 -07:00
Stephen Diehl 5a88ef98cf Merge pull request #58 from quantopian/cheetah
Added setproctitle and C extension doc.
2012-05-29 14:10:51 -07:00
Stephen Diehl 954ad8afb3 Added setproctitle and C extension doc. 2012-05-29 17:09:08 -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
fawce edd119ba90 Merge pull request #53 from quantopian/cheetah
Process simulator
2012-05-29 07:30:23 -07:00
Stephen Diehl 736bbe51af Misc changes. 2012-05-29 00:38:23 -04:00
jbredeche 461f5645f6 Merge pull request #56 from quantopian/fawce_alpha1
Fawce alpha1
2012-05-28 21:13:00 -07:00
fawce b8d0a8e4e0 cleanup 2012-05-28 22:13:43 -04:00
fawce 433170df9b removed old order protocol cruft. 2012-05-28 21:39:54 -04:00
fawce 069dbd1afe removed protocol cruft from transaction transform days. 2012-05-28 21:32:23 -04:00
Stephen Diehl 640076ee7b Merge pull request #55 from quantopian/fawce_alpha1
Fawce alpha1
2012-05-28 13:09:10 -07:00
fawce 13ccf169f1 encoding epoch as an int, rather than float. 2012-05-28 16:06:41 -04:00
fawce 23fb5fa083 cleanup 2012-05-28 15:25:44 -04:00
Thomas Wiecki 912b148ec3 Merge pull request #54 from quantopian/optimize_qexec
Small fixes to optimize tests to work with refactored zipline.
2012-05-28 09:51:49 -07:00
Thomas Wiecki 1c91c7287b Moved cycle import out of function. 2012-05-28 12:02:11 -04:00
Stephen Diehl 339daf9515 Uncommented scipy. 2012-05-28 11:17:07 -04:00
Thomas Wiecki 6523ff6c9b Re-enabled optimize unittests. Minor fixes to create_predictable_zipline(). 2012-05-28 11:11:29 -04:00
Stephen Diehl c17dab35a2 Devsimulator under new class hierarchy. 2012-05-28 10:45:06 -04:00
Stephen Diehl d85fe0b7b5 Integrate simulatorref. 2012-05-28 10:39:34 -04:00
Stephen Diehl b574195a0d Added example c extension. 2012-05-27 21:22:16 -04:00
Stephen Diehl 077fb168ce Added interp to core. 2012-05-27 21:21:54 -04:00
Stephen Diehl 7c115a4afc Update pavement. 2012-05-26 20:13:31 -04:00
Stephen Diehl 318d7ba678 Fun fun times writing setup.py 2012-05-26 18:24:48 -04:00
Stephen Diehl 817166ba03 Merge branch 'master' into cheetah 2012-05-26 15:55:48 -04:00
Stephen Diehl 3446c116ab Process Simulator! 2012-05-26 15:54:43 -04:00
fawce 407d046909 narrowed window of tests. 2012-05-25 13:03:41 -04:00
fawce 7db5bc4ddc Merge pull request #52 from quantopian/fawce_alpha1
Fawce alpha1
2012-05-25 09:46:30 -07:00
fawce 35c034eb31 shortened up the tests to make them more reasonable total runtime. 2012-05-25 12:42:29 -04:00
fawce b533961247 little more perf tweaking. 2012-05-25 11:15:56 -04:00
fawce 31b545946e performance tweak on ndict's frozenset. 2012-05-25 11:11:18 -04:00