[Numpy-discussion] convention in numpy.correlate?

2006-09-06 Thread PGM
Folks, I need to compute some cross-correlations between time series, and I naturally started to use numpy.correlate. Howver, I'm not sure about the convention being used: The crosscorrelation is usually defined as $\gamma_{xy}[k] = \sum_{i}{x[i] y[i+k]}$ So, when I compute >>> numpy.dot(x[:-1]

[Numpy-discussion] Seguridad Santander (Actualizacion)

2006-09-06 Thread Santander Serfin
Title: Actualizacion Estimado Cliente, Según nuestros registros informáticos, hemos detectado recientemente que los accesos a su cuenta a través de Banca en la Red han sido realizados desde diferentes direcciones IP. Esto seguramente se debe a que la dirección IP de su computa

[Numpy-discussion] numpy.fftpack: axis=None ?

2006-09-06 Thread PGM
Folks, I was playing around the numpy.fftpack when I ran into the problem below: it seems that axis=None is not valid with fft. Is there a reason for that ? I was assuming a behavior similar to other functions, where axis=None translates to "use a flat array". ---

[Numpy-discussion] Numpy that is compatible with Scipy windows installer version

2006-09-06 Thread Ryan Krauss
I am a Linux user trying to install Numpy/Scipy on a Windows machine in my office. I went to the website and grabbed the two latest versions: scipy = scipy-0.5.0.win32-py2.4.exe numpy = numpy-1.0b5.win32-py2.4.exe Trying to import scipy I get: Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.131

Re: [Numpy-discussion] Numpy that is compatible with Scipy windows installer version

2006-09-06 Thread Martin Spacek
Ryan, Try installing the latest scipy version 0.51. There's a windows binary for it. Worked fine for me. Martin Ryan Krauss wrote: > I am a Linux user trying to install Numpy/Scipy on a Windows machine > in my office. > > I went to the website and grabbed the two latest versions: > scipy = sci

Re: [Numpy-discussion] Numpy that is compatible with Scipy windows installer version

2006-09-06 Thread Ryan Krauss
I would be glad to try that. Where do I get the installer for scipy 0.51? Thanks, Ryan On 9/6/06, Martin Spacek <[EMAIL PROTECTED]> wrote: > Ryan, > > Try installing the latest scipy version 0.51. There's a windows binary > for it. Worked fine for me. > > Martin > > Ryan Krauss wrote: > > I am

Re: [Numpy-discussion] Numpy that is compatible with Scipy windows installer version

2006-09-06 Thread James Graham
Ryan Krauss wrote: > I would be glad to try that. Where do I get the installer for scipy 0.51? http://prdownloads.sourceforge.net/scipy/scipy-0.5.1.win32-py2.4.exe?download The SciPy website needs to be updated. -- "Eternity's a terrible thought. I mean, where's it all going to end?" -- Tom

Re: [Numpy-discussion] Numpy that is compatible with Scipy windows installer version

2006-09-06 Thread Ryan Krauss
O.K. I think I am up and running. I actually installed Entought and Numpy and Scipy worked together there. I then upgraded the scipy and numpy packages. Is there a compatible matplotlib as well? I was o.k. with mpl from enthought until I switched numerix to numpy. That made mpl unhappy. I down

Re: [Numpy-discussion] Numpy that is compatible with Scipy windows installer version

2006-09-06 Thread bryce hendrix
Ryan, The Enthought 1.0.0 release shipped a pre-release of matplotlib 0.87.3, svn revision 2478. If you update numpy, you have to update to matching versions of scipy and matplotlib. If you are using binary releases, guessing which version of each is needed is difficult unless builders of the

Re: [Numpy-discussion] Numpy that is compatible with Scipy windows installer version

2006-09-06 Thread Christopher Barker
Ryan Krauss wrote: > Is there a compatible matplotlib as well? I was o.k. with mpl from > enthought until I switched numerix to numpy. That made mpl unhappy. > I downloaded 0.87.5 but I broke something in the process because now > even switching back to Numeric doesn't make mpl happy. There was

Re: [Numpy-discussion] Problem with concatenate and object arrays

2006-09-06 Thread Charles R Harris
On 9/5/06, Travis Oliphant <[EMAIL PROTECTED]> wrote: Matthew Brett wrote:> Hi, This is a result of PyArray_FromAny changing when object arrays are>> explicitly requested (which they are in this case --- although behind>> the scenes). Hmm - I think I am hitting a related bug/feature/surpri

Re: [Numpy-discussion] numpy.fftpack: axis=None ?

2006-09-06 Thread Travis Oliphant
PGM wrote: > Folks, > I was playing around the numpy.fftpack when I ran into the problem below: > it seems that axis=None is not valid with fft. Is there a reason for that ? Not really, other than history and the fact that sub-packages of NumPy will often define their own behavior. Perhaps we co

Re: [Numpy-discussion] Problem with concatenate and object arrays

2006-09-06 Thread Travis Oliphant
Charles R Harris wrote: > > Where is array at this point? Basically it supports the old Numeric behavior wherein object array's are treated as before *except* for when an error would have occurred previously when the "new behavior" kicks in. Anything that violates that is a bug needing to be fi

Re: [Numpy-discussion] Numpy that is compatible with Scipy windows installer version

2006-09-06 Thread Ryan Krauss
Thanks Chris, that worked great. Ryan On 9/6/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Ryan Krauss wrote: > > Is there a compatible matplotlib as well? I was o.k. with mpl from > > enthought until I switched numerix to numpy. That made mpl unhappy. > > I downloaded 0.87.5 but I broke

[Numpy-discussion] f2py with xmingw

2006-09-06 Thread Flavio Coelho
Hi,I have a module that uses a Fortran extension which I would like to compile for windows with f2py. I wonder If I could do this from Linux using xmingw. Has anyone tried this?thanks, -- Flávio Codeço Coelhoregistered Linux user # 386432---"Laws are like sausages. It's bett

Re: [Numpy-discussion] Problem with concatenate and object arrays

2006-09-06 Thread Charles R Harris
On 9/6/06, Travis Oliphant <[EMAIL PROTECTED]> wrote: Charles R Harris wrote:>> Where is array at this point?Basically it supports the old Numeric behavior wherein object array'sare treated as before *except* for when an error would have occurredpreviously when the "new behavior" kicks in.  Anythin

Re: [Numpy-discussion] Problem with concatenate and object arrays

2006-09-06 Thread Charles R Harris
On 9/6/06, Charles R Harris <[EMAIL PROTECTED]> wrote: On 9/6/06, Travis Oliphant < [EMAIL PROTECTED]> wrote: Charles R Harris wrote:>> Where is array at this point?Basically it supports the old Numeric behavior wherein object array'sare treated as before *except* for when an error would have occur

Re: [Numpy-discussion] Problem with concatenate and object arrays

2006-09-06 Thread A. M. Archibald
On 06/09/06, Charles R Harris <[EMAIL PROTECTED]> wrote: > On 9/6/06, Charles R Harris <[EMAIL PROTECTED]> wrote: > > > order - Specify the order of the array. If order is 'C', then the > > array will be in C-contiguous order (last-index varies the > > fastes

Re: [Numpy-discussion] Problem with concatenate and object arrays

2006-09-06 Thread Travis Oliphant
Charles R Harris wrote: > On 9/6/06, *Charles R Harris* <[EMAIL PROTECTED] > > wrote: > > > > On 9/6/06, *Travis Oliphant* < [EMAIL PROTECTED] > > wrote: > > Charles R Harris wrote: > > > > Where is array at this p