On Tue, Jul 10, 2012 at 4:32 AM, Charles R Harris <[email protected]> wrote: > Hi All, > > I've been adding type specific sorts for object and structured arrays. It > seems that datetime64 and timedelta64 are also not supported. Is there any > reason why those types should not be sorted as int64?
You need special handling for NaTs to be consistent with how we deal with NaNs in floats. -- Robert Kern _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
