Re: [Numpy-discussion] subclassing recarray

2007-01-02 Thread Stefan van der Walt
Hi Matthew On Tue, Jan 02, 2007 at 02:30:34AM -0500, Matthew Koichi Grimes wrote: > Is it hard to subclass recarrays? I'm currently working on a subclass > that doesn't add much; just some methods that sets all the values to > zero and other similarly trivial things. It'd be nice to make it wor

[Numpy-discussion] subclassing recarray

2007-01-01 Thread Matthew Koichi Grimes
Is it hard to subclass recarrays? I'm currently working on a subclass that doesn't add much; just some methods that sets all the values to zero and other similarly trivial things. It'd be nice to make it work, but if I have to use external functions on a plain recarray instead of this subclass