This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Use ufunc's where keyword argument in MaskedArray.__array_ufunc__ #110
Labels
enhancement
New feature or request
https://docs.scipy.org/doc/numpy/reference/ufuncs.html#ufunc
It would allow us to skip processing of masked-out elements without first compacting the arrays. It might only be applicable if the
MaskedArray.content
is Numpy, though.The text was updated successfully, but these errors were encountered: