Commit Graph

824 Commits

Author SHA1 Message Date
Eddie Hebert 36cd75b215 Merge pull request #92 from quantopian/bug_600_pr_prep
Bug 600
2012-08-14 14:59:24 -07: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
scottsanderson 473dafcfb6 fix DONE bug when all events are in the warmup period 2012-08-14 17:03:49 -04:00
scottsanderson 7ce3667bc2 hard coded one-day warmup 2012-08-14 17:03:49 -04:00
Scott Sanderson 810dbe736a Merge pull request #91 from quantopian/bug585
change protocol to match new datasources
2012-08-14 09:41:06 -07: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
Scott Sanderson 042da5642f Merge pull request #88 from quantopian/alpha750
fix DONE bug
2012-08-13 07:22:36 -07: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 c601991d93 Merge pull request #86 from quantopian/fawce_alpha150_bugs
fixes for max drawdown
2012-08-09 20:49:50 -07: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
Scott Sanderson 1ddd52334c Merge pull request #85 from quantopian/new_world_order
skipping the multiproc tests.
2012-08-08 20:07:51 -07:00
fawce 33050157f9 skipping the multiproc tests. 2012-08-08 23:07:12 -04:00
Scott Sanderson 5e798f131b Merge pull request #84 from quantopian/new_world_order
New world order
2012-08-08 20:05:00 -07: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
jbredeche 6c35e60b57 Merge pull request #83 from quantopian/new_world_order
removed bson dep
2012-08-08 19:44:15 -07:00
fawce 7e86652a75 removed bson dep 2012-08-08 22:33:32 -04:00
Scott Sanderson b0a8697fa2 Merge pull request #82 from quantopian/new_world_order
New world order
2012-08-08 19:28:34 -07:00
scottsanderson 36a7c5da30 whitespace 2012-08-08 22:24:43 -04:00
fawce e5b7c69a68 simplified to be more flexible 2012-08-08 21:48:16 -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 0267bc5073 removed traces 2012-08-08 15:32:54 -04:00
scottsanderson 0d34de3b46 fix tracebacks 2012-08-08 15:23:20 -04:00
fawce a0db79428d fixed dt to datetime alias logic-O 2012-08-08 15:06:24 -04:00
scottsanderson 9611192326 done message for seq transforms 2012-08-08 14:59:31 -04:00
fawce 427cfd53ec working on logging 2012-08-08 14:00:36 -04:00
fawce 82f0c03720 Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order 2012-08-08 12:33:10 -04:00
fawce 981676dfd3 pulled logger to be explicit 2012-08-08 12:32:52 -04:00
scottsanderson bd2993d23f re-enable logging zipline to file and adding algo_dt 2012-08-08 12:27:15 -04:00
scottsanderson 0b15c0cfb2 Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order 2012-08-08 11:21:42 -04:00
scottsanderson b70e76d516 commit pre-merge 2012-08-08 11:21:26 -04:00
fawce 7b340af890 leaky abstractions...patched 2012-08-08 11:19:26 -04:00
scottsanderson d2809946bf updated exception test tracebacks 2012-08-08 09:20:35 -04:00
fawce 35e0433a6e added LOG as valid prefix. 2012-08-08 00:46:19 -04:00
fawce 52365f9c87 Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order 2012-08-07 22:28:41 -04:00
fawce 1e5191b60c needed to join on monitor process, fixed. 2012-08-07 22:26:16 -04:00
scottsanderson 6307ce1e02 Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order 2012-08-07 21:47:21 -04:00