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?

Also, when sorting object arrays, what should be done with NULL pointers to
objects? I'm tempted to treat them as nans and sort them to the end. OTOH,
perhaps an error should be raised.

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to