We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0074bf commit ecb7cb1Copy full SHA for ecb7cb1
doc/whats-new.rst
@@ -27,6 +27,12 @@ Breaking changes
27
(:pull:`3274`)
28
By `Elliott Sales de Andrade <https://github.com/QuLogic>`_
29
30
+- New deprecations (behavior will be changed in xarray 0.17):
31
+ - ``dim`` argument to :py:meth:`DataArray.integrate` is being deprecated in
32
+ favour of a ``coord`` arg, for consistency with :py:meth:`Dataset.integrate`.
33
+ For now using ``dim`` issues a ``FutureWarning``.
34
+ By `Tom Nicholas <https://github.com/TomNicholas>`_.
35
+
36
New Features
37
~~~~~~~~~~~~
38
- Added :py:meth:`DataArray.polyfit` and :py:func:`xarray.polyval` for fitting polynomials. (:issue:`3349`)
0 commit comments