@@ -16,16 +16,27 @@ What's New
16
16
17
17
.. _whats-new.0.18.1 :
18
18
19
- v0.18.1 (unreleased)
20
- --------------------
19
+ v0.18.1 (18 May 2021)
20
+ ---------------------
21
+
22
+ This release is intended as a small patch release to be compatible with the new
23
+ 2021.5.0 ``dask.distributed `` release. It also includes a new
24
+ ``drop_duplicates `` method, some documentation improvements, the beginnings of
25
+ our internal Index refactoring, and some bug fixes.
26
+
27
+ Thank you to all 16 contributors!
28
+
29
+ Anderson Banihirwe, Andrew, Benoit Bovy, Brewster Malevich, Giacomo Caria,
30
+ Illviljan, James Bourbeau, Keewis, Maximilian Roos, Ravin Kumar, Stephan Hoyer,
31
+ Thomas Nicholas, Tom Nicholas, Zachary Moon.
21
32
22
33
New Features
23
34
~~~~~~~~~~~~
24
35
25
36
- Implement :py:meth: `DataArray.drop_duplicates `
26
37
to remove duplicate dimension values (:pull: `5239 `).
27
38
By `Andrew Huang <https://github.com/ahuang11 >`_.
28
- - allow passing ``combine_attrs `` strategy names to the ``keep_attrs `` parameter of
39
+ - Allow passing ``combine_attrs `` strategy names to the ``keep_attrs `` parameter of
29
40
:py:func: `apply_ufunc ` (:pull: `5041 `)
30
41
By `Justus Magin <https://github.com/keewis >`_.
31
42
- :py:meth: `Dataset.interp ` now allows interpolation with non-numerical datatypes,
@@ -34,14 +45,6 @@ New Features
34
45
- Raise more informative error when decoding time variables with invalid reference dates.
35
46
(:issue: `5199 `, :pull: `5288 `). By `Giacomo Caria <https://github.com/gcaria >`_.
36
47
37
- Breaking changes
38
- ~~~~~~~~~~~~~~~~
39
-
40
-
41
- Deprecations
42
- ~~~~~~~~~~~~
43
-
44
-
45
48
Bug fixes
46
49
~~~~~~~~~
47
50
0 commit comments