another note:
http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#arrays-indexing-rec
should not say "record array" - because recarray a "special" in that
they can even access the  named fields via attribute access rather
than using the dictionary-like syntax.

-S.
PS: I guess I should have filed two bug reports .... sorry.

On Tue, Jun 8, 2010 at 9:46 AM, Sebastian Haase <seb.ha...@gmail.com> wrote:
> Hi,
>
> http://docs.scipy.org/doc/numpy/reference/arrays.dtypes.html#specifying-and-constructing-data-types
>
> says "f2" instead of "f1"
>
> Numarray introduced a short-hand notation for specifying the format of
> a record as a comma-separated string of basic formats.
> ...
> The generated data-type fields are named 'f0', 'f2', ..., 'f<N-1>'
>
>
> Is there a way for me to directly fix this kind of bug ? -
>
> -Sebastian Haase
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to