Skip to content

Commit 8b35823

Browse files
Do not chunk when the input isn't chunked (#348)
* Refine dask testing - warn when number of chunks increases too much * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * change default when input is not chunked * update documentation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update other test * upd changes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d1ebc63 commit 8b35823

File tree

4 files changed

+231
-602
lines changed

4 files changed

+231
-602
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
What's new
22
==========
33

4+
0.8.5 (unreleased)
5+
------------------
6+
* Reverted to the chunking behaviour of xESMF 0.7 for cases where the spatial dimensions are not chunked on the source data. (:pull:`348`) By `Pascal Bourgault <https://github.com/aulemahal>`_.
7+
48
0.8.4 (2024-02-26)
59
------------------
610
* Fix regression from :pull:`332` that made ``Regridder`` fail with rectilinear datasets and ``parallel=True``. (:issue:`343`, :pull:`344`).

0 commit comments

Comments
 (0)