I've made some progress on this, building the tools for a faster
median(). I was able to fairly easily make both nth_element() and
partial_sort() types of functions by modifying numpy's quicksort,
however I wasn't that happy with their API from a python/numpy point
of view.
My current plan of att
On Mon, Aug 24, 2009 at 8:37 PM, Angus McMorland wrote:
>
> Hi all,
>
> Our lab has an in-house messaging protocol, written in C++, for
> interfacing the different components of our experimental setups, and
> allowing programs written in several different languages to talk to
> each other. I'm curr
On Mon, Aug 24, 2009 at 12:37, Angus McMorland wrote:
> Hi all,
>
> Our lab has an in-house messaging protocol, written in C++, for
> interfacing the different components of our experimental setups, and
> allowing programs written in several different languages to talk to
> each other. I'm currentl
Hi all,
Our lab has an in-house messaging protocol, written in C++, for
interfacing the different components of our experimental setups, and
allowing programs written in several different languages to talk to
each other. I'm currently trying to write a Python interface to this
protocol, mainly so
Stéfan van der Walt wrote:
> Hi Vincent
>
> 2009/8/21 Vincent Schut :
>> I know it probably will be a pretty involved task, as ndimage comes from
>> numarray and seems to be largely implemented in C. But I really wanted
>> to raise the issue now the image processing subject turns up once again,
>>