Re: [Numpy-discussion] Subclassing ma.MaskedArray

2010-03-16 Thread Matt Knox
David Carmean halibut.com> writes: > > > I understand that ma.MaskedArray is a subclass of ndarray; in addition to > the requirements for subclassing the latter, what does ma.MaskedArray add to > the list? I.e. what do I have to watch out for? You may want to take a look at the TimeSeries cl

[Numpy-discussion] Subclassing ma.MaskedArray

2010-03-16 Thread David Carmean
I understand that ma.MaskedArray is a subclass of ndarray; in addition to the requirements for subclassing the latter, what does ma.MaskedArray add to the list? I.e. what do I have to watch out for? Basically I need a version of Luke Campagnola's MetaArray ( http://www.scipy.org/Cookbook/M