Re: [Numpy-discussion] MaskedArray and Record Arrays

2008-01-04 Thread Pierre GM
On Thursday 03 January 2008 15:41:16 Alexander Michael wrote: > I am experimenting with the new MaskedArray (from > ) as a > replacement for my own home-brewed masked data handling mechanisms. ... > Any plans to make this style of record array

[Numpy-discussion] MaskedArray and Record Arrays

2008-01-03 Thread Alexander Michael
I am experimenting with the new MaskedArray (from ) as a replacement for my own home-brewed masked data handling mechanisms. In what I have built myself, I often work with record arrays that have a single mask for the whole record (no fieldmask).