[NumPy-Tickets] [NumPy] #1418: Using MaskedArray as index to np.ma.take should create a MaskedArray
NumPy Trac
numpy-tickets@scipy....
Mon Mar 1 22:35:41 CST 2010
#1418: Using MaskedArray as index to np.ma.take should create a MaskedArray
---------------------------+------------------------------------------------
Reporter: petershinners | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Keywords: |
---------------------------+------------------------------------------------
Given an index array where illegal indices are masked. It should be
possible to use that array for np.ma.take, and have it return a
MaskedArray.
Indices that are masked should not be looked up. The mask on the original
indices and the new result should be equal.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1418>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list