Skip to content

Commit

Permalink
v0.19.0 release notes (#5632)
Browse files Browse the repository at this point in the history
* Revert "Use _unstack_once for valid dask and sparse versions (#5315)"

This reverts commit 9165c26.

* 0.18.2 release notes

* fix RTD [skip-ci] (#5518)

* v0.19.0 release notes

* Update doc/whats-new.rst [skip-ci]

* remove empty sections

Co-authored-by: Maximilian Roos <[email protected]>
Co-authored-by: keewis <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2021
1 parent c5530d5 commit 5379063
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,23 @@ What's New
np.random.seed(123456)
.. _whats-new.0.18.3:
v0.18.3 (unreleased)
---------------------
.. _whats-new.0.19.0:

v0.19.0 (23 July 2021)
----------------------

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


Many thanks to the 29 contributors to this release!:

Andrew Williams, Augustus, Aureliana Barghini, Benoit Bovy, crusaderky, Deepak Cherian, ellesmith88,
Elliott Sales de Andrade, Giacomo Caria, github-actions[bot], Illviljan, Joeperdefloep, joooeey, Julia Kent,
Julius Busecke, keewis, Mathias Hauser, Matthias Göbel, Mattia Almansi, Maximilian Roos, Peter Andreas Entschev,
Ray Bell, Sander, Santiago Soler, Sebastian, Spencer Clark, Stephan Hoyer, Thomas Hirtz, Thomas Nicholas.

New Features
~~~~~~~~~~~~
Expand Down Expand Up @@ -105,10 +118,6 @@ Bug fixes
By `Augustus Ijams <https://github.com/aijams>`_.


Documentation
~~~~~~~~~~~~~


Internal Changes
~~~~~~~~~~~~~~~~
- Run CI on the first & last python versions supported only; currently 3.7 & 3.9.
Expand All @@ -117,7 +126,6 @@ Internal Changes
- Publish test results & timings on each PR.
(:pull:`5537`)
By `Maximilian Roos <https://github.com/max-sixty>`_.

- Explicit indexes refactor: add a ``xarray.Index.query()`` method in which
one may eventually provide a custom implementation of label-based data
selection (not ready yet for public use). Also refactor the internal,
Expand Down Expand Up @@ -162,13 +170,6 @@ New Features
- Raise more informative error when decoding time variables with invalid reference dates.
(:issue:`5199`, :pull:`5288`). By `Giacomo Caria <https://github.com/gcaria>`_.

Breaking changes
~~~~~~~~~~~~~~~~


Deprecations
~~~~~~~~~~~~


Bug fixes
~~~~~~~~~
Expand Down

0 comments on commit 5379063

Please sign in to comment.