[Numpy-discussion] Documentation Team meeting - Monday January 18

2021-01-15 Thread Melissa Mendonça
Hi all! Our next Documentation Team meeting will be on *Monday, January 18* at ***4PM UTC***. All are welcome - you don't need to already be a contributor to join. If you have questions or are curious about what we're doing, we'll be happy to meet you! If you wish to join on Zoom, use this link:

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?