Re: [Numpy-discussion] new MaskedArray class

2019-06-19 Thread Marten van Kerkwijk
Hi Allan, This is very impressive! I could get the tests that I wrote for my class pass with yours using Quantity with what I would consider very minimal changes. I only could not find a good way to unmask data (I like the idea of setting the mask on some elements via `ma[item] = X`); is this on

Re: [Numpy-discussion] new MaskedArray class

2019-06-19 Thread Allan Haldane
On 6/18/19 2:04 PM, Marten van Kerkwijk wrote: > > > On Tue, Jun 18, 2019 at 12:55 PM Allan Haldane > wrote: > > > > This may be too much to ask from the initializer, but, if so, it still > > seems most useful if it is made as easy as possible to do,