Re: [Numpy-discussion] masked arrays and record arrays

2007-06-15 Thread Pierre GM
On Thursday 14 June 2007 09:19:06 John Hunter wrote: > On 6/13/07, Pierre GM <[EMAIL PROTECTED]> wrote: > > Have you tried mrecords, in the alternative maskedarray package available > > on the scipy SVN ? > I would be happy to try this out -- do you happen to have an example > that shows how to se

Re: [Numpy-discussion] masked arrays and record arrays

2007-06-14 Thread John Hunter
On 6/13/07, Pierre GM <[EMAIL PROTECTED]> wrote: > Have you tried mrecords, in the alternative maskedarray package available on > the scipy SVN ? It should support masked fields (by opposition to masked > records in numpy.core.ma). If not, would you mind giving a test and letting > me know your su

Re: [Numpy-discussion] masked arrays and record arrays

2007-06-13 Thread Eric Firing
I have made changes in matplotlib svn to facilitate experimentation with the maskedarray module; I hope this will speed up the process of testing it and incorporating it into numpy as a replacement for numpy.core.ma. mpl scripts now accept the switches --maskedarray and --ma to force the use of

Re: [Numpy-discussion] masked arrays and record arrays

2007-06-13 Thread Pierre GM
On Tuesday 12 June 2007 12:56:39 John Hunter wrote: > On 6/12/07, Robert Kern <[EMAIL PROTECTED]> wrote: > > John Hunter wrote: > > > Do record arrays support masks? John, Have you tried mrecords, in the alternative maskedarray package available on the scipy SVN ? It should support masked fields

Re: [Numpy-discussion] masked arrays and record arrays

2007-06-12 Thread John Hunter
On 6/12/07, Robert Kern <[EMAIL PROTECTED]> wrote: > John Hunter wrote: > > Do record arrays support masks? > > I believe so, but not individual masks for each component in the record. I see, too bad. I am working on the matplotlib.mlab.csv2rec function and need to handle missing values properly.

Re: [Numpy-discussion] masked arrays and record arrays

2007-06-12 Thread Robert Kern
John Hunter wrote: > Do record arrays support masks? I believe so, but not individual masks for each component in the record. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it ha

[Numpy-discussion] masked arrays and record arrays

2007-06-12 Thread John Hunter
Do record arrays support masks? JDH ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion