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 -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to