Skip to content

v0.10.0

Compare
Choose a tag to compare
@shoyer shoyer released this 20 Nov 16:59
· 3600 commits to main since this release

This is a major release that includes bug fixes, new features and a few
backwards incompatible changes. Highlights include:

  • Indexing now supports broadcasting over dimensions, similar to NumPy's vectorized indexing (but better!).
  • resample has a new groupby-like API like pandas.
  • xarray.apply_ufunc facilitates wrapping and parallelizing functions written for NumPy arrays.
  • Performance improvements, particularly for dask and open_mfdataset.

For more details, see the release notes: http://xarray.pydata.org/en/latest/whats-new.html