Re: [Numpy-discussion] Subclassing vs. dispatch

2021-01-15 Thread Sebastian Berg
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

[Numpy-discussion] Subclassing vs. dispatch

2021-01-15 Thread Israel, Daniel M
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?