fawce
|
6bfa4bfddc
|
fixed logger tests.
|
2012-05-24 21:25:52 -04:00 |
|
fawce
|
fde665f3ec
|
hotpatching the logger config.
|
2012-05-22 21:25:18 -04:00 |
|
fawce
|
60aa72f206
|
Merge pull request #51 from quantopian/fawce_alpha1
path hacking for logging.cfg
|
2012-05-21 13:39:31 -07:00 |
|
fawce
|
46ef2e136d
|
path hacking for logging.cfg
|
2012-05-21 16:21:29 -04:00 |
|
fawce
|
b47a3d8241
|
small
|
2012-05-21 14:46:59 -04:00 |
|
fawce
|
cc188a9d6e
|
bumped timeouts for jenkins, took trace out of log test
|
2012-05-21 11:35:29 -04:00 |
|
fawce
|
e2532dacd4
|
simple unit test for logger (log a line, verify the line)
|
2012-05-21 11:27:15 -04:00 |
|
Stephen Diehl
|
1379ba5282
|
Merge pull request #50 from quantopian/fawce_alpha1
Fawce alpha1
|
2012-05-21 07:15:37 -07:00 |
|
fawce
|
700cf64324
|
tests for transforms
|
2012-05-18 23:47:41 -04:00 |
|
fawce
|
ec93bdaecd
|
alias for dt as datetime.
|
2012-05-18 23:40:38 -04:00 |
|
fawce
|
ba2783081c
|
switched SID to sid
|
2012-05-18 21:46:42 -04:00 |
|
fawce
|
52d75c9d31
|
fixed bug with BaseTransform state and name properties.
|
2012-05-18 14:42:47 -04:00 |
|
fawce
|
f722bc114d
|
Merge branch 'master' of github.com:quantopian/zipline
|
2012-05-18 13:34:33 -04:00 |
|
fawce
|
531907970b
|
small fix
|
2012-05-18 13:34:20 -04:00 |
|
Stephen Diehl
|
c68cd849c5
|
Update factory location finder.
|
2012-05-18 11:54:11 -04:00 |
|
Stephen Diehl
|
1994966cbc
|
Added data location finder.
|
2012-05-18 11:45:55 -04:00 |
|
Stephen Diehl
|
af6316e859
|
Merge pull request #49 from quantopian/oopzen
Cleaned up OOP, first round.
|
2012-05-18 08:04:26 -07:00 |
|
Stephen Diehl
|
9229e4193d
|
Fixed argument threading for transforms.
|
2012-05-17 16:46:34 -04:00 |
|
Stephen Diehl
|
abe906e90e
|
Minor tweaks.
|
2012-05-16 18:19:07 -04:00 |
|
Stephen Diehl
|
7f4c94d4e1
|
Liskov'ify feed & merge.
|
2012-05-16 17:30:10 -04:00 |
|
Stephen Diehl
|
b1f8bbd189
|
Removed redundent flow class.
|
2012-05-16 17:19:14 -04:00 |
|
Stephen Diehl
|
f88aacc214
|
Fix some more oop on transforms.
|
2012-05-16 17:03:16 -04:00 |
|
Stephen Diehl
|
244f787176
|
Cleaned up OOP on transforms.
|
2012-05-16 16:55:26 -04:00 |
|
Stephen Diehl
|
9b6c83e3e5
|
Removed more amguity over source_id
|
2012-05-16 16:40:25 -04:00 |
|
Stephen Diehl
|
8d864462ff
|
Fix DataSource id/get_id mixup.
|
2012-05-16 16:19:08 -04:00 |
|
Stephen Diehl
|
3ad1f250e6
|
Cleaned up OOP, first round.
|
2012-05-16 14:33:16 -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 |
|
fawce
|
642d842b3c
|
Merge branch 'master' of github.com:quantopian/zipline
|
2012-05-16 12:08:38 -04:00 |
|
fawce
|
2bf9f896e5
|
added missing import
|
2012-05-16 12:08:18 -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 |
|
Stephen Diehl
|
da6f9f53b4
|
Merge branch 'master', remote-tracking branch 'origin'
|
2012-05-15 15:13:46 -04:00 |
|
Stephen Diehl
|
9945ab4f67
|
Changed setattr method.
|
2012-05-15 15:13:17 -04:00 |
|
fawce
|
750496fa94
|
fixed all imports
|
2012-05-15 14:18:19 -04:00 |
|
Stephen Diehl
|
d503ce465a
|
Merge branch 'refactor'
Conflicts:
zipline/finance/trading.py
zipline/lines.py
|
2012-05-15 14:04:05 -04:00 |
|
Stephen Diehl
|
8db7feb60f
|
Merge branch 'master' of github.com:quantopian/zipline
|
2012-05-15 13:56:33 -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
|
e8f4a98f40
|
Propogate logging.
|
2012-05-14 17:28:33 -04:00 |
|
Stephen Diehl
|
757e86bbf1
|
Don't disable existing loggers.
|
2012-05-14 17:28:21 -04:00 |
|
fawce
|
01fa035ec8
|
Merge pull request #46 from quantopian/fawce_sprint6
converting to handle_data nomenclature.
|
2012-05-14 14:01:41 -07:00 |
|
fawce
|
3bb03e0f8c
|
converting to handle_data nomenclature.
|
2012-05-14 16:49:05 -04:00 |
|
Thomas Wiecki
|
e1cb18745f
|
Merge branch 'master' of github.com:quantopian/zipline
|
2012-05-14 16:36:02 -04:00 |
|
fawce
|
e5bb8f5c73
|
Merge pull request #45 from quantopian/fawce_sprint6
fixed bugs in transform calculations.
|
2012-05-14 12:35:04 -07:00 |
|
fawce
|
de0cfd4072
|
fixed bugs in transform calculations.
|
2012-05-14 15:31:51 -04:00 |
|
Stephen Diehl
|
de8a4589e5
|
Added namelookup.
|
2012-05-14 14:44:06 -04:00 |
|
Stephen Diehl
|
75356bf405
|
Remove dummy file.
|
2012-05-14 14:37:29 -04:00 |
|
Stephen Diehl
|
1b46a0d5d3
|
Move simulator to core.
|
2012-05-14 14:05:41 -04:00 |
|