Commit Graph

  • 87c20373b4 DOC: document that docs should be built with py3 Joe Jevnik 2016-05-06 15:32:48 -04:00
  • d888c4faaa DOC: update docs for api functions Joe Jevnik 2016-05-05 14:16:30 -04:00
  • 0562179060 Merge pull request #1178 from quantopian/quantopian-quandl Joe Jevnik 2016-05-06 12:53:07 -04:00
  • f618cc94a2 Merge pull request #1187 from quantopian/test-daily-bar-reader-a-bit Scott Sanderson 2016-05-06 11:42:59 -04:00
  • 0687584c21 Merge pull request #1176 from quantopian/eod_cancel_refactor Jean Bredeche 2016-05-06 11:01:04 -04:00
  • 3395b33f1e BUG: Fix multiple bugs in PanelDailyBarReader. Scott Sanderson 2016-05-06 10:59:14 -04:00
  • 7641247b41 BUG: DAY_END action not emitted during minute emission Andrew Liang 2016-04-29 17:57:06 -04:00
  • a068eb374a Merge pull request #1182 from quantopian/no-more-dups Jean Bredeche 2016-05-06 09:55:23 -04:00
  • 7a65ae3e78 Merge pull request #1184 from quantopian/no-more-dups-2-electric-boogaloo Jean Bredeche 2016-05-06 09:22:12 -04:00
  • 120d60fe27 STY: unused import Joe Jevnik 2016-05-05 18:23:03 -04:00
  • f7a522e3c9 ENH: update --show-progess message in the quantopian-quandl loader Joe Jevnik 2016-05-05 17:08:24 -04:00
  • a26802efd2 DOC: Update docs for bundles and fix the whatsnew Joe Jevnik 2016-05-05 17:06:49 -04:00
  • d819721d96 ENH: use more human readable format for bundle ingest directories Joe Jevnik 2016-05-05 16:27:01 -04:00
  • 0b3a35891e ENH: fix the quality of life issues in the CLI Joe Jevnik 2016-05-05 15:45:23 -04:00
  • 89542e33bd ENH: Adds quantopian-quandl bundle as new default. Joe Jevnik 2016-05-03 23:35:49 -04:00
  • bd0f138081 TEST/MAINT: Refactor unique axis verification. Scott Sanderson 2016-05-05 14:09:02 -04:00
  • 69972992c0 Merge pull request #1183 from quantopian/extract-fetcher-method Jean Bredeche 2016-05-05 13:23:49 -04:00
  • 9c291cfa28 DEV: extract fetcher method for easier downstream use Jean Bredeche 2016-05-05 13:06:14 -04:00
  • 3f1b0f79f2 DEV: Ensure there are no duplicates in the data passed into TradingAlgorithm.run Jean Bredeche 2016-05-05 11:54:39 -04:00
  • 402fb2aa99 Merge pull request #1174 from quantopian/string-classifiers Scott Sanderson 2016-05-05 02:32:33 -04:00
  • 9fd8ec180d BUG: View with specific int dtype. Scott Sanderson 2016-05-05 02:13:14 -04:00
  • e0aeda4c3e BUG: Fix bytes/unicode issues in py3. Scott Sanderson 2016-05-05 01:30:57 -04:00
  • 2ceeac1237 BUG: Use compat unicode. Scott Sanderson 2016-05-04 19:58:55 -04:00
  • a29da32252 TEST: Don't assert particular numpy error. Scott Sanderson 2016-05-04 19:40:50 -04:00
  • bd49647ce0 BUG: Fix failure on pandas >= 0.17. Scott Sanderson 2016-05-04 19:38:28 -04:00
  • 7a4e9fd61a ENH: Make None the default for string columns. Scott Sanderson 2016-05-04 19:10:19 -04:00
  • b78501e54a BUG: Fix broken isnull() on string classifiers. Scott Sanderson 2016-05-04 17:26:27 -04:00
  • 317ecc8aa8 DOC: Add whatsnew. Scott Sanderson 2016-05-04 16:23:56 -04:00
  • 5a1ed7b1d3 ENH: Make element_of work for ints too. Scott Sanderson 2016-05-04 16:02:47 -04:00
  • 4357673221 MAINT: Add unicode to __all__. Scott Sanderson 2016-05-04 14:59:35 -04:00
  • 0922714bac DOC: Clarify test docstrings. Scott Sanderson 2016-05-04 14:32:20 -04:00
  • ce4378416a MAINT: Remove lazy imports of Latest. Scott Sanderson 2016-05-04 14:29:59 -04:00
  • 17b402666c DOC: Fixup docstring. Scott Sanderson 2016-05-04 14:29:08 -04:00
  • 4d42cddae4 ENH: Fail fast on outputs in CustomClassifier. Scott Sanderson 2016-05-04 14:27:57 -04:00
  • 620d7648b0 BUG: Tests/bugfixes for LabelArray slicing. Scott Sanderson 2016-05-03 19:53:52 -04:00
  • 4dbc7eac56 MAINT: Remove byteswap and newbyteorder from LabelArray. Scott Sanderson 2016-05-03 16:00:17 -04:00
  • 8de45540f2 ENH: NaN semantics for LabelArray missing values. Scott Sanderson 2016-05-03 15:51:50 -04:00
  • 2395cbb671 ENH: Use np.void for labelarray storage. Scott Sanderson 2016-05-03 12:40:02 -04:00
  • 7a65121e6e BUG: contains was renamed to has_substring Scott Sanderson 2016-05-03 10:53:52 -04:00
  • 5cd7d79818 MAINT: Restore support for bytes/unicode AdjustedArrays. Scott Sanderson 2016-05-03 10:50:57 -04:00
  • 6b1f0caafc DOC: Clean up comment on `postprocess`. Scott Sanderson 2016-05-02 15:38:56 -04:00
  • 47e9b107ec DOC: Clean up docstring cruft. Scott Sanderson 2016-05-02 15:38:00 -04:00
  • 23324b4218 DOC: Add docstring for LabelArray. Scott Sanderson 2016-05-02 15:36:50 -04:00
  • 1a2ed2724b BUG: Pass correct class to super call. Scott Sanderson 2016-05-02 15:15:22 -04:00
  • c40bbfae03 TEST: More tests for string predicates. Scott Sanderson 2016-05-02 15:14:01 -04:00
  • bb6f908036 TEST: Add test for categorical postprocessing. Scott Sanderson 2016-04-29 19:52:11 -04:00
  • 5f190395ad ENH: Add support for strings in Pipeline. Scott Sanderson 2016-04-28 18:10:48 -04:00
  • 8756bf2c91 Merge pull request #1177 from quantopian/limit-minute-carrays Eddie Hebert 2016-05-04 12:47:18 -04:00
  • 1248dcde36 PERF: Cap memory usage by minute bar carrays. Eddie Hebert 2016-05-03 15:08:03 -04:00
  • f3e436a1bf Merge pull request #1173 from quantopian/quandl-wiki-loader Joe Jevnik 2016-05-03 19:11:18 -04:00
  • 59c8e371a2 ENH: Updates the cli, data bundles and extensions. Joe Jevnik 2016-04-20 14:52:12 -04:00
  • 21bc598d85 Merge pull request #1169 from quantopian/beyond_max_day Andrew Liang 2016-05-02 12:21:39 -04:00
  • fb6bda5840 FIX: Error message for BenchmarkAssetNotAvailableTooLate is wrong Andrew Liang 2016-04-27 13:31:28 -04:00
  • efac476976 ENH: make BcolzMinuteBarWriter.write take iterable Joe Jevnik 2016-04-20 15:42:27 -04:00
  • e73ce0bf2b Merge pull request #1168 from quantopian/fix_crashing_benchmark Andrew Liang 2016-04-29 14:59:49 -04:00
  • bd07e824be FIX: Refactor to pass benchmark_asset to appropriate methods Andrew Liang 2016-04-27 16:55:50 -04:00
  • 7332586abe FIX: Crashing on calculating benchmarking when no trading days Andrew Liang 2016-04-27 09:48:59 -04:00
  • 5d5b072112 Merge pull request #1172 from quantopian/identification-please David Michalowicz 2016-04-28 15:56:19 -04:00
  • 8d1ecb508a Use string_types dmichalowicz 2016-04-28 15:28:19 -04:00
  • 85ae664d8c BUG: Don't crash on dataframes with assets in index. Scott Sanderson 2016-04-28 12:34:30 -04:00
  • 73c3bd6955 Merge pull request #1106 from quantopian/13d_in_pipeline Maya Tydykov 2016-04-28 13:18:47 -04:00
  • 11d666daaa TST: add test for 13d filings dataset Maya Tydykov 2016-03-31 00:29:04 -04:00
  • e726cc94c9 ENH: add 13d filings dataset to pipeline Maya Tydykov 2016-03-31 00:28:52 -04:00
  • 231c3a58b1 Merge pull request #1166 from quantopian/empty_positions Andrew Liang 2016-04-26 16:58:11 -04:00
  • 4ffe04e4a5 FIX: Add last_sale_date to Position init for consistency Andrew Liang 2016-04-26 16:13:07 -04:00
  • d69b960c49 BUG: Don't save empty positions when user access non-existent position Andrew Liang 2016-04-26 10:15:54 -04:00
  • 50f4917341 Merge pull request #1164 from quantopian/get_open_orders_error Jean Bredeche 2016-04-26 13:01:50 -04:00
  • 5809ae17f1 DEV: Better error message for sid= in get_open_orders Andrew Liang 2016-04-25 12:22:19 -04:00
  • 789dba8eca Merge pull request #1165 from quantopian/dont-order-in-bts Jean Bredeche 2016-04-26 10:57:05 -04:00
  • c404c60d68 BUG: don't allow ordering in before_trading_start Jean Bredeche 2016-04-25 13:43:39 -04:00
  • b7765fe0d3 Merge pull request #1153 from quantopian/filter-nulls-in-expected-cols Maya Tydykov 2016-04-25 16:32:45 -04:00
  • ba20235d83 Merge pull request #1162 from quantopian/handle-missing-fields Jean Bredeche 2016-04-25 16:22:17 -04:00
  • 0191d9d903 MAINT: move filtering for null date rows back to dataframe Maya Tydykov 2016-04-22 11:54:55 -04:00
  • 390295481c TST: add test for blaze loader with null data in date col Maya Tydykov 2016-04-21 15:01:27 -04:00
  • 8585fd5b59 MAINT: move filtering for nulls in date column to blaze loader Maya Tydykov 2016-04-21 15:01:03 -04:00
  • e41c99d077 MAINT: add an event date col field to each loader Maya Tydykov 2016-04-20 11:38:41 -04:00
  • f8aa7c2ef4 TST: add test for case when null in expected column Maya Tydykov 2016-04-19 16:54:11 -04:00
  • 19128fa5a3 Merge pull request #1163 from quantopian/flake8-first Jean Bredeche 2016-04-25 10:50:22 -04:00
  • d9d0c2f9fc run flake8 first, before tests Jean Bredeche 2016-04-25 09:56:44 -04:00
  • 02ded435f6 DEV: Don't log an error if we can't find a matching asset/field/day triple in fetcher data Jean Bredeche 2016-04-25 09:45:52 -04:00
  • 89412616a6 MAINT: filter rows with nulls in expected columns Maya Tydykov 2016-04-19 16:02:13 -04:00
  • a13e336ef5 Merge pull request #1157 from quantopian/use-carray-instead-of-read-all-on-small-size Eddie Hebert 2016-04-21 22:25:01 -04:00
  • baa9850337 Merge pull request #1160 from quantopian/the-garbage-man-cant Richard Frank 2016-04-21 20:46:21 -04:00
  • 66d05aa563 PERF: Improve read time for smaller num of assets. Eddie Hebert 2016-04-19 16:00:49 -04:00
  • 8c92f2d241 TST: What if we don't gc... Richard Frank 2016-04-21 15:54:52 -04:00
  • ef9b986b38 Merge pull request #1159 from quantopian/appveyor-conda-reunion Richard Frank 2016-04-21 17:24:40 -04:00
  • b510703169 BLD: Using GCE to prevent the "input line is too long" error Richard Frank 2016-04-21 16:59:52 -04:00
  • bffe00f931 BLD: Print the download failure reason Richard Frank 2016-04-21 10:30:48 -04:00
  • baf10e3148 BLD: Don't accept the download if we tried too many times Richard Frank 2016-04-20 15:45:18 -04:00
  • 9a59cd064b BLD: Download miniconda over SSL Richard Frank 2016-04-20 15:44:51 -04:00
  • e5ccd814e8 Merge pull request #1143 from quantopian/add-final-val-col-to-estimates Maya Tydykov 2016-04-21 16:23:55 -04:00
  • cb5ed8d1a8 Merge pull request #1158 from quantopian/yes-we-want-the-broker-order-id Jean Bredeche 2016-04-21 15:20:47 -04:00
  • 2a981dc725 BUG: Restoring 'broker_order_id' to Order's dict Jean Bredeche 2016-04-21 15:06:25 -04:00
  • f06968f494 Merge pull request #1156 from quantopian/fetcher_bts Jean Bredeche 2016-04-21 15:09:52 -04:00
  • 9d1e15ddde BUG: Fetcher wasn't working properly in before_trading_start. Jean Bredeche 2016-04-21 13:03:18 -04:00
  • 48f9e6f1c9 Merge pull request #1148 from quantopian/migrate-whatsnew David Michalowicz 2016-04-21 15:07:01 -04:00
  • 84e5c32cde DOC: Move latest notes to 1.0.0.txt dmichalowicz 2016-04-20 14:08:34 -04:00
  • cb42875697 Merge pull request #1152 from quantopian/check-keyword-args Jean Bredeche 2016-04-21 12:32:44 -04:00
  • 6423a2cfbd Merge branch 'master' into check-keyword-args Jean Bredeche 2016-04-21 12:31:45 -04:00
  • 28ffee248f Merge pull request #1119 from quantopian/multiple-factor-outputs David Michalowicz 2016-04-21 11:51:47 -04:00