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
Currently, the array subclassing features (namely, __array_wrap__, __array_finalize__ and __array_priority__ are mentioned in two separate pages with different approaches.
Issue with current documentation:
Currently, the array subclassing features (namely,
__array_wrap__
,__array_finalize__
and__array_priority__
are mentioned in two separate pages with different approaches.In addition they will also be mentioned in the new Interoperability with NumPy doc.
Idea or request for content:
Can we review, unify or at least cross-link these documents so the information is more easily found?
The text was updated successfully, but these errors were encountered: