Re: [Numpy-discussion] anyone compiling on IRIX 6.5

2007-10-23 Thread [EMAIL PROTECTED]
Jarrod Millman wrote: > Hello, > > I am hoping to close a few of the remaining tickets for the upcoming > NumPy 1.0.4 release. Is anyone using NumPy on IRIX? Or have access > to IRIX? If so, could you please take a look at this ticket: > http://projects.scipy.org/scipy/numpy/ticket/417 > > Tha

[Numpy-discussion] Fwd: Support universal gfortran compiler on OS X

2007-10-23 Thread Jarrod Millman
Hello, If someone could confirm whether we can close this ticket, I would appreciate it. Thanks, -- Forwarded message -- From: Jarrod Millman <[EMAIL PROTECTED]> Date: Oct 19, 2007 1:49 AM Subject: Support universal gfortran compiler on OS X To: Discussion of Numerical Python

[Numpy-discussion] anyone compiling on IRIX 6.5

2007-10-23 Thread Jarrod Millman
Hello, I am hoping to close a few of the remaining tickets for the upcoming NumPy 1.0.4 release. Is anyone using NumPy on IRIX? Or have access to IRIX? If so, could you please take a look at this ticket: http://projects.scipy.org/scipy/numpy/ticket/417 Thanks, -- Jarrod Millman Computational

[Numpy-discussion] a simple question about f2py

2007-10-23 Thread Lisandro Dalcin
Im trying to use f2py to wrap some fortran functions wich receive as argument PETSc objects. The usual way to implement this with PETSc+fortran is to do something like this soubrutine matvec(A,x,y) Mat A Vec x Vec y end soubrutine The 'Mat' and 'Vec' types are actually integers of appropriate

Re: [Numpy-discussion] How to write unit tests in distutils ?

2007-10-23 Thread David M. Cooke
David Cournapeau <[EMAIL PROTECTED]> writes: > Hi, > > I would like to implement some unit tests for the code I am > producing for scons support. As the numpy unit test is part of > distutils, there is a bootstrap problem, and I am not sure I understand > how current unit tests work in dist

[Numpy-discussion] ANN: SFE-00.31.06 release

2007-10-23 Thread Robert Cimrman
I am happy to announce the version 00.31.06 of SFE, featuring acoustic band gaps computation, rigid body motion constraints, new solver classes and reorganization, and regular bug fixes and updates, see http://ui505p06-mbs.ntc.zcu.cz/sfe. SFE is a finite element analysis software written almost en

[Numpy-discussion] How to write unit tests in distutils ?

2007-10-23 Thread David Cournapeau
Hi, I would like to implement some unit tests for the code I am producing for scons support. As the numpy unit test is part of distutils, there is a bootstrap problem, and I am not sure I understand how current unit tests work in distutils: can anyone enlighten me on this one ? cheers

Re: [Numpy-discussion] Error in deallocation ?

2007-10-23 Thread Matthieu Brucher
The problem reappeared today, same error, always in the line : xp = (x-self.loc) * (1/self.scale) When multiplying an array with a float. Matthieu 2007/10/19, Matthieu Brucher <[EMAIL PROTECTED]>: > > Oups, sorry for the sending twice, we have some problem with our DNS in > Strasbourg :( > > 200