sha,message,author_date,committer_date,raw_author,raw_committer,repo,author,committer 6295bc6bca1559680544ea86051f35fa2d367fe1,"Fix/quantile wrong errmsg (#3635) * test correct error is thrown * quantile: throw out of bounds error * whats-new",2019-12-17T13:50:05Z,2019-12-17T13:50:05Z,ca4b1aa7038742a78b0de3134b339add28345bf9,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,10194086,6213168 53c5199423a29854e3f9c1f5d6d3658b8ea95049,"__dask_tokenize__ (#3446) * Implement __dask_tokenize__ * Fix window test * Code review * Test change in IndexVariable",2019-10-31T15:52:11Z,2019-10-31T15:52:11Z,0c7e9e762dbfd6554e60c953bf27493047d95109,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,2448579,6213168 8fbe1f8409a0c0e4ce88a0c30bfc668b16c6903c,"Type check sentinel values (#3472) * type check sentinel values, using Enum pattern * Code review * Code review * Code review * Code review",2019-10-31T15:52:01Z,2019-10-31T15:52:01Z,279c587273ec459ffb5192e60bf8447c05601fa5,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,5635139,6213168 092d300db7576de2aa96316de42ee6bf293d9855,"unpin cftime (#3463) * unpin cftime * Update ci/requirements/py36-min-all-deps.yml Co-Authored-By: Spencer Clark * do not pin to patch version * add note on cftime=1.0.4",2019-10-30T01:08:13Z,2019-10-30T01:08:13Z,ca4b1aa7038742a78b0de3134b339add28345bf9,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,10194086,6213168 b0c336f6b4b8d425e5c89d6f75f561823806137b,"Whatsnew for #3419 (#3422) * pyupgrade --py36-plus * Update xarray/core/nputils.py Co-Authored-By: crusaderky * Update xarray/core/parallel.py Co-Authored-By: crusaderky * Update xarray/tests/test_cftime_offsets.py Co-Authored-By: crusaderky * Update xarray/tests/test_cftime_offsets.py Co-Authored-By: crusaderky * whatsnew",2019-10-21T08:52:36Z,2019-10-21T08:52:36Z,279c587273ec459ffb5192e60bf8447c05601fa5,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,5635139,6213168 2984415e9884c12f407ac39c06dffb822c540bb3,"Revert changes made in #3358 (#3411) * Revert #3358 * Revision * Code review * Merge from master * Obsolescence note",2019-10-21T00:17:47Z,2019-10-21T00:17:47Z,c1efbf1072a55360644b2caabcd52d7614a431ff,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,48983334,6213168 3c462b9663bfd9f609b567a7743465aa1b413b1e,"Python3.6 idioms (#3419) * pyupgrade --py36-plus * Update xarray/core/nputils.py Co-Authored-By: crusaderky * Update xarray/core/parallel.py Co-Authored-By: crusaderky * Update xarray/tests/test_cftime_offsets.py Co-Authored-By: crusaderky * Update xarray/tests/test_cftime_offsets.py Co-Authored-By: crusaderky ",2019-10-21T00:16:58Z,2019-10-21T00:16:58Z,279c587273ec459ffb5192e60bf8447c05601fa5,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,5635139,6213168 ae1d8c7adf7c12a71730817ba64f27b86ac48a6a,Fix documentation typos (#3396),2019-10-13T14:38:36Z,2019-10-13T14:38:36Z,981066f861f3483c303fc4c41d6f660793180142,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,36364045,6213168 3f295511acdf4e2c6a6bdf7bcbba5be519d45e9b,"map_blocks (#3276) * map_block attempt 2 * Address reviews: errors, args + kwargs support. * Works with datasets! * remove wrong comment. * Support chunks. * infer template. * cleanup * cleanup2 * api.rst * simple shape change error check. * Make test more complicated. * Fix for when user function doesn't set DataArray.name * Now _to_temp_dataset works. * Add whats-new * chunks kwarg makes no sense right now. * review feedback: 1. skip index graph nodes. 2. var → name 3. quicker dataarray creation. 4. Add restrictions to docstring. 5. rename chunk construction task. 6. error when non-xarray object is returned. 7. restore non-coord dims. review * Support nondim coords in make_meta. * Add Dataset.unify_chunks * doc updates. * minor. * update comment. * More complicated test dataset. Tests fail :X * Don't know why compute is needed. * work with DataArray nondim coords. * fastpath unify_chunks * comment. * much improved tests. * Change args, kwargs syntax. * Add dataset, dataarray methods. * api.rst * docstrings. * Fix unify_chunks. * Move assert_chunks_equal to xarray.testing. * minor changes. * Better error handling when inferring returned object * wip * wip * better to_array * Docstrings + nicer error message. * remove unify_chunks in map_blocks + better tests. * typing for unify_chunks * address more review comments. * more unify_chunks tests. * Just use dask.core.utils.meta_from_array * get tests working. assert_equal needs a lot of fixing. * more unify_chunks test. * assert_chunks_equal fixes. * copy over meta_from_array. * minor fixes. * raise chunks error earlier and test for map_blocks raising chunk error * fix. * Type annotations * py35 compat * make sure unify_chunks does not compute. * Make tests functional by call compute before assert_equal * Update whats-new * Work with attributes. * Support attrs and name changes. * more assert_equal * test changing coord attribute * fix whats new * rework tests to use fixtures (kind of) * more review changes. * cleanup * more review feedback. * fix unify_chunks. * read dask_array_compat :) * Dask 1.2.0 compat. * documentation polish * make_meta reflow * cosmetic * polish * Fix tests * isort * isort * Add func call to docstrings.",2019-10-10T23:44:19Z,2019-10-10T23:44:19Z,0c7e9e762dbfd6554e60c953bf27493047d95109,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,2448579,6213168 3f4b0250e386f08233f4e11dc1cd4b12cfa953b0,"sparse=True option for from_dataframe and from_series (#3210) sparse=True option for from_dataframe and from_series Fixes https://github.com/pydata/xarray/issues/3206",2019-08-27T08:54:25Z,2019-08-27T08:54:25Z,f10b21bed2846b879806f87039b77245b18e7671,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,1217238,6213168 d3f1ced1aa84cb0a0f3e47e7ee67492e203fcce5,small updates to the contributing.rst (it could use more) (#3193),2019-08-09T10:40:22Z,2019-08-09T10:40:22Z,279c587273ec459ffb5192e60bf8447c05601fa5,2ff6d9e74ee03928d143f0bb1557924a28d3b23d,13221727,5635139,6213168