[Numpy-discussion] dpss windows

2009-04-03 Thread Sturla Molden
NumPy has support for various window functions (von Hann, hamming, blackman, bartlet, kaiser). DPSS windows (e.g. used by multitaper spectral estimators) are missing. Is there any particular reason for this? (No this is not a request, I already have my own dpss code. I just notice while

Re: [Numpy-discussion] Fwd: Fast numpy array visualization

2009-04-03 Thread Robert Cimrman
Stéfan van der Walt wrote: Hi all, Nicolas Rougier is doing some fun things with Pyglet and IPython! Awesome! r. -- Forwarded message -- From: Nicolas Rougier Date: 2009/4/3 Subject: Fast numpy array visualization To: pyglet-users Hi all, I've adapted the code

Re: [Numpy-discussion] dpss windows

2009-04-03 Thread Stéfan van der Walt
Hi Sturla 2009/4/3 Sturla Molden stu...@molden.no: NumPy has support for various window functions (von Hann, hamming, blackman, bartlet, kaiser). DPSS windows (e.g. used by multitaper spectral estimators) are missing. Is there any particular reason for this? If things are missing, it probably

Re: [Numpy-discussion] dpss windows

2009-04-03 Thread Gabriel Beckers
I, for one, would be very grateful if DPSS code could be added to NumPy. Best, Gabriel On Fri, 2009-04-03 at 16:21 +0200, Stéfan van der Walt wrote: Hi Sturla 2009/4/3 Sturla Molden stu...@molden.no: NumPy has support for various window functions (von Hann, hamming, blackman, bartlet,

[Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread David Cournapeau
Hi, I am pleased to announce the release of the rc2 for numpy 1.3.0. I have decided to go for a rc2 instead of the release directly because of the serious mac os X issue. You can find source tarballs and installers for both Mac OS X and Windows on the sourceforge page:

Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Stéfan van der Walt
Hi David 2009/4/3 David Cournapeau da...@ar.media.kyoto-u.ac.jp: I am pleased to announce the release of the rc2 for numpy 1.3.0. I have decided to go for a rc2 instead of the release directly because of the serious mac os X issue. You can find source tarballs and installers for both Mac OS X

Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Robert Pyle
Hi David, On Apr 3, 2009, at 11:18 AM, David Cournapeau wrote: I am pleased to announce the release of the rc2 for numpy 1.3.0. I have decided to go for a rc2 instead of the release directly because of the serious mac os X issue. You can find source tarballs and installers for both Mac

Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Jarrod Millman
On Fri, Apr 3, 2009 at 8:18 AM, David Cournapeau da...@ar.media.kyoto-u.ac.jp wrote: I am pleased to announce the release of the rc2 for numpy 1.3.0. I have decided to go for a rc2 instead of the release directly because of the serious mac os X issue. You can find source tarballs and installers

Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread David Cournapeau
On Sat, Apr 4, 2009 at 1:44 AM, Robert Pyle rp...@post.harvard.edu wrote: PPC G5, Mac OS X 10.5.6 Installing from source for my usual python (EPD Py25 4.1.30101) went smoothly and numpy.test() passed. That's confusing. I have no idea why this works - or maybe EPD loads numpy as installed in

Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Alan G Isaac
Looks good. Cheers, Alan Isaac Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32 Type help, copyright, credits or license for more information. import numpy as np np.test() Running unit tests for numpy NumPy version 1.3.0rc2 NumPy is installed in

[Numpy-discussion] Can't install when cross-compiling

2009-04-03 Thread Andrew Myers
Hello All, I'm trying to install numpy 1.2.1 for 64-bit python 2.6.1 on Leopard. Python appears to have been installed correctly, and sys.maxint returns the 64 bit value. When I do sudo python-64 setup.py config_fc --fcompiler=gnu95 install I get the following error message: running

Re: [Numpy-discussion] numpy.ctypeslib.ndpointer and the restype attribute [patch]

2009-04-03 Thread Thomas Heller
Thomas Heller schrieb: Sturla Molden schrieb: On 3/26/2009 12:41 PM, Jens Rantil wrote: Wouldn't my code, or a tweak of it, be a nice feature in numpy.ctypeslib? Is this the wrong channel for proposing things like this? If you look at

Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Robert Pyle
On Apr 3, 2009, at 1:10 PM, David Cournapeau wrote: On Sat, Apr 4, 2009 at 1:44 AM, Robert Pyle rp...@post.harvard.edu wrote: PPC G5, Mac OS X 10.5.6 Installing from source for my usual python (EPD Py25 4.1.30101) went smoothly and numpy.test() passed. That's confusing. I have no