The Wayback Machine - https://web.archive.org/web/20210830225858/https://github.com/pydata/xarray/projects
Skip to content

Automatic parallelization

Updated May 21, 2021
  

Enhance xarray's features for automatic parallelization of computation using dask.

Documentation & User Engagement

Updated Mar 15, 2021
  

Improve xarray's documentation, especially for new users who are unfamiliar with other pydata tools such as pandas. Part of xarray's development roadmap.

Flexible Storage Backends

Updated May 27, 2021
  

Refactor xarray's file I/O API to make it more easily extensible for different file storage formats. Part of xarray's development roadmap.

Duck Array Wrapping

Updated Jul 29, 2021
  

Generalise xarray to wrap any N-dimensional array implementation which conforms to the same API that numpy.array uses. Part of the xarray development roadmap.

Explicit Indexes

Updated Aug 25, 2021
  

Promote indexes to be an explicit part of xarray's data model, and allow users to swap out the default pandas indexes for their own choice. Part of the xarray development roadmap.