diff --git a/doc/whats-new.rst b/doc/whats-new.rst index b94a8a2faa5..f0e6d1ea76b 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -27,6 +27,8 @@ New Features - Add support for lshift and rshift binary operators (``<<``, ``>>``) on :py:class:`xr.DataArray` of type :py:class:`int` (:issue:`7727` , :pull:`7741`). By `Alan Brammer `_. +- Added support for multidimensional initial guess in :py:meth:`DataArray.curvefit` (:issue:`7768`). + By `András Gunyhó `_. Breaking changes