On 22 October 2014 15:43, Nathaniel Smith <[email protected]> wrote: > I guess we could make this more consistent by hand if we wanted - isnan is > pretty cheap?
Can it be made avoiding storing the full bool array? The 1/8 memory overhead can be problematic for large arrays.
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
