Re: [Numpy-discussion] A better median function?

2009-08-24 Thread Chad Netzer
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

Re: [Numpy-discussion] Pointer to array data for passing to swig-wrapped C++

2009-08-24 Thread Peter
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

Re: [Numpy-discussion] Pointer to array data for passing to swig-wrapped C++

2009-08-24 Thread Robert Kern
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

[Numpy-discussion] Pointer to array data for passing to swig-wrapped C++

2009-08-24 Thread Angus McMorland
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

Re: [Numpy-discussion] Removing scipy.stsci was [Re: [SciPy-dev] Deprecate chararray [was Plea for help]]

2009-08-24 Thread Vincent Schut
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, >>