Skip to content

Commit

Permalink
Do not chunk when the input isn't chunked (#348)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and Raphael Dussin committed Feb 6, 2025
1 parent 4069ba2 commit 5b447d3
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 602 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
What's new
==========

0.8.5 (unreleased)
------------------
* 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>`_.

0.8.4 (2024-02-26)
------------------
* Fix regression from :pull:`332` that made ``Regridder`` fail with rectilinear datasets and ``parallel=True``. (:issue:`343`, :pull:`344`).
Expand Down
Loading

0 comments on commit 5b447d3

Please sign in to comment.