Commit Graph
638 Commits
Author SHA1 Message Date
scottsanderson d24bfbbf43 SimulatedLite 2012-08-21 14:34:18 -04:00
scottsanderson 3bcdf0f2af break out of loop properly when we get done 2012-08-21 14:31:15 -04:00
scottsanderson 7051d6826d remove unnecessary copying 2012-08-21 12:18:26 -04:00
fawce 0bd41c8db2 tweaked 2012-08-20 19:56:27 -04:00
fawce 1fbd8c4414 Merge branch 'master' of github.com:quantopian/zipline
Conflicts:
	zipline/gens/tradesimulation.py
2012-08-20 19:16:01 -04:00
scottsanderson 57f1c6056c unit test for heartbeating 2012-08-20 18:24:17 -04:00
scottsanderson 8fed50130c reset heartbeat count on enter/exit 2012-08-20 18:04:30 -04:00
fawce ece5d45c95 bumping the timeout to 90s 2012-08-19 23:34:52 -04:00
scottsanderson 8b67d6a45c fix __exit__ for timeout 2012-08-19 15:00:09 -04:00
scottsanderson 69ac68af2e heartbeating for handle_data 2012-08-19 02:22:16 -04:00
scottsanderson b5cb08ceed heartbeat and timeout usable as context managers 2012-08-19 02:21:43 -04:00
scottsanderson 0ef89ee704 fix algo_dt logging 2012-08-18 22:04:21 -04:00
scottsanderson 18a1c88145 fix import signal 2012-08-18 21:10:28 -04:00
scottsanderson 58b027798a added timeout and heartbeat decorators 2012-08-18 17:08:41 -04:00
scottsanderson 8986871c90 Merge branch 'master' of github.com:quantopian/zipline into bug_524 2012-08-18 17:07:47 -04:00
scottsanderson a68a48b62e removed deprecated test and refactored tradesimulation time compression logic 2012-08-18 17:07:20 -04:00
fawce 7696393179 removed spammy log lines. 2012-08-17 18:36:05 -04:00
scottsanderson 5a70c7464a update the comments in tradesim 2012-08-17 11:07:12 -04:00
fawce c911dca4d2 added a kwarg to run in blocking 2012-08-16 13:01:22 -04:00
scottsanderson 1659cfff45 fixed bessel correction in stddev 2012-08-15 16:16:36 -04:00
scottsanderson 9537067138 fix comment in EventWindow 2012-08-15 13:31:15 -04:00
scottsanderson 404e69a4b3 Merge branch 'master' into stddev_transform 2012-08-15 12:26:25 -04:00
scottsanderson 496851ef72 added stddev transform 2012-08-15 12:16:38 -04:00
fawce 0712b92181 Merge pull request #93 from quantopian/fawce_alpha750_bugs
new tests and support for logging primitives (bugfix)
2012-08-15 08:33:04 -07:00
fawce 7f41a9435e new tests and support for logging primitives (bugfix) 2012-08-14 22:46:58 -04:00
Eddie Hebert 76ff8e93eb Adds source id when specifying events.
So that when we add events for testing, we populate source_ids.
2012-08-14 17:03:49 -04:00
scottsandersonandEddie Hebert 473dafcfb6 fix DONE bug when all events are in the warmup period 2012-08-14 17:03:49 -04:00
scottsandersonandEddie Hebert 7ce3667bc2 hard coded one-day warmup 2012-08-14 17:03:49 -04:00
scottsanderson b5054293da change protocol to match new datasources 2012-08-14 12:24:57 -04:00
scottsanderson 8a131027a6 whitespace
Conflicts:
	zipline/gens/tradegens.py
2012-08-14 11:01:28 -04:00
fawce f76a200535 Merge pull request #90 from quantopian/fawce_alpha150_bugs
indentation error
2012-08-13 14:19:04 -07:00
fawce b323c6c8f5 fixed indentation error 2012-08-13 17:18:00 -04:00
jbredeche 7dc5c1092e Merge pull request #89 from quantopian/fawce_alpha150_bugs
bugfixes
2012-08-13 14:14:50 -07:00
fawce f819ed67ec bugfixes 2012-08-13 17:05:14 -04:00
scottsanderson f87025446e fix DONE bug 2012-08-13 10:14:56 -04:00
fawce 19f00e867b indentation bug 2012-08-12 00:53:23 -04:00
fawce 500e6a9f24 fixed #563 2012-08-12 00:48:00 -04:00
Scott Sanderson 706a4e9e8f Merge pull request #87 from quantopian/new_sources
New sources
2012-08-10 18:08:15 -07:00
fawce 0506baeae5 fixed integration tests 2012-08-10 20:59:53 -04:00
scottsanderson 4bfbaa8c26 minor protocol change 2012-08-10 01:18:55 -04:00
fawce 196c681d4b fixes for max drawdown 2012-08-09 21:43:26 -04:00
scottsanderson 7bb4e754b0 added logs 2012-08-09 16:21:49 -04:00
fawce cf6bef6ed8 purging 2012-08-08 22:58:54 -04:00
fawce 853c2ea61e goodbye old components. 2012-08-08 22:51:37 -04:00
fawce 7e86652a75 removed bson dep 2012-08-08 22:33:32 -04:00
scottsanderson 36a7c5da30 whitespace 2012-08-08 22:24:43 -04:00
fawce 9f98178a47 Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order 2012-08-08 21:40:41 -04:00
fawce aec76868f9 exception handling 2012-08-08 21:40:33 -04:00
scottsanderson c64175e2e5 added tests for exception messages in datasources and transforms 2012-08-08 18:44:45 -04:00
fawce a0db79428d fixed dt to datetime alias logic-O 2012-08-08 15:06:24 -04:00