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