[Numpy-discussion] code review request: masked dtype transfers

Mark Wiebe mwwiebe at gmail.com
Fri Jul 8 19:31:43 EDT 2011


I've just made pull request 105:

https://github.com/numpy/numpy/pull/105

This adds public API PyArray_MaskedCopyInto and PyArray_MaskedMoveInto,
which behave analogously to the corresponding unmasked functions. To expose
this with a reasonable interface, I added a function np.copyto, which takes
a 'where=' parameter just like the element-wise ufuncs.

One thing which needs discussion is that I've flagged 'putmask' and
PyArray_PutMask as deprecated, because 'copyto' PyArray_MaskedMoveInto
handle what those functions do but in a more flexible fashion. If there are
any objections to deprecating 'putmask' and PyArray_PutMask, please speak
up!

Thanks,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110708/ce4422cf/attachment.html>


More information about the NumPy-Discussion mailing list