
22 Jul
2008
22 Jul
'08
10:40 a.m.
2008/7/20 Ryan May rmay31@gmail.com:
arr
array([('JOE', 25.300000000000001), ('BOB', 27.899999999999999)], dtype=[('stid', '|S4'), ('temp', '<f8')])
The code in SVN still breaks for more complicated dtypes, such as:
np.dtype([('x', int), ('y', [('t', int), ('s', float)])])
Please find attached a patch which addresses the issue (it passes all unit tests).
Regards Stéfan