Skip to content

Commit

Permalink
update whats-new
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Oct 27, 2023
1 parent a245021 commit 447f226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ New Features
Breaking changes
~~~~~~~~~~~~~~~~

- Split :py:meth:`Variable.set_dims` into :py:meth:`Variable.expand_dims` and :py:meth:`Variable.broadcast_to`
- Split ``Variable.set_dims`` into :py:meth:`Variable.expand_dims` and :py:meth:`Variable.broadcast_to`
(:pull:`8380`) By `Anderson Banihirwe <https://github.com/andersy005>`_.


Expand Down Expand Up @@ -3533,7 +3533,7 @@ Breaking changes
- ``xarray.broadcast_array`` is removed (previously deprecated in favor of
:py:func:`~xarray.broadcast`)
- ``Variable.expand_dims`` is removed (previously deprecated in favor of
:py:meth:`Variable.set_dims`)
``Variable.set_dims``)

New functions/methods
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 447f226

Please sign in to comment.