From 5ac24e8c142ece9865f71cea8cfb928b63580ecc Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Tue, 25 Feb 2025 10:21:25 +0100 Subject: [PATCH] update whats new --- doc/whats-new.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index a10a8c8851f..21f4b9584b5 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -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 `_. -- 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 `_.