Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-31 Thread David
On 03/31/2011 06:37 PM, Pearu Peterson wrote: > > > On Thu, Mar 31, 2011 at 12:19 PM, David Cournapeau > wrote: > > On Wed, Mar 30, 2011 at 7:22 AM, Russell E. Owen > wrote: > > In article > >

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-31 Thread Scott Sinclair
On 31 March 2011 12:18, Pearu Peterson wrote: > > > On Thu, Mar 31, 2011 at 1:00 PM, Scott Sinclair > wrote: >> >> For what it's worth, the maintenance/1.6.x branch works for me on 64-bit >> Ubuntu: >> >> (numpy-1.6.x)scott@godzilla:~$ python -c "import numpy; numpy.test()" > > You might want to

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-31 Thread Pearu Peterson
On Thu, Mar 31, 2011 at 1:00 PM, Scott Sinclair wrote: > On 31 March 2011 11:37, Pearu Peterson wrote: > > > > > > On Thu, Mar 31, 2011 at 12:19 PM, David Cournapeau > > wrote: > >> > >> On Wed, Mar 30, 2011 at 7:22 AM, Russell E. Owen wrote: > >> > In article > >> > , > >> > Ralf Gommers wr

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-31 Thread Scott Sinclair
On 31 March 2011 11:37, Pearu Peterson wrote: > > > On Thu, Mar 31, 2011 at 12:19 PM, David Cournapeau > wrote: >> >> On Wed, Mar 30, 2011 at 7:22 AM, Russell E. Owen wrote: >> > In article >> > , >> >  Ralf Gommers wrote: >> > >> >> Hi, >> >> >> >> I am pleased to announce the availability of

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-31 Thread Pearu Peterson
On Thu, Mar 31, 2011 at 12:19 PM, David Cournapeau wrote: > On Wed, Mar 30, 2011 at 7:22 AM, Russell E. Owen wrote: > > In article > > , > > Ralf Gommers wrote: > > > >> Hi, > >> > >> I am pleased to announce the availability of the first beta of NumPy > >> 1.6.0. Due to the extensive changes i

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-24 Thread Ralf Gommers
On Wed, Mar 23, 2011 at 9:29 PM, Ralf Gommers wrote: > On Wed, Mar 23, 2011 at 8:32 PM, Pauli Virtanen wrote: >> On Wed, 23 Mar 2011 14:17:20 -0500, Bruce Southey wrote: >>> I can not figure out what is different between git and this version :-( >>> >>> All the paths appear to be the same. >>> Fu

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-23 Thread Derek Homeier
Hi Bruce, > Sorry as I should I have paid more attention to you first email as I > raised this on the numpy list. (At least with gmail, the reply is to > the > scipy-dev list rather than the numpy list.) > > Based on Pauli's answer I got around it by commenting out a line in > the > setup.py f

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-23 Thread Ralf Gommers
On Wed, Mar 23, 2011 at 8:32 PM, Pauli Virtanen wrote: > On Wed, 23 Mar 2011 14:17:20 -0500, Bruce Southey wrote: >> I can not figure out what is different between git and this version :-( >> >> All the paths appear to be the same. >> Further it continues onwards when I do: $python3.1 -m pdb setup

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-23 Thread Bruce Southey
On 03/23/2011 02:32 PM, Pauli Virtanen wrote: > On Wed, 23 Mar 2011 14:17:20 -0500, Bruce Southey wrote: >> I can not figure out what is different between git and this version :-( >> >> All the paths appear to be the same. >> Further it continues onwards when I do: $python3.1 -m pdb setup.py build

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-23 Thread Pauli Virtanen
On Wed, 23 Mar 2011 14:17:20 -0500, Bruce Southey wrote: > I can not figure out what is different between git and this version :-( > > All the paths appear to be the same. > Further it continues onwards when I do: $python3.1 -m pdb setup.py build > > I added these lines to the start of "numpy/com

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-23 Thread Bruce Southey
On 03/23/2011 12:25 PM, Ralf Gommers wrote: > On Wed, Mar 23, 2011 at 6:00 PM, Bruce Southey wrote: >> On 03/23/2011 11:38 AM, Ralf Gommers wrote: >>> On Wed, Mar 23, 2011 at 5:29 PM, Bruce Southeywrote: On 03/23/2011 11:07 AM, Ralf Gommers wrote: > Hi, > > I am pleased to ann

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-23 Thread Ralf Gommers
On Wed, Mar 23, 2011 at 6:00 PM, Bruce Southey wrote: > On 03/23/2011 11:38 AM, Ralf Gommers wrote: >> >> On Wed, Mar 23, 2011 at 5:29 PM, Bruce Southey  wrote: >>> >>> On 03/23/2011 11:07 AM, Ralf Gommers wrote: Hi, I am pleased to announce the availability of the first beta o

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-23 Thread Ralf Gommers
On Wed, Mar 23, 2011 at 5:29 PM, Bruce Southey wrote: > On 03/23/2011 11:07 AM, Ralf Gommers wrote: >> Hi, >> >> I am pleased to announce the availability of the first beta of NumPy >> 1.6.0. Due to the extensive changes in the Numpy core for this >> release, the beta testing phase will last at le

Re: [Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

2011-03-23 Thread Bruce Southey
On 03/23/2011 11:07 AM, Ralf Gommers wrote: > Hi, > > I am pleased to announce the availability of the first beta of NumPy > 1.6.0. Due to the extensive changes in the Numpy core for this > release, the beta testing phase will last at least one month. Please > test this beta and report any problems