Skip to content

Commit

Permalink
Update whats-new.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Dec 20, 2024
1 parent e39d250 commit dec570c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ New Features
iso8601-parser (:pull:`9885`).
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.

- Added new plot method `lines` which allows creating line plots efficiently in
a similiar manner to `scatter`. (:pull:`7173`)
By `Jimmy Westling <https://github.com/illviljan>`_.

Breaking changes
~~~~~~~~~~~~~~~~
- Methods including ``dropna``, ``rank``, ``idxmax``, ``idxmin`` require
Expand Down Expand Up @@ -362,10 +366,6 @@ New Features
By `Mathijs Verhaegh <https://github.com/Ostheer>`_.
- Allow chunking for arrays with duplicated dimension names (:issue:`8759`, :pull:`9099`).
By `Martin Raspaud <https://github.com/mraspaud>`_.
- Added new plot method `lines` which allows creating line plots efficiently in
a similiar manner to `scatter`. (:pull:`7173`)
By `Jimmy Westling <https://github.com/illviljan>`_.

- Extract the source url from fsspec objects (:issue:`9142`, :pull:`8923`).
By `Justus Magin <https://github.com/keewis>`_.
- Add :py:meth:`DataArray.drop_attrs` & :py:meth:`Dataset.drop_attrs` methods,
Expand Down

0 comments on commit dec570c

Please sign in to comment.