[Numpy-discussion] Record arrays

Travis E. Oliphant oliphant at enthought.com
Thu Jun 26 12:38:29 EDT 2008


Stéfan van der Walt wrote:
> Hi all,
>
> I am documenting `recarray`, and have a question:
>
> Is its use still recommended, or has it been superseded by fancy data-types?
>   
I rarely recommend it's use (but some people do like attribute access to 
the fields).    It is wrong, however, to say that recarray has been 
superseded by fancy data types because fancy data types have existed for 
as long as recarrays. 

I believe pyfits uses them quite a bit, and so they deserve to be 
documented.

-Travis




More information about the NumPy-Discussion mailing list