Re: [Numpy-discussion] integer power in scalarmath: how to handle overflow?

2006-06-07 Thread Charles R Harris
You could use the C approach and use modular arithmetic where the product simply wraps around. The Python approach would be nice if feasible, but what are you going to do for integers larger than the largest numpy data type? So I vote for modular arithetic because numpy is sorta C. On 6/5/06, Davi

Re: [Numpy-discussion] Suggestions for NumPy

2006-06-07 Thread Andrew Straw
Christopher Barker wrote: > Joe Harrington wrote: > >> My >> suggestion is that all the other pages be automatic redirects to the >> scipy.org page or subpages thereof. >> +1 > > if that means something like: > > www.numpy.scipy.org (or www.scipy.org/numpy ) > > Then I'm all for it. >

Re: [Numpy-discussion] crash in multiarray.pyd

2006-06-07 Thread Fernando Perez
On 6/7/06, Sven Schreiber <[EMAIL PROTECTED]> wrote: > The next matplotlib release compatible with numpy 0.9.8 is hopefully > coming soon! (but that's just a wish, not an informed opinion). Actually it was released yesterday, it's 0.87.3: http://sourceforge.net/project/showfiles.php?group_id=807

Re: [Numpy-discussion] trouble installing on fedora core 5 64 bit

2006-06-07 Thread Charles R Harris
JJ,I had that problem, started to put the paths in explicitly, noticed that the  code should work anyway, deleted my changes, ran again, and it worked fine.  I can't tell you what the problem was or what the solution was, I can only say I've seen the same thing on fc5. When you do install, it is al

Re: [Numpy-discussion] Suggestions for NumPy

2006-06-07 Thread Christopher Barker
Joe Harrington wrote: > My > suggestion is that all the other pages be automatic redirects to the > scipy.org page or subpages thereof. if that means something like: www.numpy.scipy.org (or www.scipy.org/numpy ) Then I'm all for it. -Chris -- Christopher Barker, Ph.D. Oceanographer

Re: [Numpy-discussion] crash in multiarray.pyd

2006-06-07 Thread Sven Schreiber
Nicholas schrieb: > Hi, > > I installed numpy 0.9.8 and when I try to import pylab I get a crash in > multiarray.pyd. I then tried numpy 0.9.6, this cured the pylab import > but now I cannot import scipy without crashing (again multiarray.pyd). I > have tried complete reinstalls on 2 machines now

[Numpy-discussion] crash in multiarray.pyd

2006-06-07 Thread Nicholas
Hi,   I installed numpy 0.9.8 and when I try to import pylab I get a crash in multiarray.pyd. I then tried numpy 0.9.6, this cured the pylab import but now I cannot import scipy without crashing (again multiarray.pyd). I have tried complete reinstalls on 2 machines now with same behaviour so I dont

Re: [Numpy-discussion] How to make exe from Python program with import NumPy line? Py2exe doesn't cooperato ! :)

2006-06-07 Thread Edin Salković
Also see this links, if you haven't already done so http://mail.python.org/pipermail/python-list/2006-April/336758.html http://starship.python.net/crew/theller/moin.cgi/Py2Exe On 6/6/06, Neven Gorsic <[EMAIL PROTECTED]> wrote: > > ___ Numpy-discussion

Re: [Numpy-discussion] Suggestions for NumPy

2006-06-07 Thread Joe Harrington
> Date: Fri, 2 Jun 2006 18:04:32 -0400 > From: "Jonathan Taylor" <[EMAIL PROTECTED]> > Subject: Re: [Numpy-discussion] Suggestions for NumPy > To: numpy-discussion@lists.sourceforge.net > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > My sug

[Numpy-discussion] trouble installing on fedora core 5 64 bit

2006-06-07 Thread JJ
Hello. I am having some trouble getting numpy installed on an AMD 64 bit Fedora 5 machine. I have loaded atlas, blas, and lapack using yum. I can see their library files in /usr/lib64/atlas/ (files such as libblas.so.3.0). But the setup program will not run. I have obtained the latest version

Re: [Numpy-discussion] byte swap in place

2006-06-07 Thread Christopher Hanley
Robert Kern wrote: > > Depends. Do you want the actual bytes to swap, or are you content with > getting a > view that pretends the bytes are swapped? If the latter: I want the actual bytes to swap. Thanks, Chris ___ Numpy-discussion mailing list Num

[Numpy-discussion] ANN: Python Enthought Edition Version 0.9.7 Released

2006-06-07 Thread Bryce Hendrix
Enthought is pleased to announce the release of Python Enthought Edition Version 0.9.7 (http://code.enthought.com/enthon/) -- a python distribution for Windows. 0.9.7 Release Notes: Version 0.9.7 of Python Enthought Edition includes an update to version 1.0.7 of the Enthoug