[Numpy-discussion] Feedback on new argument positions for ma.dot and MaskedArray.dot

Nathaniel Smith njs at pobox.com
Sun Nov 8 22:43:35 EST 2015


On Nov 8, 2015 6:00 PM, "Eric Firing" <efiring at hawaii.edu> wrote:
>
> I also prefer that there be a single convention: either the "out" kwarg
is the end of the every signature, or it is the first kwarg in every
signature.  It's a very special and unusual kwarg, so it should have a
standard location.

For all ufuncs, out arguments come first immediately after in arguments, so
+1 for doing that for consistency.

-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20151108/9ede5cdc/attachment.html>


More information about the NumPy-Discussion mailing list