Skip to content

v0.5

Compare
Choose a tag to compare
@shoyer shoyer released this 15 Jun 07:58
· 4644 commits to main since this release

Highlights of this release:

  • Support for parallel computation on arrays that don't fit in memory using dask.array (see http://continuum.io/blog/xray-dask for more details)
  • Support for multi-file datasets
  • assign and fillna methods, based on the pandas methods of the same name.
  • to_array and to_dataset methods for easier conversion between xray Dataset and DataArray objects.
  • Label based indexing with nearest neighbor lookups

For more details, see the release notes.