Commit Graph

  • 912b148ec3 Merge pull request #54 from quantopian/optimize_qexec Thomas Wiecki 2012-05-28 09:51:49 -07:00
  • 1c91c7287b Moved cycle import out of function. Thomas Wiecki 2012-05-28 12:02:11 -04:00
  • 1a0416cfdb Merge branch 'optimize_qexec' of github.com:quantopian/zipline Thomas Wiecki 2012-05-28 11:25:22 -04:00
  • 339daf9515 Uncommented scipy. Stephen Diehl 2012-05-28 11:17:07 -04:00
  • 6523ff6c9b Re-enabled optimize unittests. Minor fixes to create_predictable_zipline(). Thomas Wiecki 2012-05-28 11:11:29 -04:00
  • c17dab35a2 Devsimulator under new class hierarchy. Stephen Diehl 2012-05-28 10:45:06 -04:00
  • d85fe0b7b5 Integrate simulatorref. Stephen Diehl 2012-05-28 10:39:34 -04:00
  • b574195a0d Added example c extension. Stephen Diehl 2012-05-27 21:22:16 -04:00
  • 077fb168ce Added interp to core. Stephen Diehl 2012-05-27 21:21:54 -04:00
  • 7c115a4afc Update pavement. Stephen Diehl 2012-05-26 20:13:31 -04:00
  • 318d7ba678 Fun fun times writing setup.py Stephen Diehl 2012-05-26 18:24:48 -04:00
  • 817166ba03 Merge branch 'master' into cheetah Stephen Diehl 2012-05-26 15:55:48 -04:00
  • 3446c116ab Process Simulator! Stephen Diehl 2012-05-26 15:54:43 -04:00
  • 407d046909 narrowed window of tests. fawce 2012-05-25 13:03:41 -04:00
  • 7db5bc4ddc Merge pull request #52 from quantopian/fawce_alpha1 fawce 2012-05-25 09:46:30 -07:00
  • 35c034eb31 shortened up the tests to make them more reasonable total runtime. fawce 2012-05-25 12:42:29 -04:00
  • b533961247 little more perf tweaking. fawce 2012-05-25 11:15:56 -04:00
  • 31b545946e performance tweak on ndict's frozenset. fawce 2012-05-25 11:11:18 -04:00
  • 6bfa4bfddc fixed logger tests. fawce 2012-05-24 21:25:52 -04:00
  • f2aff6a501 fixed logger test. fawce 2012-05-24 16:42:15 -04:00
  • 789338aa5f fixed constructor call to provide source_id fawce 2012-05-24 11:36:22 -04:00
  • 92553abfa1 adding benchmark declarations. fawce 2012-05-23 15:40:50 -04:00
  • 89822748a7 adding in vbench fawce 2012-05-23 15:36:15 -04:00
  • fde665f3ec hotpatching the logger config. fawce 2012-05-22 21:25:18 -04:00
  • 70b0088e02 patched logging config. fawce 2012-05-22 21:23:47 -04:00
  • 60aa72f206 Merge pull request #51 from quantopian/fawce_alpha1 fawce 2012-05-21 13:39:31 -07:00
  • 46ef2e136d path hacking for logging.cfg fawce 2012-05-21 16:21:29 -04:00
  • b47a3d8241 small fawce 2012-05-21 14:46:59 -04:00
  • cc188a9d6e bumped timeouts for jenkins, took trace out of log test fawce 2012-05-21 11:35:29 -04:00
  • e2532dacd4 simple unit test for logger (log a line, verify the line) fawce 2012-05-21 11:27:15 -04:00
  • 1379ba5282 Merge pull request #50 from quantopian/fawce_alpha1 Stephen Diehl 2012-05-21 07:15:37 -07:00
  • 700cf64324 tests for transforms fawce 2012-05-18 23:47:41 -04:00
  • ec93bdaecd alias for dt as datetime. fawce 2012-05-18 23:40:38 -04:00
  • ba2783081c switched SID to sid fawce 2012-05-18 21:46:42 -04:00
  • 52d75c9d31 fixed bug with BaseTransform state and name properties. fawce 2012-05-18 14:42:47 -04:00
  • f722bc114d Merge branch 'master' of github.com:quantopian/zipline fawce 2012-05-18 13:34:33 -04:00
  • 531907970b small fix fawce 2012-05-18 13:34:20 -04:00
  • c68cd849c5 Update factory location finder. Stephen Diehl 2012-05-18 11:54:11 -04:00
  • 1994966cbc Added data location finder. Stephen Diehl 2012-05-18 11:45:55 -04:00
  • af6316e859 Merge pull request #49 from quantopian/oopzen Stephen Diehl 2012-05-18 08:04:26 -07:00
  • 9229e4193d Fixed argument threading for transforms. Stephen Diehl 2012-05-17 16:46:34 -04:00
  • abe906e90e Minor tweaks. Stephen Diehl 2012-05-16 18:19:07 -04:00
  • 7f4c94d4e1 Liskov'ify feed & merge. Stephen Diehl 2012-05-16 17:30:10 -04:00
  • b1f8bbd189 Removed redundent flow class. Stephen Diehl 2012-05-16 17:19:14 -04:00
  • f88aacc214 Fix some more oop on transforms. Stephen Diehl 2012-05-16 17:03:16 -04:00
  • 244f787176 Cleaned up OOP on transforms. Stephen Diehl 2012-05-16 16:55:26 -04:00
  • 9b6c83e3e5 Removed more amguity over source_id Stephen Diehl 2012-05-16 16:40:25 -04:00
  • 8d864462ff Fix DataSource id/get_id mixup. Stephen Diehl 2012-05-16 16:19:08 -04:00
  • 3ad1f250e6 Cleaned up OOP, first round. Stephen Diehl 2012-05-16 14:31:52 -04:00
  • 93cc4bc172 fixed imports in optimize factory and tests. also added skip annotations, because jenkins will never run them successfully. fawce 2012-05-16 12:17:13 -04:00
  • 642d842b3c Merge branch 'master' of github.com:quantopian/zipline fawce 2012-05-16 12:08:38 -04:00
  • 2bf9f896e5 added missing import fawce 2012-05-16 12:08:18 -04:00
  • 49412ffae8 Merge pull request #48 from quantopian/optimize_refactor Thomas Wiecki 2012-05-15 17:59:23 -07:00
  • 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. Thomas Wiecki 2012-05-15 18:02:58 -04:00
  • e26638058c Reverted path independence code in factory.py. Not sure how to fix with new path structure. Thomas Wiecki 2012-05-15 17:37:27 -04:00
  • 809841d690 Fixed get_id() bug per Stephen's suggestion. Changed handle_data() back to handle_frame(). Thomas Wiecki 2012-05-15 17:28:59 -04:00
  • 5cf472c5b2 Fixed wrong path for UpDownTradeSource. Added docs. Thomas Wiecki 2012-05-15 17:28:13 -04:00
  • da6f9f53b4 Merge branch 'master', remote-tracking branch 'origin' Stephen Diehl 2012-05-15 15:13:46 -04:00
  • 9945ab4f67 Changed setattr method. Stephen Diehl 2012-05-15 15:13:17 -04:00
  • 750496fa94 fixed all imports fawce 2012-05-15 14:18:19 -04:00
  • d503ce465a Merge branch 'refactor' Stephen Diehl 2012-05-15 14:04:05 -04:00
  • 8db7feb60f Merge branch 'master' of github.com:quantopian/zipline Stephen Diehl 2012-05-15 13:56:33 -04:00
  • f1ce833995 Moved over files from optimize and incorporated into new infrastructure. Temporarily fixed control_out bug. get_id() bug remains however. Thomas Wiecki 2012-05-14 18:02:40 -04:00
  • e8f4a98f40 Propogate logging. Stephen Diehl 2012-05-14 17:28:33 -04:00
  • 757e86bbf1 Don't disable existing loggers. Stephen Diehl 2012-05-14 17:28:21 -04:00
  • 01fa035ec8 Merge pull request #46 from quantopian/fawce_sprint6 fawce 2012-05-14 14:01:41 -07:00
  • 3bb03e0f8c converting to handle_data nomenclature. fawce 2012-05-14 16:49:05 -04:00
  • e1cb18745f Merge branch 'master' of github.com:quantopian/zipline Thomas Wiecki 2012-05-14 16:36:02 -04:00
  • e5bb8f5c73 Merge pull request #45 from quantopian/fawce_sprint6 fawce 2012-05-14 12:35:04 -07:00
  • de0cfd4072 fixed bugs in transform calculations. fawce 2012-05-14 15:31:51 -04:00
  • de8a4589e5 Added namelookup. Stephen Diehl 2012-05-14 14:44:06 -04:00
  • 75356bf405 Remove dummy file. Stephen Diehl 2012-05-14 14:37:29 -04:00
  • 1b46a0d5d3 Move simulator to core. Stephen Diehl 2012-05-14 14:05:41 -04:00
  • d399edd419 Fix ndict woes. Stephen Diehl 2012-05-14 13:49:45 -04:00
  • d0d48ab7df test mutability of ndict Stephen Diehl 2012-05-14 12:07:34 -04:00
  • 386977a1b7 remove pdb Stephen Diehl 2012-05-14 12:01:15 -04:00
  • 72fb11ce0f removed namedict for good Stephen Diehl 2012-05-14 11:57:23 -04:00
  • ff52115805 Removed old test_monitor Stephen Diehl 2012-05-14 11:40:08 -04:00
  • a88f63053a Cleaned whitespace in protocol.py Stephen Diehl 2012-05-14 11:38:47 -04:00
  • e04415e63f Remove all namedicts. Stephen Diehl 2012-05-14 11:35:43 -04:00
  • f8401dc88e Refactor lines.py Stephen Diehl 2012-05-14 11:21:57 -04:00
  • 73557b907f Rework imports on tests. Stephen Diehl 2012-05-14 11:17:56 -04:00
  • fc7cf23397 Remove old devsimualtor test. Stephen Diehl 2012-05-14 11:07:28 -04:00
  • effb683251 Fix whitespace. Stephen Diehl 2012-05-14 11:07:01 -04:00
  • b13f5a82e0 Removed all references to messaging.py Stephen Diehl 2012-05-14 11:03:46 -04:00
  • 8b95aebcf2 Refactor lots of things. Stephen Diehl 2012-05-14 10:57:40 -04:00
  • 6df73110ff Remove old component.py Stephen Diehl 2012-05-14 10:20:04 -04:00
  • ca60d3f8e0 Refactor component tree. Stephen Diehl 2012-05-14 09:14:26 -04:00
  • 7d1ddb19f7 Refactored dirs & logging. Stephen Diehl 2012-05-14 08:27:34 -04:00
  • d7431f189f Updated refs. Stephen Diehl 2012-05-10 17:42:17 -04:00
  • 81d9214b40 Updated toplevel & logging. Stephen Diehl 2012-05-10 17:31:16 -04:00
  • 0d8eada763 More tests passing. Stephen Diehl 2012-05-10 17:10:09 -04:00
  • 133d9c03af One test passing, progress! Stephen Diehl 2012-05-10 16:38:04 -04:00
  • 00de461da8 Made more submodules. Stephen Diehl 2012-05-10 15:46:19 -04:00
  • bf5e144f22 Merge pull request #43 from quantopian/fawce_sprint6 fawce 2012-05-10 12:29:00 -07:00
  • add3f10b2e removed expiremental pandas code fawce 2012-05-10 15:13:00 -04:00
  • 81de47774f fixed allocation issue fawce 2012-05-10 13:51:02 -04:00
  • 62ec591d90 Moved the test folder. Stephen Diehl 2012-05-09 13:34:13 -04:00
  • 0472384253 Sketch out the cli interface. Stephen Diehl 2012-05-09 11:04:36 -04:00
  • 54ee77827e Merge branch 'master', remote-tracking branch 'origin' into refactor Stephen Diehl 2012-05-09 09:15:07 -04:00