Ah, I did not clarify this: `kind="table"` will *also* return a sorted array. 
It simply does not use a sorting algorithm to get to it. This is because the 
table is generated using `np.arange` (i.e., already sorted) which is then 
masked.
_______________________________________________
NumPy-Discussion mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: [email protected]

Reply via email to