[Numpy-discussion] subclassing from np.ndarray and np.rec.recarray

2009-07-06 Thread Elaine Angelino
Hi -- We are subclassing from np.rec.recarray and are confused about how some methods of np.rec.recarray relate to (differ from) analogous methods of its parent, np.ndarray. Below are specific questions about the __eq__, __getitem__ and view methods, we'd appreciate answers to our specific

Re: [Numpy-discussion] subclassing from np.ndarray and np.rec.recarray

2009-07-06 Thread Pierre GM
On Jul 6, 2009, at 1:12 PM, Elaine Angelino wrote: Hi -- We are subclassing from np.rec.recarray and are confused about how some methods of np.rec.recarray relate to (differ from) analogous methods of its parent, np.ndarray. Below are specific questions about the __eq__, __getitem__