Skip to content

v0.2.0

Choose a tag to compare

@BSchilperoort BSchilperoort released this 02 Oct 07:38
· 40 commits to main since this release

Added:

  • xarray DataArrays are now supported
  • Conservative regridding method, along with a benchmark notebook.
  • A "most common value" regridding method, along with a demo notebook.

Changed:

  • The API has changed. Regridding is now done with xr.Dataset.regrid.method().
    • E.g. xr.Dataset.regrid.linear()