@@ -14,10 +14,23 @@ What's New
14
14
15
15
np.random.seed(123456 )
16
16
17
- .. _whats-new.0.18.3 :
18
17
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.
21
34
22
35
New Features
23
36
~~~~~~~~~~~~
@@ -105,10 +118,6 @@ Bug fixes
105
118
By `Augustus Ijams <https://github.com/aijams >`_.
106
119
107
120
108
- Documentation
109
- ~~~~~~~~~~~~~
110
-
111
-
112
121
Internal Changes
113
122
~~~~~~~~~~~~~~~~
114
123
- Run CI on the first & last python versions supported only; currently 3.7 & 3.9.
@@ -117,7 +126,6 @@ Internal Changes
117
126
- Publish test results & timings on each PR.
118
127
(:pull: `5537 `)
119
128
By `Maximilian Roos <https://github.com/max-sixty >`_.
120
-
121
129
- Explicit indexes refactor: add a ``xarray.Index.query() `` method in which
122
130
one may eventually provide a custom implementation of label-based data
123
131
selection (not ready yet for public use). Also refactor the internal,
@@ -162,13 +170,6 @@ New Features
162
170
- Raise more informative error when decoding time variables with invalid reference dates.
163
171
(:issue: `5199 `, :pull: `5288 `). By `Giacomo Caria <https://github.com/gcaria >`_.
164
172
165
- Breaking changes
166
- ~~~~~~~~~~~~~~~~
167
-
168
-
169
- Deprecations
170
- ~~~~~~~~~~~~
171
-
172
173
173
174
Bug fixes
174
175
~~~~~~~~~
0 commit comments