Release Notes¶
Unreleased¶
v0.5.1 - 2023-03-14¶
Properly copy all attributes. By Matt Savoie.
Fix regression with Zarr + fsspec. By Ryan Abernathey.
v0.5.0 - 2022-04-14¶
Fix major bug with dask executor. By Ryan Abernathey.
Enable xarray
.chunk()
style input for target chunks. By Julius Busecke.
v0.4.2 - 2021-04-27¶
Fix dependency bug with v0.4 correctly.
v0.4.1 - 2021-04-26¶
Fix dependency bug with v0.4.
v0.4 - 2021-04-19¶
Internal refactor of Executor class that allows for reuse in outside projects (e.g. Pangeo Forge). By Ryan Abernathey.
v0.3.3 - 2021-01-15¶
Fixed bug preventing specification of
target_chunks
as dict with Xarray inputs. By Ryan AbernatheyFixed bug in interaction with fsspec stores. By Landung Setiawan
v0.3.2 - 2020-12-02¶
Fixed bug in rechunking of xarray datasets. By Filipe Fernandes.
Internal improvements to tests and packagaging. By Filipe Fernandes.
Updates to tutorial. By Andrew Brettin.
v0.3.1 - 2020-10-13¶
Note: Skipped 0.3.0 due to error in release workflow.
Added options for Zarr array definition. By Eric Czech.
Exerimental support for rechunking Xarray datasets. By Eric Czech.
Better internal type checking. By Tom White.
v0.2.0 - 2020-08-24¶
Added
rechunker.executors
for executing plans with other backends like Apache Beam, prefect, and pywren. See Executors for more.Fixed overflow bug when computing the number of chunks needed for a memory target.
Documentation update and tutorial.
Allow rechunk to accept a Dask array.
v0.0.1 - 2020-07-15¶
First Release