@@ -16,16 +16,27 @@ What's New
1616
1717 .. _whats-new.0.18.1 :
1818
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.
2132
2233New Features
2334~~~~~~~~~~~~
2435
2536- Implement :py:meth: `DataArray.drop_duplicates `
2637 to remove duplicate dimension values (:pull: `5239 `).
2738 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
2940 :py:func: `apply_ufunc ` (:pull: `5041 `)
3041 By `Justus Magin <https://github.com/keewis >`_.
3142- :py:meth: `Dataset.interp ` now allows interpolation with non-numerical datatypes,
@@ -34,14 +45,6 @@ New Features
3445- Raise more informative error when decoding time variables with invalid reference dates.
3546 (:issue: `5199 `, :pull: `5288 `). By `Giacomo Caria <https://github.com/gcaria >`_.
3647
37- Breaking changes
38- ~~~~~~~~~~~~~~~~
39-
40-
41- Deprecations
42- ~~~~~~~~~~~~
43-
44-
4548Bug fixes
4649~~~~~~~~~
4750
0 commit comments