[Numpy-discussion] NEP: Dispatch Mechanism for NumPy’s high level API

Hameer Abbasi einstein.edison at gmail.com
Sun Jun 3 00:45:55 EDT 2018


Perhaps I missed this but I didn’t see: what happens when both
__array_ufunc__ and __array_function__ are defined? I might want to do this
to for example add support for functions like concatenate or stack to a
class that already has an __array_ufunc__ defines.


This is mentioned in the section “Non-goals”, which says that ufuncs and
their methods should be excluded, along with a few other classes of
functions/methods.

Sent from Astro <https://www.helloastro.com> for Mac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20180602/3c04fff7/attachment.html>


More information about the NumPy-Discussion mailing list