From dec570ce5331556ac5546e8629263147d7bf0e4d Mon Sep 17 00:00:00 2001 From: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:31:51 +0100 Subject: [PATCH] Update whats-new.rst --- doc/whats-new.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 6981307ce0e..d875c27a3e9 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -36,6 +36,10 @@ New Features iso8601-parser (:pull:`9885`). By `Kai Mühlbauer `_. +- Added new plot method `lines` which allows creating line plots efficiently in + a similiar manner to `scatter`. (:pull:`7173`) + By `Jimmy Westling `_. + Breaking changes ~~~~~~~~~~~~~~~~ - Methods including ``dropna``, ``rank``, ``idxmax``, ``idxmin`` require @@ -362,10 +366,6 @@ New Features By `Mathijs Verhaegh `_. - Allow chunking for arrays with duplicated dimension names (:issue:`8759`, :pull:`9099`). By `Martin Raspaud `_. -- Added new plot method `lines` which allows creating line plots efficiently in - a similiar manner to `scatter`. (:pull:`7173`) - By `Jimmy Westling `_. - - Extract the source url from fsspec objects (:issue:`9142`, :pull:`8923`). By `Justus Magin `_. - Add :py:meth:`DataArray.drop_attrs` & :py:meth:`Dataset.drop_attrs` methods,