On Fri, 2021-01-15 at 18:38 +, Israel, Daniel M wrote:
> I hope this is the right place to post this.
>
> The numpy documentation talks about two methods for making ndarray-
> like objects, subclassing and dispatching, but it is not clear to me
> which one is most appropriate for which purpose
I hope this is the right place to post this.
The numpy documentation talks about two methods for making ndarray-like
objects, subclassing and dispatching, but it is not clear to me which one is
most appropriate for which purpose. Can someone provide, or point me to, some
guidance, about this?