Re: [Numpy-discussion] quickselect via np.partition available in 1.8.dev

2013-08-12 Thread Stéfan van der Walt
Hi Julian On Mon, Aug 12, 2013 at 4:23 PM, Julian Taylor wrote: > The function exposing it is: > numpy.partition(data, kth=int/array, axis=-1, kind="introselect", > order=None) This looks great, thanks very much! A minor bug was introduced into the Bento build: https://github.com/numpy/numpy/p

[Numpy-discussion] quickselect via np.partition available in 1.8.dev

2013-08-12 Thread Julian Taylor
Hi, a selection algorithm [0] has now landed in the numpy development branch [1]. The function exposing it is: numpy.partition(data, kth=int/array, axis=-1, kind="introselect", order=None) Please see the docstrings on what it actually does (and report if they are confusing). Thanks to the numpy