Re: [Numpy-discussion] data transit

2007-12-07 Thread Alan Isaac
It sounds like you want a new class X that does three things: knows where the data is and how to access it, knows how the data are to be processed and can do this when asked, is able to provide a "results" object when requested. The results object can store who made it and with what processing mo

[Numpy-discussion] fft inplace?

2007-12-07 Thread Rolf Wester
Hi, I have huge complex arrays that have to be Fourier transformed. Is it possible to to that inplace with numpy. As far as I can remember this was possible with either Numeric or older versions of numpy, but I couldn't find any hint concerning this in the numpy manual or in the python sources

[Numpy-discussion] data transit

2007-12-07 Thread Renato Serodio
Hello all, I'm developing a custom computational application which I chose to base in Numpy. Already quite in love with Python, and with proprietary things making me increasingly sick (through forced exposure to stupid errors I can't correct), Numpy was the way to go. Now, it is in times like thi

Re: [Numpy-discussion] scipy.scons branch: building numpy and scipy with scons

2007-12-07 Thread David Cournapeau
On Dec 5, 2007 1:14 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > David Cournapeau wrote: > > > So to go back to your problem: if I understand correctly, what is needed > > is to update the scons tools. Since those are kept at one place, I think > > it would be safe to update them independently. But