You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update NDArrayLike typing for NumPy 2.0 compatibility
Methods that transform arrays (reshape, view, astype, copy, transpose, ravel)
now correctly return NDArrayLike instead of Self to accurately represent shape
and dtype changes in NumPy 2.0+ typing.
Update `NDArrayLike` typing for NumPy 2.0 compatibility. Methods that transform arrays (reshape, view, astype, copy, transpose, ravel) now correctly return `NDArrayLike` instead of `Self` to accurately represent shape and dtype changes in NumPy 2.0+ typing.
0 commit comments