Commit Graph
29 Commits
Author SHA1 Message Date
Thomas Wiecki 6f7090ebf3 Merge pull request #69 from quantopian/prof_yappi
Prof yappi
2012-07-20 05:49:23 -07:00
Thomas Wiecki 5fcb2de59b ndicts are now deepcopyable. 2012-07-06 11:54:40 -04:00
Thomas Wiecki f6c65983bb Merge branch 'master' of github.com:quantopian/zipline 2012-07-06 11:39:09 -04:00
Thomas Wiecki 2dd4bca9e2 Added yappi to requirements_dev.txt. 2012-06-29 09:55:27 -04:00
Thomas Wiecki 152e389c71 Moved over files from dt_to_pandas: prof_yappi.py and optimize/factory.py (critical change is to change daily to minute events). 2012-06-29 09:51:17 -04:00
Thomas Wiecki 2c79f97122 Merge branch 'master' of github.com:quantopian/zipline 2012-06-28 12:58:55 -04:00
Thomas Wiecki c7905647fa Merge branch 'master' of github.com:quantopian/zipline 2012-06-18 11:55:28 -04:00
Thomas Wiecki 2d72e2be38 Merge branch 'master' of github.com:quantopian/zipline 2012-06-04 07:12:47 -04: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
Thomas Wiecki 8171a5d8f4 Merge branch 'master' of github.com:quantopian/zipline 2012-05-30 08:42:12 -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 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
Thomas Wiecki 1a0416cfdb Merge branch 'optimize_qexec' of github.com:quantopian/zipline 2012-05-28 11:25:22 -04:00
Thomas Wiecki 6523ff6c9b Re-enabled optimize unittests. Minor fixes to create_predictable_zipline(). 2012-05-28 11:11:29 -04:00
Thomas Wiecki 49412ffae8 Merge pull request #48 from quantopian/optimize_refactor
Test-framework for optimization.
2012-05-15 17:59:23 -07: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
Thomas Wiecki e26638058c Reverted path independence code in factory.py. Not sure how to fix with new path structure. 2012-05-15 17:37:27 -04:00
Thomas Wiecki 809841d690 Fixed get_id() bug per Stephen's suggestion. Changed handle_data() back to handle_frame(). 2012-05-15 17:28:59 -04:00
Thomas Wiecki 5cf472c5b2 Fixed wrong path for UpDownTradeSource. Added docs. 2012-05-15 17:28:13 -04:00
Thomas Wiecki f1ce833995 Moved over files from optimize and incorporated into new infrastructure. Temporarily fixed control_out bug. get_id() bug remains however. 2012-05-14 18:02:40 -04:00
Thomas Wiecki e1cb18745f Merge branch 'master' of github.com:quantopian/zipline 2012-05-14 16:36:02 -04:00
Thomas Wiecki 79318e98e1 Merge branch 'master' of github.com:quantopian/zipline 2012-05-01 07:31:10 -04:00
Thomas Wiecki a6a1bdae0a Merge branch 'master' of github.com:quantopian/zipline 2012-04-25 10:06:18 -04:00
Thomas Wiecki 17f17eceb2 Merge branch 'master' of github.com:quantopian/zipline 2012-04-23 07:21:46 -04:00
Thomas Wiecki e2d1c580d3 Resolved conflict. 2012-04-20 09:33:57 -04:00
Thomas Wiecki 013e23383c ENH: Loading of benchmark data now path independent.
BUG: Correctly close file descriptor after use.
ENH: Use attrgetter instead of lambda function to sort keys.
ENH: Added package_data so that benchmark datasets will get installed.
2012-04-10 11:12:59 -04:00
Thomas Wiecki 55b8ccbb3c DOC: Added missing etc path to README.md. Minor restructuring of text. 2012-04-09 18:51:33 -03:00