Re: [Numpy-discussion] Fix masked arrays to properly edit views

2015-04-04 Thread John Kirkham
. Re: Rewrite np.histogram in c? (Robert McGibbon) > 6. Re: Rewrite np.histogram in c? (Robert McGibbon) > > > -------------- > > Message: 1 > Date: Sat, 14 Mar 2015 14:01:04 -1000 > From: Eric Firing > Subject: Re: [Numpy-discussion] Fix masked arrays to properly edit >view

Re: [Numpy-discussion] Fix masked arrays to properly edit views

2015-03-14 Thread Eric Firing
On 2015/03/14 1:02 PM, John Kirkham wrote: > The sample case of the issue ( > https://github.com/numpy/numpy/issues/5558 ) is shown below. A proposal > to address this behavior can be found here ( > https://github.com/numpy/numpy/pull/5580 ). Please give me your feedback. > > > I tried to change th

[Numpy-discussion] Fix masked arrays to properly edit views

2015-03-14 Thread John Kirkham
The sample case of the issue ( https://github.com/numpy/numpy/issues/5558 ) is shown below. A proposal to address this behavior can be found here ( https://github.com/numpy/numpy/pull/5580 ). Please give me your feedback. I tried to change the mask of `a` through a subindexed view, but was unab