Skip to content

Commit

Permalink
update whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Feb 25, 2025
1 parent d9e2c84 commit 5ac24e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ Bug fixes
- Fix DataArray().drop_attrs(deep=False) and add support for attrs to
DataArray()._replace(). (:issue:`10027`, :pull:`10030`). By `Jan
Haacker <https://github.com/j-haacker>`_.
- Fix ``isel`` for multi-coordinate Xarray indexes (:issue:`10063`, :pull:`10066`).
- Fix ``isel`` for multi-coordinate Xarray indexes and slightly improve
performance when repeatedly accessing :py:attr:`Dataset.xindexes` or
:py:attr:`DataArray.xindexes` (:issue:`10063`, :pull:`10066`, :pull:`10074`).
By `Benoit Bovy <https://github.com/benbovy>`_.


Expand Down

0 comments on commit 5ac24e8

Please sign in to comment.