Skip to content
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

Open
jpivarski opened this issue Mar 26, 2019 · 0 comments
Open

Use ufunc's where keyword argument in MaskedArray.__array_ufunc__ #110

jpivarski opened this issue Mar 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jpivarski
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant