Skip to content

Commit

Permalink
update what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Sep 7, 2023
1 parent 72ad345 commit ef7dae0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Deprecations
:py:class:`Dataset` and :py:class:`DataArray` constructors as well as to
:py:meth:`Dataset.assign` and :py:meth:`Dataset.assign_coords`.
A new Xarray :py:class:`Coordinates` object has to be created first using
:py:meth:`Coordinates.from_pandas_multiindex` (:pull:`8094`).
:py:meth:`Coordinates.from_pandas_multiindex` (:pull:`8094`, :pull:`8140`).
By `Benoît Bovy <https://github.com/benbovy>`_.

Bug fixes
Expand All @@ -57,6 +57,10 @@ Bug fixes
names were not updated properly internally (:issue:`7405`, :issue:`7588`,
:pull:`8104`).
By `Benoît Bovy <https://github.com/benbovy>`_.
- Improved support of multi-coordinate indexes for a few functions and methods:
:py:func:`broadcast`, :py:meth:`Dataset.concat`, :py:meth:`Dataset.polyfit`
(:pull:`8140`).
By `Benoît Bovy <https://github.com/benbovy>`_.

Documentation
~~~~~~~~~~~~~
Expand Down

0 comments on commit ef7dae0

Please sign in to comment.