[NumPy-Tickets] [NumPy] #2029: Should not allow views of NA-masked arrays which change the array size
NumPy Trac
numpy-tickets@scipy....
Mon Feb 27 15:47:42 CST 2012
#2029: Should not allow views of NA-masked arrays which change the array size
------------------------+---------------------------------------------------
Reporter: mwiebe | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.7.0
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by oliphant):
It looks like anything that would change the number of mask locations
should be disallowed. But, it should just check for the size of the
resulting mask but otherwise allow dtype modifications.
-Travis
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2029#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list