@@ -14,10 +14,23 @@ What's New
14
14
15
15
np.random.seed(123456 )
16
16
17
- .. _whats-new.0.17.1 :
17
+ .. _whats-new.0.18.0 :
18
18
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
21
34
22
35
23
36
New Features
@@ -198,8 +211,8 @@ Documentation
198
211
(:issue: `4803 `, :pull: `4810 `). By `Aureliana Barghini <https://github.com/aurghs >`_.
199
212
- Add :py:meth: `Dataset.polyfit ` and :py:meth: `DataArray.polyfit ` under "See also" in
200
213
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 >`_.
203
216
- New sphinx theme & rearrangement of the docs (:pull: `4835 `).
204
217
By `Anderson Banihirwe <https://github.com/andersy005 >`_.
205
218
@@ -236,7 +249,6 @@ Breaking changes
236
249
~~~~~~~~~~~~~~~~
237
250
- xarray no longer supports python 3.6
238
251
239
- The minimum versions of some other dependencies were changed:
240
252
The minimum version policy was changed to also apply to projects with irregular
241
253
releases. As a result, the minimum versions of some dependencies have changed:
242
254
0 commit comments