>
> It's also an interesting
> question whether they've fixed the unicode/binary issues,


Which brings up the "how do we handle text/strings in numpy? issue. We had
a good thread going here about what the 'S' data type should be , what with
py3 and all, but I don't think we ever really resolved that.

IIRC, the key issue was whether we should have a "proper"
one-byte-per-character text type -- after all, ASCI/ANSI text is pretty
common in scientific data sets, and 4 bytes per char is a fair bit of
overhead.

Anyway, this all ties in with the text file parsing issues...


-CHB


-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to