Re: [Numpy-discussion] Read-only mercurial mirror of numpy trunk available

2008-01-28 Thread David Cournapeau
Ondrej Certik wrote: > On Jan 27, 2008 6:57 PM, Pauli Virtanen <[EMAIL PROTECTED]> wrote: >> la, 2008-01-19 kello 14:15 +0900, David Cournapeau kirjoitti: >>> Pauli Virtanen wrote: pe, 2008-01-18 kello 18:06 +0900, David Cournapeau kirjoitti: > Hi there, > > I got a mercurial m

Re: [Numpy-discussion] major bug in fromstring, ascii mode

2008-01-28 Thread Eric Firing
Charles R Harris wrote: > > > On Jan 28, 2008 4:09 PM, Eric Firing <[EMAIL PROTECTED] > > wrote: > > Charles R Harris wrote: > > > Reading the code in arraytypes.inc.src and multiarraymodule.c, it > > appears that numpy is using strtol(str, &tail

Re: [Numpy-discussion] major bug in fromstring, ascii mode

2008-01-28 Thread Charles R Harris
On Jan 28, 2008 4:09 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Charles R Harris wrote: > > > Reading the code in arraytypes.inc.src and multiarraymodule.c, it > > appears that numpy is using strtol(str, &tailptr, 0) for the string > to > > integer conversion. Calling strtol with BAS

Re: [Numpy-discussion] major bug in fromstring, ascii mode

2008-01-28 Thread Eric Firing
Charles R Harris wrote: > Reading the code in arraytypes.inc.src and multiarraymodule.c, it > appears that numpy is using strtol(str, &tailptr, 0) for the string to > integer conversion. Calling strtol with BASE == 0 enables the automatic > base detection from the prefix. > >

[Numpy-discussion] preparing for 1.0.5 release

2008-01-28 Thread Jarrod Millman
Hello, I am pushing back the NumPy 1.0.5 release by at least 1 week (http://projects.scipy.org/scipy/numpy/milestone/1.0.5). After speaking with Travis O., we would like to see the following branches merged this week: http://projects.scipy.org/scipy/numpy/browser/branches/maskedarray http://p

[Numpy-discussion] /usr/bin/xlf: 1501-210 command option NO_ATLAS_INFO=1 contains an incorrect subargument

2008-01-28 Thread Hans-Joachim Ehlers
Given: scipy-0.6.4 numpy 1.0.4 python 2.5.1 AIX 5.3 xlc v8 xlf v10 essel 4.2 lapack 3.1.1 with CCI Problem: During the scipy build - python setyp.py build - the following error shows up: building 'scipy.lib.blas.fblas' extension compiling C sources C compiler: cc_r -DNDEBUG -O2 -qmaxmem=-1

Re: [Numpy-discussion] Error during scipy.fftpack._fftpack compilation ( AIX/cc_r)

2008-01-28 Thread Robert Kern
Hans-Joachim Ehlers wrote: > Given: > AIX 5.3 > xlc v8 > xlf v10 > > During the build scipy the following error shows up: > > . > building 'scipy.fftpack._fftpack' extension > compiling C sources > C compiler: cc_r -DNDEBUG -O2 -qmaxmem=-1 > ... > "scipy/fftpack/src/zfftnd_fftpack.c", line 92

[Numpy-discussion] Error during scipy.fftpack._fftpack compilation ( AIX/cc_r)

2008-01-28 Thread Hans-Joachim Ehlers
Given: AIX 5.3 xlc v8 xlf v10 During the build scipy the following error shows up: . building 'scipy.fftpack._fftpack' extension compiling C sources C compiler: cc_r -DNDEBUG -O2 -qmaxmem=-1 ... "scipy/fftpack/src/zfftnd_fftpack.c", line 92.5: 1506-046 (S) Syntax error. "scipy/fftpack/src/zff

Re: [Numpy-discussion] tensordot and axes argument

2008-01-28 Thread Charles R Harris
On Jan 28, 2008 3:17 AM, lorenzo bolla <[EMAIL PROTECTED]> wrote: > Shouldn't the "axes" argument in tensordot be named "axis"? > Axes is the plural of axis. Because tensordot sums over lists of axes, axes is the best word. Chuck ___ Numpy-discussion m

[Numpy-discussion] scipy build error - ./numpy/distutils/ccompiler.py bug ? - Was (Numpy-discussion Digest, Vol 16, Issue 59 )

2008-01-28 Thread Hans-Joachim Ehlers
Given: AIX 5.3 xlc v8 xlf v10 essl v4.2 Build and installed: numpy 1.0.4 Build and installed: lapack 3.1.1 with CCI and essl support Task: Trying to build scipy 0.6.0 Error: Get the following error which seems to be numpy related: ... ... File "/usr/local/lib/python2.5/site-packages/numpy/dist

Re: [Numpy-discussion] Read-only mercurial mirror of numpy trunk available

2008-01-28 Thread Ondrej Certik
On Jan 27, 2008 6:57 PM, Pauli Virtanen <[EMAIL PROTECTED]> wrote: > > la, 2008-01-19 kello 14:15 +0900, David Cournapeau kirjoitti: > > Pauli Virtanen wrote: > > > pe, 2008-01-18 kello 18:06 +0900, David Cournapeau kirjoitti: > > >> Hi there, > > >> > > >> I got a mercurial mirror of numpy ava

[Numpy-discussion] tensordot and axes argument

2008-01-28 Thread lorenzo bolla
Shouldn't the "axes" argument in tensordot be named "axis"? L. -- Lorenzo Bolla [EMAIL PROTECTED] http://lorenzobolla.emurse.com/ ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion