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
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