On Wed, Jul 11, 2018 at 3:49 PM, Matti Picus wrote:
> On 06/07/18 00:54, Ralf Gommers wrote:
>
>> Hi all,
>>
>> In September the NumFOCUS Summit for 2018 will be held in New York. NumPy
>> can send one representative (or a couple, but costs are only covered for
>> one person). We opened this oppo
A few quick things that jumped out at me:
- I think the discussion of __array_ufunc__ on dtypes is confused.
Dtypes already have a generic mechanism for overriding ufuncs (the
ufunc loop dispatch mechanism), it's separate from __array_ufunc__ (so
in theory you could e.g. have a user-defined array