On Sat, May 21, 2011 at 9:25 PM, Mark Wiebe <[email protected]> wrote: > On Thu, May 19, 2011 at 6:59 AM, Pauli Virtanen <[email protected]> wrote: >> >> Thu, 19 May 2011 12:36:22 +0100, Mark Dickinson wrote: >> [clip] >> >>>> from numpy import array >> >>>> x = array((1.2, 2.3), dtype=[('field1', float), ('field2', float)]) >> >>>> x.astype(object) >> > array(1.2, dtype=object) >> > >> > Was this change intentional, or should I file a bug? I couldn't find >> > any reference to it in the changelog or release notes. >> >> Looks like a bug -- the change was not intentional. > > I've committed a fix for this.
But I hadn't even got around to filing the bug report yet! Thank you. Mark _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
