v0.6.1
Internal changes
- Weights are now stored in a
xr.DataArraybacked bysparse.COO, which allows to pass them as an argument to thexr.apply_ufuncand decrease memory usage when using dask. - New dependency sparse replacing
scipy.
xr.DataArray backed by sparse.COO, which allows to pass them as an argument to the xr.apply_ufunc and decrease memory usage when using dask.scipy.