sha,message,author_date,committer_date,raw_author,raw_committer,repo,author,committer fb01c72626a61310f874664cdb4d7b4c1b327bb3,"Use complex nan by default when interpolating out of bounds (#6019) * use complex nan by default when interpolating out of bounds * update whats-new.rst * remove unecessary complexity * analyse `dtype.kind` instead of using `np.iscomplexobj` Co-authored-by: Alexandre Poux ",2021-11-28T04:40:06Z,2021-11-28T04:40:06Z,dec1dc9f0b641b5a10ef750540bab604855c5f5d,cd792325681cbad9f663f2879d8b69f1edbb678f,13221727,1005109,19864447 7daad4fce3bf8ad9b9bc8e7baa104c476437e68d,"Implement interp for interpolating between chunks of data (dask) (#4155) * Implement interp for interpolating between chunks of data (dask) * do not forget extra points at the end * add tests * add whats-new comment * fix isort / black * typo * update pull number * fix github pep8 warnigns * fix isort * clearer arguments in _dask_aware_interpnd * typo * fix for datetimelike index * chunked interpolation does not work for high order interpolation (quadratic or cubic) * fix whats new * remove a useless import * use Variable instead of InexVariable * avoid some list to tuple conversion * black fix * more comments to explain _compute_chunks * For orthogonal linear- and nearest-neighbor interpolation, the scalar interpolation can also be done sequentially * better detection of Advanced interpolation * implement support of unsorted interpolation destination * rework the tests * fix for datetime index (bug introduced with unsorted destination) * Variable is cheaber that DataArray * add warning if unsorted * simplify _compute_chunks * add ghosts point in order to make quadratic and cubic method work in a chunked direction * black * forgot to remove an exception in test_upsample_interpolate_dask * fix filtering out-of-order warning * use extrapolate to check external points * Revert ""add ghosts point in order to make quadratic and cubic method work in a chunked direction"" * Complete rewrite using blockwise * update whats-new.rst * reduce the diff * more decomposition of orthogonal interpolation * simplify _dask_aware_interpnd a little * fix dask interp when chunks are not aligned * continue simplifying _dask_aware_interpnd * update whats-new.rst * clean tests Co-authored-by: Alexandre Poux ",2020-08-11T23:15:47Z,2020-08-11T23:15:47Z,dec1dc9f0b641b5a10ef750540bab604855c5f5d,cd792325681cbad9f663f2879d8b69f1edbb678f,13221727,1005109,19864447