We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db8f15 commit b1bde1dCopy full SHA for b1bde1d
doc/whats-new.rst
@@ -97,6 +97,11 @@ Internal Changes
97
~~~~~~~~~~~~~~~~
98
- Avoid stacking when grouping by a chunked array. This can be a large performance improvement.
99
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>`_.
105
106
.. _whats-new.2025.03.1:
107
0 commit comments