> Otherwise, there should
>>> be no change except additional features of ufuncs and the move to a C
>>> implementation.
>>>
>>
> I see this is one of the functions that uses asanyarray, so what about
> impact on subclass behavior?
>

So, subclasses are passed on, as they are in ufuncs. In general, that
should mean it is OK for subclasses. For astropy's Quantity, it would be an
improvement, as `where` was never properly supported, and with a ufunc, we
can handle it easily.

-- Marten
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to