@@ -14,10 +14,23 @@ What's New
1414
1515 np.random.seed(123456 )
1616
17- .. _whats-new.0.18.3 :
1817
19- v0.18.3 (unreleased)
20- ---------------------
18+ .. _whats-new.0.19.0 :
19+
20+ v0.19.0 (23 July 2021)
21+ ----------------------
22+
23+ This release brings improvements to plotting of categorical data, the ability to specify how attributes
24+ are combined in xarray operations, a new high-level :py:func: `unify_chunks ` function, as well as various
25+ deprecations, bug fixes, and minor improvements.
26+
27+
28+ Many thanks to the 29 contributors to this release!:
29+
30+ Andrew Williams, Augustus, Aureliana Barghini, Benoit Bovy, crusaderky, Deepak Cherian, ellesmith88,
31+ Elliott Sales de Andrade, Giacomo Caria, github-actions[bot], Illviljan, Joeperdefloep, joooeey, Julia Kent,
32+ Julius Busecke, keewis, Mathias Hauser, Matthias Göbel, Mattia Almansi, Maximilian Roos, Peter Andreas Entschev,
33+ Ray Bell, Sander, Santiago Soler, Sebastian, Spencer Clark, Stephan Hoyer, Thomas Hirtz, Thomas Nicholas.
2134
2235New Features
2336~~~~~~~~~~~~
@@ -105,10 +118,6 @@ Bug fixes
105118 By `Augustus Ijams <https://github.com/aijams >`_.
106119
107120
108- Documentation
109- ~~~~~~~~~~~~~
110-
111-
112121Internal Changes
113122~~~~~~~~~~~~~~~~
114123- Run CI on the first & last python versions supported only; currently 3.7 & 3.9.
@@ -117,7 +126,6 @@ Internal Changes
117126- Publish test results & timings on each PR.
118127 (:pull: `5537 `)
119128 By `Maximilian Roos <https://github.com/max-sixty >`_.
120-
121129- Explicit indexes refactor: add a ``xarray.Index.query() `` method in which
122130 one may eventually provide a custom implementation of label-based data
123131 selection (not ready yet for public use). Also refactor the internal,
@@ -162,13 +170,6 @@ New Features
162170- Raise more informative error when decoding time variables with invalid reference dates.
163171 (:issue: `5199 `, :pull: `5288 `). By `Giacomo Caria <https://github.com/gcaria >`_.
164172
165- Breaking changes
166- ~~~~~~~~~~~~~~~~
167-
168-
169- Deprecations
170- ~~~~~~~~~~~~
171-
172173
173174Bug fixes
174175~~~~~~~~~
0 commit comments