Skip to content

Commit

Permalink
updated what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Apr 21, 2020
1 parent f0074bf commit ecb7cb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Breaking changes
(:pull:`3274`)
By `Elliott Sales de Andrade <https://github.com/QuLogic>`_

- New deprecations (behavior will be changed in xarray 0.17):
- ``dim`` argument to :py:meth:`DataArray.integrate` is being deprecated in
favour of a ``coord`` arg, for consistency with :py:meth:`Dataset.integrate`.
For now using ``dim`` issues a ``FutureWarning``.
By `Tom Nicholas <https://github.com/TomNicholas>`_.

New Features
~~~~~~~~~~~~
- Added :py:meth:`DataArray.polyfit` and :py:func:`xarray.polyval` for fitting polynomials. (:issue:`3349`)
Expand Down

0 comments on commit ecb7cb1

Please sign in to comment.