Skip to content

Commit eec2b59

Browse files
alexamicikeewis
andauthored
v0.18.0 release highlights (#5266)
Co-authored-by: keewis <[email protected]>
1 parent d63c26c commit eec2b59

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

doc/whats-new.rst

+18-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,23 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.0.17.1:
17+
.. _whats-new.0.18.0:
1818

19-
v0.17.1 (unreleased)
20-
---------------------
19+
v0.18.0 (6 May 2021)
20+
--------------------
21+
22+
This release brings a few important performance improvements, a wide range of
23+
usability upgrades, lots of bug fixes, and some new features. These include
24+
a plugin API to add backend engines, a new theme for the documentation,
25+
curve fitting methods, and several new plotting functions.
26+
27+
Many thanks to the 38 contributors to this release: Aaron Spring, Alessandro Amici,
28+
Alex Marandon, Alistair Miles, Ana Paula Krelling, Anderson Banihirwe, Aureliana Barghini,
29+
Baudouin Raoult, Benoit Bovy, Blair Bonnett, David Trémouilles, Deepak Cherian,
30+
Gabriel Medeiros Abrahão, Giacomo Caria, Hauke Schulz, Illviljan, Mathias Hauser, Matthias Bussonnier,
31+
Mattia Almansi, Maximilian Roos, Ray Bell, Richard Kleijn, Ryan Abernathey, Sam Levang, Spencer Clark,
32+
Spencer Jones, Tammas Loughran, Tobias Kölling, Todd, Tom Nicholas, Tom White, Victor Negîrneac,
33+
Xianxiang Li, Zeb Nicholls, crusaderky, dschwoerer, johnomotani, keewis
2134

2235

2336
New Features
@@ -198,8 +211,8 @@ Documentation
198211
(:issue:`4803`, :pull:`4810`). By `Aureliana Barghini <https://github.com/aurghs>`_.
199212
- Add :py:meth:`Dataset.polyfit` and :py:meth:`DataArray.polyfit` under "See also" in
200213
the docstrings of :py:meth:`Dataset.polyfit` and :py:meth:`DataArray.polyfit`
201-
(:issue:`5016`, :pull:`5020`). By `Aaron Spring <https://github.com/aaronspring>`_.
202-
214+
(:issue:`5016`, :pull:`5020`).
215+
By `Aaron Spring <https://github.com/aaronspring>`_.
203216
- New sphinx theme & rearrangement of the docs (:pull:`4835`).
204217
By `Anderson Banihirwe <https://github.com/andersy005>`_.
205218

@@ -236,7 +249,6 @@ Breaking changes
236249
~~~~~~~~~~~~~~~~
237250
- xarray no longer supports python 3.6
238251

239-
The minimum versions of some other dependencies were changed:
240252
The minimum version policy was changed to also apply to projects with irregular
241253
releases. As a result, the minimum versions of some dependencies have changed:
242254

0 commit comments

Comments
 (0)