sha,message,author_date,committer_date,raw_author,raw_committer,repo,author,committer 080caf4246fe2f4d6aa0c5dcb65a99b376fa669b,"Support swap_dims to dimension names that are not existing variables (#3636) * test that swapping to a non-existing name works * don't try to get a variable if the variable does not exist * don't add dimensions to coord_names if they are not existing variables * add whats-new.rst entry * update the documentation",2020-01-08T18:27:29Z,2020-01-08T18:27:29Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 471a5d6ce3eb10a521c8eebd3b97f72461405f19,update readthedocs.yml (#3639),2019-12-17T23:22:16Z,2019-12-17T23:22:16Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 4c51aa2c2ed953a59ab2c8ba5e127cd988ba67dd,"Silence sphinx warnings: Round 2 (#3592) * remove the sections from the quantile examples sphinx' doctest extension does not work too well with them. * remove the attributes section from DataArray's docstring * fix author error issues * remove the newline in the GroupBy.quantile examples this will probably make doctest fail but it fixes the sphinx warnings. * fix a few more links * CI: disable nit-picky warnings and fail on new warnings",2019-12-06T15:37:46Z,2019-12-06T15:37:46Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 cf17317f3570a2a1db2b2e665ea148f931b96c5c,remove xarray again (#3591),2019-12-05T16:21:21Z,2019-12-05T16:21:21Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 4c26d6a639df1d08a3093cd2948a2e9a0107028b,add cftime intersphinx entries (#3577),2019-11-27T19:40:10Z,2019-11-27T19:40:10Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 b0064b253aee5a33fcb2570fbde049bb61648229,"Switch examples to notebooks + scipy19 docs improvements (#3557) * Switch doc examples to use nbsphinx (#3105) * switching out examples to use nbsphinx * added jupyter_client to doc env * added ipykernel to doc env * Replace sphinx_gallery with notebook (#3106) * switching out examples to use nbsphinx * added jupyter_client to doc env * moved gallery to notebook * Allow other tutorial filename extensions (#3121) * switching out examples to use nbsphinx * added jupyter_client to doc env * allow non netcdf tutorial files * Added ROMS ocean model example notebook (#3116) * change name of test env to xarray-tests (#3110) * ROMS_ocean_model example added * Allow other tutorial filename extensions (#3121) * switching out examples to use nbsphinx * added jupyter_client to doc env * allow non netcdf tutorial files * Changed load to xr.tutorial.open_dataset(), and added some extra documentation. * change name of test env to xarray-tests (#3110) * ROMS_ocean_model example added * Changed load to xr.tutorial.open_dataset(), and added some extra documentation. * fixed colormap issues leftover from cmocean import * Added intro paragraph to ROMS example notebook, removed comments, and added citation in whats-new. * Add an example of ERA5 and GRIB data & visualization to the gallery (#3199) * Adds an example of ERA5 and GRIB data to the gallery * Add markdown narrative cells to GRIB example * Update load method to use xr.tutorial * Fix load method * require nbsphinx for the documentation builds * add more nbsphinx dependencies * install cfgrib using pip * add the eccodes library to the dependencies * remove the dependency on sphinx-gallery * add the ERA5 GRIB example to the list * update the documentation links Missing: section links in visualization_gallery.ipynb don't work yet, also the one in io.rst (it has a unicode char). * Fix leap year condition in monthly means example (#3464) * Typo correction in docs (#3387) * Update terminology.rst (#3455) Fixed broken link * Error in leap year? I've tried this script; however, it adds +1 to all months of the leap years. It sounds like an error, or I am wrong? So I wrote the condition ""and month == 2"" line 86 so that only the month of February gets +1. * Fix leap year (pydata#3464) * Update doc/whats-new.rst Co-Authored-By: Deepak Cherian * fix the reference to the rasterio geocoordinates docs * update whats-new.rst",2019-11-22T01:15:31Z,2019-11-22T01:15:31Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 9717681cf010549e0931c09d17dd57a111a6afef,fix whats-new.rst (#3554),2019-11-21T23:01:49Z,2019-11-21T23:01:49Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 dc559ea4a0b043908b5539641c2d22ab9a051b19,"Silence sphinx warnings (#3516) * silence sphinx warnings * silence more sphinx warnings * fix some references * fix the docstrings of Dataset reduce methods * mark the orphaned files as such * silence some nit-picky warnings * convert all references to xray to double backtick quoted text * silence more warnings in whats-new.rst * require a whatsnew format of Name * rename the second cf conventions link * silence more sphinx warnings * get interpolate_na docstrings in sync with master * fix sphinx warnings for interpolate_na docstrings * update references to old documentation sections * cut the link to h5netcdf.File * use the correct reference types for numpy * update the reference to atop (dask renamed it to blockwise) * rewrite numpy docstrings * guard against non-str documentation * pass name to skip_signature * remove links to pandas.Panel * convince sphinx to create pages astype and groupby().quantile * more warnings",2019-11-19T15:32:25Z,2019-11-19T15:32:25Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 52d48450f6291716a90f4f7e93e15847942e0da0,"Add DatasetGroupBy.quantile (#3527) * move the implementation of DataArrayGroupBy.quantile to GroupBy * add tests for DatasetGroupBy * update whats-new.rst * move the item in whats-new.rst into New Features * don't drop scalar quantile coords",2019-11-15T19:58:01Z,2019-11-15T19:58:01Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 1f813389d4b76354c8566d6759382e24cee91a0a,"Fixes to the resample docs (#3400) * add a missing newline to make sphinx detect the code block * update the link to the pandas documentation * explicitly state that this only works with datetime dimensions * also put the datetime dim requirement into the function description * add Series.resample and DataFrame.resample as reference * add the changes to whats-new.rst * move references to the bottom of the docstring",2019-10-16T18:54:27Z,2019-10-16T18:54:27Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 6ec1da202e5abaf317f49ba8dda348ef572b279d,"More doc fixes (#3333) * fix a code section being hidden * fix the code samples of DataArray.plot * fix a cross-reference",2019-09-23T01:08:42Z,2019-09-23T01:08:42Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579 4617e68bd14250a0da1448c66f25b2f44f8b60c8,fix the doc names of the return value of swap_dims (#3329),2019-09-21T01:16:10Z,2019-09-21T01:16:10Z,458e78ccf9cedef997b218d835348005d70e25c2,0c7e9e762dbfd6554e60c953bf27493047d95109,13221727,14808389,2448579