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
Following this issue #11161 and related PR, can we support no-copy pickling for recarray, which is a subclass of ndarray? I think right now we don't support this feature, since recarray is non-contiguous arrays.
If it's possible in your experienced view, I guess we need to do some changes in numpy/core/src/multiarray/methods.c and related tests.