Skip to content

Releases: pydata/xarray

v0.20.1

05 Nov 17:01
12a216d
Compare
Choose a tag to compare

This is a bugfix release for a major bug in v0.20.0

v0.20.0

02 Nov 17:28
1259000
Compare
Choose a tag to compare

This release brings improved support for pint arrays, methods for weighted standard deviation, variance, and sum of squares, the option to disable the use of the bottleneck library, significantly improved performance of unstack, as well as many bugfixes and internal changes.

v0.19.0

23 Jul 21:35
5379063
Compare
Choose a tag to compare

This release brings improvements to plotting of categorical data, the ability to specify how attributes are combined in xarray operations, a new high-level unify_chunks function, as well as various deprecations, bug fixes, and minor improvements.

v0.18.2

19 May 21:35
1b4412e
Compare
Choose a tag to compare

This release reverts a regression in xarray's unstacking of dask-backed arrays.

v0.18.1

19 May 06:45
165d496
Compare
Choose a tag to compare

This release is intended as a small patch release to be compatible with the new 2021.5.0 dask.distributed release. It also includes a new drop_duplicates method, some documentation improvements, the beginnings of our internal Index refactoring, and some bug fixes.

v0.18.0

06 May 18:50
8b028e3
Compare
Choose a tag to compare

This release brings a few important performance improvements, a wide range of usability upgrades, lots of bug fixes, and some new features. These include a plugin API to add backend engines, a new theme for the documentation, curve fitting methods, and several new plotting functions.

v0.17.0

26 Feb 06:45
835a53e
Compare
Choose a tag to compare

This release brings a few important performance improvements, a wide range of usability upgrades, lots of bug fixes, and some new features. These include better cftime support, a new quiver plot, better unstack performance, more efficient memory use in rolling operations, and some python packaging improvements. We also have a few documentation improvements (and more planned!).

v0.16.2

30 Nov 21:28
Compare
Choose a tag to compare

This release brings the ability to write to limited regions of zarr files, open zarr files with open_dataset and open_mfdataset, increased support for propagating attrs using the keep_attrs flag, as well as numerous bugfixes and documentation improvements.

v0.16.1

20 Sep 19:43
633187e
Compare
Choose a tag to compare

This patch release fixes an incompatibility with a recent pandas change, which was causing an issue indexing with a datetime64. It also includes improvements to rolling, to_dataframe, cov & corr methods and bug fixes. Our documentation has a number of improvements, including fixing all doctests and confirming their accuracy on every commit.

v0.16.0

11 Jul 20:58
v0.16.0
5676926
Compare
Choose a tag to compare

This release adds xarray.cov & xarray.corr for covariance & correlation respectively; the idxmax & idxmin methods, the polyfit method & xarray.polyval for fitting polynomials, as well as a number of documentation improvements, other features, and bug fixes. Many thanks to all 44 contributors who contributed to this release.