Commit Graph

  • dfe21dc1de DOC: Add whatsnew for isnan and friends. Scott Sanderson 2015-11-18 22:44:20 -05:00
  • c5d5cfdc65 Merge pull request #861 from quantopian/pipeline-isnan Scott Sanderson 2015-11-18 22:41:37 -05:00
  • b43c4f4c0b ENH: Add isnan, notnan, and isfinite Factor methods. Scott Sanderson 2015-11-18 21:44:53 -05:00
  • 0cdd88a069 Merge pull request #847 from quantopian/fix-numpy1.10-failures Scott Sanderson 2015-11-17 11:39:23 -05:00
  • 987d6d4e48 TST: tests removing of expired data and removes ffill in DataPanelSource warren-oneill 2015-11-16 16:38:11 +01:00
  • aef38c4a74 MAINT: Remove unused import. Scott Sanderson 2015-11-17 11:22:08 -05:00
  • fed6655204 Merge pull request #817 from quantopian/speedup-retrieve-all Scott Sanderson 2015-11-16 18:22:59 -05:00
  • 11b7cd2dd0 TST: Fixes test_order_methods_for_future jfkirk 2015-11-16 11:47:00 -05:00
  • 0f349fc3ed MAINT: Fix type coercion warnings with numpy 1.10. Scott Sanderson 2015-11-15 22:42:36 -05:00
  • 4832004c33 TEST: Test fallback to start_date/end_date sorting. Scott Sanderson 2015-11-12 19:31:32 -05:00
  • 06ab766544 MAINT: De-dupe shared filtering logic. Scott Sanderson 2015-11-12 17:18:07 -05:00
  • a3bafd8dc7 MAINT/STY: Use dict.get instead of in check. Scott Sanderson 2015-11-12 17:05:25 -05:00
  • 26611b5d60 MAINT: Don't double-coerce to Timestamp. Scott Sanderson 2015-11-12 17:04:19 -05:00
  • b9e4b62374 PERF: Fewer conversions in _convert_row_to_equity. Scott Sanderson 2015-11-12 16:22:47 -05:00
  • 657a132f1e ENH: Make retrieve specific type functions public. Scott Sanderson 2015-11-05 20:06:33 -05:00
  • 3619a24e4d TEST: Add support for futures to tmp_asset_finder. Scott Sanderson 2015-11-05 20:05:36 -05:00
  • 9e463fd5d8 MAINT: make_rotating_asset -> make_rotating_equity. Scott Sanderson 2015-11-05 12:07:45 -05:00
  • 4109640acb MAINT: make_simple_asset_info -> make_simple_equity_info. Scott Sanderson 2015-11-05 11:57:32 -05:00
  • a684063f95 DOC: Don't lie about caching in _retrieve_asset. Scott Sanderson 2015-11-05 11:35:10 -05:00
  • 9101636bf6 MAINT: Remove unused method. Scott Sanderson 2015-11-05 11:34:48 -05:00
  • 60b988a777 MAINT: Remove unused method. Scott Sanderson 2015-11-05 11:15:20 -05:00
  • 1c52977964 DOC: group_by_type returns a regular dict. Scott Sanderson 2015-11-05 11:10:13 -05:00
  • c763d8f4d5 STY: Remove unused import. Scott Sanderson 2015-11-05 11:09:55 -05:00
  • 654edaa851 BUG: Clear asset caches when mapping DataFrame. Scott Sanderson 2015-11-03 16:57:17 -05:00
  • 5bddf32062 BUG: Raise if we fail to symbol map a Frame/Panel. Scott Sanderson 2015-11-03 15:58:02 -05:00
  • ff51510d88 PERF: Cache the result of failed lookups. Scott Sanderson 2015-10-29 12:06:45 -04:00
  • c818463051 MAINT: Simplify conditional. Scott Sanderson 2015-10-29 12:06:14 -04:00
  • abbda17239 Merge pull request #841 from quantopian/remember-downloads Scott Sanderson 2015-11-13 18:25:06 -05:00
  • 182cf9754c DOC: Add a whatsnew. Scott Sanderson 2015-11-13 18:12:10 -05:00
  • 43ac9eab5c ENH: Check getmtime on download locations. Scott Sanderson 2015-11-13 17:08:35 -05:00
  • 1b7d0c9477 MAINT: Add __future__ print function import. Scott Sanderson 2015-11-13 17:08:04 -05:00
  • 15c146b4a6 Merge pull request #840 from quantopian/coveralls_please Richard Frank 2015-11-13 17:38:51 -05:00
  • 19eb6d0f59 DOC: Updated whatsnew Richard Frank 2015-11-13 17:14:29 -05:00
  • c6d4da4ca5 BLD: Add back installation of coveralls on travis Richard Frank 2015-11-13 16:31:00 -05:00
  • 7f38f9056e Merge pull request #838 from quantopian/limit_timer Richard Frank 2015-11-13 15:38:21 -05:00
  • f3f5d8a425 DOC: Updated whatsnew Richard Frank 2015-11-13 09:44:42 -05:00
  • 526e9f1719 TST: Limit the timer report to just the 15 longest tests Richard Frank 2015-11-11 22:18:31 -05:00
  • f73003442a Merge pull request #815 from quantopian/asset-db-versioning James Kirk 2015-11-12 15:06:31 -05:00
  • 7a1abc88f8 DOC: Adds whatsnew for asset db versioning jfkirk 2015-11-12 14:44:20 -05:00
  • e1e160a128 MAINT: Factors-out asset db table schemas for cleanliness jfkirk 2015-11-10 12:24:49 -05:00
  • 85dd4b70dd MAINT: Renames 'version' table to 'version_info' for clarity jfkirk 2015-11-10 10:51:53 -05:00
  • 6aac54544e MAINT: Only write asset db version on db creation jfkirk 2015-11-09 14:37:01 -05:00
  • 48e488d423 ENH: Adds versions to asset databases jfkirk 2015-11-09 12:10:12 -05:00
  • 1fe4dfe229 Merge pull request #830 from quantopian/equity_caching Maya Tydykov 2015-11-12 14:01:29 -05:00
  • df492ecf7f DOC: add whatsnew entry for AssetFinderCachedEquities. Maya Tydykov 2015-11-11 17:09:33 -05:00
  • d0cb5bd513 ENH: add extension to AssetFinder that caches all equities in memory and uses that cache in lookup_symbol. Maya Tydykov 2015-11-11 11:12:24 -05:00
  • f0dd92772f MAINT: typos llllllllll 2015-11-11 19:24:25 -05:00
  • 9c61c77344 TST: cleanup test_history param output llllllllll 2015-11-11 17:24:31 -05:00
  • 0f5cf78492 MAINT: use subtest to quiet the output from test_events llllllllll 2015-11-11 17:16:09 -05:00
  • fb90e71e6b DOC: whatsnew for subtest llllllllll 2015-11-11 17:15:30 -05:00
  • b24c8fc7f4 TST: Adds a subtest decorator. llllllllll 2015-11-11 17:11:49 -05:00
  • b37b7cd89c DOC: add entry for release-process docs llllllllll 2015-11-11 19:20:36 -05:00
  • 715baeb269 DOC: document the release process llllllllll 2015-11-11 18:31:36 -05:00
  • 0ff82807a5 DOC: whatsnew entry for versioneer changes llllllllll 2015-11-10 20:50:22 -05:00
  • c8a095775c MAINT: remove old version.py llllllllll 2015-11-10 20:42:01 -05:00
  • bd0da175ad BLD: Adds versioneer llllllllll 2015-11-10 20:32:16 -05:00
  • 88a53fbdd1 ENH: update context_tricks llllllllll 2015-11-10 22:04:32 -05:00
  • b6310db5ed DOC: whatsnew entry llllllllll 2015-11-10 15:40:18 -05:00
  • 0cb4c38717 ENH: Allow users to pass a context manager to wrap all scheduled functions. llllllllll 2015-11-10 15:09:35 -05:00
  • ff1bd4bd10 Merge pull request #825 from quantopian/reqs_as_minimums Richard Frank 2015-11-10 20:33:52 -05:00
  • 234ab15be3 DOC: Updated whatsnew Richard Frank 2015-11-10 17:58:49 -05:00
  • 7859664226 BLD: Use strict bounds install for travis Richard Frank 2015-11-09 22:10:12 -05:00
  • be8cf93a36 BLD: Use strict bounds with requirements_dev Richard Frank 2015-11-09 21:30:58 -05:00
  • cf3beb25a7 BLD: Don't pin install requirements to exact versions Richard Frank 2015-11-09 20:52:57 -05:00
  • 5d44e75ebf DOC: whatsnew entry llllllllll 2015-11-10 15:36:25 -05:00
  • ce3e1470af Merge pull request #827 from quantopian/fix-asof-coercion James Kirk 2015-11-10 14:18:27 -05:00
  • af021f0db5 BUG: FutureChain's as_of() now properly coerces arguments jfkirk 2015-11-10 14:03:19 -05:00
  • 1aeae88d99 BUG: only infer delta if no delta is passed llllllllll 2015-11-09 20:52:04 -05:00
  • e9376453f4 BUG: the simple transform caching caused the length of the siddata object to change which would mark it as not-empty llllllllll 2015-11-09 16:50:16 -05:00
  • 79636d4eb2 BLD Update zipline conda meta.yaml to include 0.8.3 Thomas Wiecki 2015-11-07 14:34:09 +01:00
  • e1b92bcef0 DOC: document the reason for 0.8.3 llllllllll 2015-11-06 20:10:39 -05:00
  • f7f5f538a5 REL 0.8.3 llllllllll 2015-11-06 19:41:49 -05:00
  • ebc87d1504 BLD: fix sdist llllllllll 2015-11-06 18:54:34 -05:00
  • e0a9157f46 BLD: remove old mkdocs.yml llllllllll 2015-11-06 16:33:39 -05:00
  • 89d2ce2983 BLD: Adds etc/requirements_*.txt to the sdist llllllllll 2015-11-06 16:33:27 -05:00
  • 1955146184 REL: 0.8.0 llllllllll 2015-11-06 15:07:51 -05:00
  • 5c57be859d DOC: final cleanup llllllllll 2015-11-06 15:04:13 -05:00
  • 7980e47de8 DOC: Add more whatsnew enties for 0.8.0 llllllllll 2015-11-06 12:10:31 -05:00
  • 8c65ac01a0 DOC: Add some entries for 0.8 llllllllll 2015-11-05 12:27:00 -05:00
  • 39a4cf0a9e DOC: use sphinx docs llllllllll 2015-11-04 18:32:34 -05:00
  • 7d35a17f76 Merge pull request #822 from quantopian/cant-set-lazy Scott Sanderson 2015-11-06 13:20:34 -05:00
  • 6b49081f54 MAINT: __set__ takes instance and value. Scott Sanderson 2015-11-06 13:03:31 -05:00
  • f3f001e14a ENH: Raise on attempt to set a lazyval. Scott Sanderson 2015-11-06 12:39:59 -05:00
  • 5ef9056a9b Merge pull request #808 from quantopian/delta-on-last-requested-date Joe Jevnik 2015-11-05 16:59:04 -05:00
  • 80cc2bd6f6 BUG: Corrects an index error in blaze loader. llllllllll 2015-11-02 13:30:02 -05:00
  • 90e717f6a7 Merge pull request #821 from quantopian/cme-codes-reference Scott Sanderson 2015-11-05 14:19:36 -05:00
  • 744a998b9a ENH: Add CME code lookup table. Scott Sanderson 2015-11-05 12:33:17 -05:00
  • 0abf5b0a44 Merge pull request #820 from quantopian/remove-unused-asset-type Scott Sanderson 2015-11-05 13:52:27 -05:00
  • a14c61e7ff MAINT: Remove unused 'asset_type' metadata entry. Scott Sanderson 2015-11-05 12:03:11 -05:00
  • 375f2ef76f Merge pull request #819 from quantopian/pass_analyze Richard Frank 2015-11-05 11:30:14 -05:00
  • ec5318ec88 TST: Fixed up test result comparison Richard Frank 2015-11-05 10:15:01 -05:00
  • d2ba11dac0 STY: Fixed typo and appeased flake8 Richard Frank 2015-11-05 10:12:41 -05:00
  • 6b245ab06a TST: Removed extra parameters Richard Frank 2015-11-05 10:12:02 -05:00
  • a82415c77b BUG: Address issue #801 and add test. Pass panel directly to object instead of data. puppy 2015-11-05 06:18:00 -06:00
  • e50858315b BUG: Issue #801 Initializing TradingAlgorithm Object Does Not Set _analyze Method in algorithm.py puppy 2015-11-01 09:10:17 -06:00
  • 7eeacbe0e9 Merge pull request #796 from quantopian/prevent-history-in-initialize Scott Sanderson 2015-11-04 22:29:16 -05:00
  • 1377d25c95 BUG: Ensure that we view the datetime64s in the index as 64bit Richard Frank 2015-11-03 14:30:23 -05:00
  • 9542abf434 Merge pull request #813 from quantopian/remove-sid-assignment-arg James Kirk 2015-11-03 14:35:11 -05:00
  • 40399fc743 MAINT: Removes unused allow_sid_assignment arg jfkirk 2015-11-03 14:12:10 -05:00
  • ed4e4ffe5d Merge pull request #812 from quantopian/adjusted-array-dict Scott Sanderson 2015-11-03 12:14:13 -05:00