Hi Ben,

You just summarized excellently why I'm on a quest to change `asarray`
to `asanyarray` within numy (or at least add a `subok` keyword for
things like `broadcast_arrays`)! Obviously, this covers only ndarray
subclasses, not duck types, though I guess in principle one could use
the ABC registration mechanism mentioned above to let those types pass
through.

Returning to the original topic of the thread, with `__array_ufunc__`
it now is even easier to keep track of your meta data for ufuncs, and
has become possible to massage input data before the ufunc is called
(rather than just the output).

All the best,

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

Reply via email to