As of numpy 2.1 the `ndarray.reshape` function has a new keyword argument `copy` (https://numpy.org/doc/2.1/reference/generated/numpy.ndarray.reshape.html) that is not reflected in the `unyt_quantity` implementation: https://github.com/yt-project/unyt/blob/f2286620e2217c8f44ae46d99cfe7e22bf4557dd/unyt/array.py#L2273
As of numpy 2.1 the
ndarray.reshapefunction has a new keyword argumentcopy(https://numpy.org/doc/2.1/reference/generated/numpy.ndarray.reshape.html) that is not reflected in theunyt_quantityimplementation:unyt/unyt/array.py
Line 2273 in f228662