Skip to content

Tags: google/xarray-beam

Tags

0.6.3

Toggle 0.6.3's commit message
release version 0.6.3

PiperOrigin-RevId: 587056902

0.6.2

Toggle 0.6.2's commit message
Fix split_variables with different dimensions per variable

PiperOrigin-RevId: 536400546

0.6.1

Toggle 0.6.1's commit message
[xarray-beam] fix docs & bug in make_template

Reusing dask.array names for arrays with different shapes was the indirect cause of the error on our docs pages.

I've also updated the build dependencies for our docs to fix other build issues, and added a Python 3.11 run of our unit tests.

Fixes #76

PiperOrigin-RevId: 536022594

0.6.0

Toggle 0.6.0's commit message
Use multi-stage rechunking.

As described in pangeo-data/rechunker#89,
this can yield significant performance benefits for rechunking large
arrays.

PiperOrigin-RevId: 518325665

0.5.1

Toggle 0.5.1's commit message
[xarray-beam] update a missing version number

PiperOrigin-RevId: 489574725

0.5.0

Toggle 0.5.0's commit message
Update version to 0.5.0

PiperOrigin-RevId: 489544399

0.4.1

Toggle 0.4.1's commit message
Remove pyformat comments

PiperOrigin-RevId: 477271219

0.4.0

Toggle 0.4.0's commit message
Support datasets with differently chunked variables in DatasetToChunks

There are two major internal changes:
1. Key objects from DatasetToChunks now can include different dimensions for different variables when using split_vars=True. This makes it easier to handle large datasets with many variables and different chunking per variable.
2. Inputs inside the DatasetToChunks pipeline can now be sharded across many tasks. This is important for scalability to large datasets, especially with this chagne because the above refactor increases the number of inputs by the number of variables when split_vars=True. Otherwise, we can run into performance issues on the machine launching the pipeline when the number of inputs goes into the millions (e.g., slow speed, out of memory).

See the new integration test for a concrete use-case, resembling real model output.

Also revise the warning message in the README to be a bit friendlier.

Fixes #43

PiperOrigin-RevId: 471948735

0.3.1

Toggle 0.3.1's commit message
Release Xarray-Beam 0.3.1

PiperOrigin-RevId: 452320840

0.3.0

Toggle 0.3.0's commit message
Release Xarary-Beam version 0.3.0

There are some minor bug fixes here that would be good to get out!

PiperOrigin-RevId: 450957392