Skip to content

Commit ecb7cb1

Browse files
committed
updated what's new
1 parent f0074bf commit ecb7cb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/whats-new.rst

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Breaking changes
2727
(:pull:`3274`)
2828
By `Elliott Sales de Andrade <https://github.com/QuLogic>`_
2929

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+
3036
New Features
3137
~~~~~~~~~~~~
3238
- Added :py:meth:`DataArray.polyfit` and :py:func:`xarray.polyval` for fitting polynomials. (:issue:`3349`)

0 commit comments

Comments
 (0)