Skip to content

Commit b1bde1d

Browse files
committed
Add release note for #10277
1 parent 7db8f15 commit b1bde1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats-new.rst

+5
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ Internal Changes
9797
~~~~~~~~~~~~~~~~
9898
- Avoid stacking when grouping by a chunked array. This can be a large performance improvement.
9999
By `Deepak Cherian <https://github.com/dcherian>`_.
100+
- The implementation of ``Variable.set_dims`` has changed to use array indexing syntax
101+
instead of ``np.broadcast_to`` to perform dimension expansions where
102+
all new dimensions have a size of 1. This should improve compatibility with
103+
duck arrays that do not support broadcasting (:issue:`9462`, :pull:`10277`).
104+
By `Mark Harfouche <https://github.com/hmaarrfk>`_.
100105

101106
.. _whats-new.2025.03.1:
102107

0 commit comments

Comments
 (0)