Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-21 Thread Ralf Gommers
On Tue, Feb 9, 2010 at 9:54 AM, David Cournapeau wrote: > On Mon, Feb 8, 2010 at 9:14 PM, Ralf Gommers > > Final question is about Atlas and friends. Is 3.8.3 the best version to > > install? Does it compile out of the box under Wine? Is this page > > http://www.scipy.org/Installing_SciPy/Windows

Re: [Numpy-discussion] datetime uses API deprecated in python3.1

2010-02-21 Thread Charles R Harris
On Sun, Feb 21, 2010 at 11:34 AM, Pauli Virtanen wrote: > su, 2010-02-21 kello 20:17 +0200, Pauli Virtanen kirjoitti: > [clip] > > The Capsule API seems pretty much the same as the CObject API. (Why the > > name change?) We can probably #define PyCapsule_* compatibility defines > > in npy_3kcompa

Re: [Numpy-discussion] Python 3 porting

2010-02-21 Thread Pauli Virtanen
su, 2010-02-21 kello 20:45 +0100, Dag Sverre Seljebotn kirjoitti: > Pauli Virtanen wrote: [clip] > > Currently, Scipy has some known failures because of > > > > (i) removed new= keyword in numpy.histogram > > (ii) Cython supports only native size/alignment PEP 3118 buffers, and > > Numpy array

Re: [Numpy-discussion] ask.scipy.org

2010-02-21 Thread Gökhan Sever
On Sun, Feb 21, 2010 at 4:06 PM, Robert Kern wrote: > On Sun, Feb 21, 2010 at 16:00, Gökhan Sever wrote: > > Hello, > > > > Since after Robert Kern showed http://advice.mechanicalkern.com/ on > SciPy09 > > there are many similar initiatives that uses stackoverflow.com (SO) > layout. > > Some sma

Re: [Numpy-discussion] ask.scipy.org

2010-02-21 Thread David Cournapeau
On Mon, Feb 22, 2010 at 7:06 AM, Robert Kern wrote: > > I spent some time on Friday getting Plurk's Solace tweaked for our use > (for various reasons, it's much better code to deal with than the > CNPROG software currently running advice.mechanicalkern.com). > >  http://opensource.plurk.com/Solace

Re: [Numpy-discussion] ask.scipy.org

2010-02-21 Thread Robert Kern
On Sun, Feb 21, 2010 at 16:00, Gökhan Sever wrote: > Hello, > > Since after Robert Kern showed http://advice.mechanicalkern.com/ on SciPy09 > there are many similar initiatives that uses stackoverflow.com (SO) layout. > Some smart guys come up with this site http://stackexchange.com/ to those > wh

[Numpy-discussion] ask.scipy.org

2010-02-21 Thread Gökhan Sever
Hello, Since after Robert Kern showed http://advice.mechanicalkern.com/ on SciPy09 there are many similar initiatives that uses stackoverflow.com (SO) layout. Some smart guys come up with this site http://stackexchange.com/ to those who want to have a simple but a paid solution. I don't have an i

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Jochen Schroeder
No Warning for me: └─(08:26 $)─> python isinf.py True └─(08:26 $)─> python2.5 isinf.py True Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) [GCC 4.4.1] on linux2 Python 2.5.4 (r254:67916, Jan 20 2010, 21:43:02) [GCC 4.4.1] on linux2 numpy.version.version '1.3.0' └─(08:33 $)─> uname -a Li

Re: [Numpy-discussion] Python 3 porting

2010-02-21 Thread Dag Sverre Seljebotn
Pauli Virtanen wrote: > Hi, > > The test suite passes now on Pythons 2.4 - 3.1. Further testing is very > welcome -- also on Python 2.x. Please check that your favourite software > still builds and works with SVN trunk Numpy. > > Currently, Scipy has some known failures because of > > (i) removed n

Re: [Numpy-discussion] datetime uses API deprecated in python3.1

2010-02-21 Thread Charles R Harris
On Sun, Feb 21, 2010 at 11:34 AM, Pauli Virtanen wrote: > su, 2010-02-21 kello 20:17 +0200, Pauli Virtanen kirjoitti: > [clip] > > The Capsule API seems pretty much the same as the CObject API. (Why the > > name change?) We can probably #define PyCapsule_* compatibility defines > > in npy_3kcompa

Re: [Numpy-discussion] datetime uses API deprecated in python3.1

2010-02-21 Thread Pauli Virtanen
su, 2010-02-21 kello 20:17 +0200, Pauli Virtanen kirjoitti: [clip] > The Capsule API seems pretty much the same as the CObject API. (Why the > name change?) We can probably #define PyCapsule_* compatibility defines > in npy_3kcompat.h that use PyCObject on 2.x, and use the real thing on > 3.x. Btw

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Gökhan Sever
On Sun, Feb 21, 2010 at 4:30 AM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Chris Colbert
brucewa...@broo:~/Downloads$ python isinf.py True Kubuntu 9.10 NumPy 1.3.0 Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) [GCC 4.4.1] on linux2 On Sun, Feb 21, 2010 at 12:42 PM, Nadav Horesh wrote: > > $ python isinf.py > Warning: invalid value encountered in isinf > True > > machine: gentoo

Re: [Numpy-discussion] datetime uses API deprecated in python3.1

2010-02-21 Thread Pauli Virtanen
su, 2010-02-21 kello 02:13 -0700, Charles R Harris kirjoitti: > The warning is > > dep.py:6: PendingDeprecationWarning: The CObject API is deprecated as > of Python 3.1. Please convert to using the Capsule API. > np.dtype('M8[3M/40]') > > This doesn't happen with the old dtypes, so I assume it i

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Nadav Horesh
$ python isinf.py Warning: invalid value encountered in isinf True machine: gentoo linux on amd64 python 2.6.4 (64 bit) gcc 4.3.4 numpy.__version__ == '1.4.0' glibc 2.10.1 Nadav -Original Message- From: numpy-discussion-boun...@scipy.org on behalf of Charles R Harris Sent: Sun 21-F

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Eric Firing
Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As far as I can see the function i

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Skipper Seabold
On Sun, Feb 21, 2010 at 5:30 AM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As f

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Warren Weckesser
Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script > and report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As far as I can see the function it

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread josef . pktd
On Sun, Feb 21, 2010 at 11:05 AM, Charles R Harris wrote: > > > On Sun, Feb 21, 2010 at 3:33 AM, David Cournapeau > wrote: >> >> On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris >> wrote: >> > Hi All, >> > >> > I would be much obliged if some folks would run the attached script and >> > report

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Charles R Harris
On Sun, Feb 21, 2010 at 3:33 AM, David Cournapeau wrote: > On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris > wrote: > > Hi All, > > > > I would be much obliged if some folks would run the attached script and > > report the output, numpy version, and python version. It just runs > > np.isinf(np.

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Keith Goodman
On Sun, Feb 21, 2010 at 2:30 AM, Charles R Harris wrote: > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. >>> import isinf Warning: invalid value encountered in isinf True Python 2.6.4 (r264:75706, Dec 7 2009, 18:4

Re: [Numpy-discussion] Python 3 porting

2010-02-21 Thread René Dudfield
AWESOME :) On Sun, Feb 21, 2010 at 1:43 PM, Pauli Virtanen wrote: > Hi, > > The test suite passes now on Pythons 2.4 - 3.1. Further testing is very > welcome -- also on Python 2.x. Please check that your favourite software > still builds and works with SVN trunk Numpy. > > Currently, Scipy has s

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Ralf Gommers
On Sun, Feb 21, 2010 at 6:30 PM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Robert Pyle
My machine is a PPC dual G5, running Mac OS X 10.5.8 ~ $ python Python 2.5.4 (r254:67917, Dec 23 2008, 14:57:27) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy as np >>> import warnings >>> >>> war

Re: [Numpy-discussion] Python 3 porting

2010-02-21 Thread Pauli Virtanen
Hi, The test suite passes now on Pythons 2.4 - 3.1. Further testing is very welcome -- also on Python 2.x. Please check that your favourite software still builds and works with SVN trunk Numpy. Currently, Scipy has some known failures because of (i) removed new= keyword in numpy.histogram (ii) C

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Alan G Isaac
On 2/21/2010 5:30 AM, Charles R Harris wrote: > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. No problem with NumPy 1.3.0 (from superpack) on Python 2.6.4 under Vista. Alan Isaac Python 2.6.4 (r264:75708, Oct 26 200

Re: [Numpy-discussion] numpy.test() failures in 2.0.0.dev8233

2010-02-21 Thread Nils Wagner
On Sun, 21 Feb 2010 13:22:41 +0200 Pauli Virtanen wrote: > Hi, > > Please remind me what platform you are running on. Also, >please update > and re-run the tests, and check the output from > > import numpy as np > from numpy.core.multiarray import memorysimpleview as >memoryview > > dt = [(

Re: [Numpy-discussion] numpy.test() failures in 2.0.0.dev8233

2010-02-21 Thread Pauli Virtanen
Hi, Please remind me what platform you are running on. Also, please update and re-run the tests, and check the output from import numpy as np from numpy.core.multiarray import memorysimpleview as memoryview dt = [('a', np.int8), ('b', np.int16), ('c', np.int32), ('d', np.int64), ('e'

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread Nils Wagner
On Sun, 21 Feb 2010 03:30:31 -0700 Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the >attached script and > report the output, numpy version, and python version. It >just runs > np.isinf(np.inf), which raises an "invalid value" >warning with current >

Re: [Numpy-discussion] Request for testing

2010-02-21 Thread David Cournapeau
On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris wrote: > Hi All, > > I would be much obliged if some folks would run the attached script and > report the output, numpy version, and python version. It just runs > np.isinf(np.inf), which raises an "invalid value" warning with current > numpy. As f

[Numpy-discussion] Request for testing

2010-02-21 Thread Charles R Harris
Hi All, I would be much obliged if some folks would run the attached script and report the output, numpy version, and python version. It just runs np.isinf(np.inf), which raises an "invalid value" warning with current numpy. As far as I can see the function itself hasn't changed since numpy1.3, ye

[Numpy-discussion] numpy.test() failures in 2.0.0.dev8233

2010-02-21 Thread Nils Wagner
== FAIL: test_multiarray.TestNewBufferProtocol.test_export_endian -- Traceback (most recent call last): File "/home/nwagner/local/lib64/python2.6/site-packag

[Numpy-discussion] datetime uses API deprecated in python3.1

2010-02-21 Thread Charles R Harris
Hi Travis, The warning is dep.py:6: PendingDeprecationWarning: The CObject API is deprecated as of Python 3.1. Please convert to using the Capsule API. np.dtype('M8[3M/40]') This doesn't happen with the old dtypes, so I assume it is associated with something introduced for datetime. Any ideas