Thomas Wiecki
|
6f7090ebf3
|
Merge pull request #69 from quantopian/prof_yappi
Prof yappi
|
2012-07-20 05:49:23 -07:00 |
|
Stephen Diehl
|
e5fdc542d5
|
Update test_optimize with devel flag.
|
2012-07-06 12:06:58 -04:00 |
|
fawce
|
5f878300a0
|
switched from pub/sub to push/pull for merge -> client socket. also purged source_id from the constructors of all datasources.
|
2012-07-03 12:11:22 -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
|
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
|
789338aa5f
|
fixed constructor call to provide source_id
|
2012-05-24 11:36:22 -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 |
|
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
|
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 |
|
Stephen Diehl
|
ca60d3f8e0
|
Refactor component tree.
|
2012-05-14 09:14:26 -04:00 |
|