Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-11-02 Thread Ralf Gommers
On Tue, Nov 2, 2010 at 7:10 PM, Friedrich Romstedt wrote: > Hi Ralf, > > 2010/11/1 Ralf Gommers : >> On Wed, Oct 27, 2010 at 10:30 PM, Ralf Gommers >> wrote: >>> On Wed, Oct 27, 2010 at 1:23 AM, Friedrich Romstedt >>> wrote: I found some issues on Mac OS X 10.5 ppc in py2.5.4: >> >> Can you

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-11-02 Thread Friedrich Romstedt
Hi Ralf, 2010/11/1 Ralf Gommers : > On Wed, Oct 27, 2010 at 10:30 PM, Ralf Gommers > wrote: >> On Wed, Oct 27, 2010 at 1:23 AM, Friedrich Romstedt >> wrote: >>> I found some issues on Mac OS X 10.5 ppc in py2.5.4: > > Can you please check if this takes care of all test failures you > reported: h

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-11-01 Thread Ralf Gommers
Hi Friedrich, On Wed, Oct 27, 2010 at 10:30 PM, Ralf Gommers wrote: > On Wed, Oct 27, 2010 at 1:23 AM, Friedrich Romstedt > wrote: >> I found some issues on Mac OS X 10.5 ppc in py2.5.4: Can you please check if this takes care of all test failures you reported: http://github.com/rgommers/numpy/

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-27 Thread Ralf Gommers
On Wed, Oct 27, 2010 at 1:23 AM, Friedrich Romstedt wrote: > I found some issues on Mac OS X 10.5 ppc in py2.5.4: > > See here: > > http://github.com/friedrichromstedt/numpy/tree/release%2F1.5.1rc1%2Fpy2.5-python.org-macosx10.3/release/logs/osx105rh/ The inf/exp failures should be marked as known

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-26 Thread Friedrich Romstedt
I found some issues on Mac OS X 10.5 ppc in py2.5.4: See here: http://github.com/friedrichromstedt/numpy/tree/release%2F1.5.1rc1%2Fpy2.5-python.org-macosx10.3/release/logs/osx105rh/ I tested also on 10.6 intel and 10.5 intel, there are no Fs. The Python was freshly installed, only nose & the nu

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-26 Thread René Dudfield
Hi, Yeah, that's what I meant. Upgrading numpy over an old install via distutils breaks it. cheers, On Tue, Oct 26, 2010 at 1:54 AM, David wrote: > On 10/26/2010 08:47 AM, Ralf Gommers wrote: > > On Tue, Oct 26, 2010 at 12:35 AM, René Dudfield > wrote: > >> hi, > >> > >> this is another in

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-25 Thread David
On 10/26/2010 08:47 AM, Ralf Gommers wrote: > On Tue, Oct 26, 2010 at 12:35 AM, René Dudfield wrote: >> hi, >> >> this is another instance of a bug caused by the 'no old file handling' >> problem with distutils/numpy. > > You're talking about the datetime tests below? They don't exist in > 1.5.x,

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-25 Thread Ralf Gommers
On Tue, Oct 26, 2010 at 12:35 AM, René Dudfield wrote: > hi, > > this is another instance of a bug caused by the 'no old file handling' > problem with distutils/numpy. You're talking about the datetime tests below? They don't exist in 1.5.x, that's simply a file left over from an install of the m

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-25 Thread René Dudfield
hi, this is another instance of a bug caused by the 'no old file handling' problem with distutils/numpy. On Sun, Oct 24, 2010 at 4:29 PM, Charles R Harris wrote: > > > On Sun, Oct 24, 2010 at 9:22 AM, Darren Dale wrote: > >> On Sun, Oct 17, 2010 at 7:35 AM, Ralf Gommers >> wrote: >> > Hi, >>

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-24 Thread Darren Dale
On Sun, Oct 24, 2010 at 11:29 AM, Charles R Harris wrote: > > > On Sun, Oct 24, 2010 at 9:22 AM, Darren Dale wrote: >> >> On Sun, Oct 17, 2010 at 7:35 AM, Ralf Gommers >> wrote: >> > Hi, >> > >> > I am pleased to announce the availability of the first release >> > candidate of NumPy 1.5.1. This

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-24 Thread Charles R Harris
On Sun, Oct 24, 2010 at 9:22 AM, Darren Dale wrote: > On Sun, Oct 17, 2010 at 7:35 AM, Ralf Gommers > wrote: > > Hi, > > > > I am pleased to announce the availability of the first release > > candidate of NumPy 1.5.1. This is a bug-fix release with no new > > features compared to 1.5.0. > [...]

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-24 Thread Darren Dale
On Sun, Oct 17, 2010 at 7:35 AM, Ralf Gommers wrote: > Hi, > > I am pleased to announce the availability of the first release > candidate of NumPy 1.5.1. This is a bug-fix release with no new > features compared to 1.5.0. [...] > Please report any other issues on the Numpy-discussion mailing list.

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-18 Thread Ralf Gommers
On Mon, Oct 18, 2010 at 9:55 PM, Vincent Davis wrote: > On Sun, Oct 17, 2010 at 5:35 AM, Ralf Gommers > wrote: >> Hi, >> >> I am pleased to announce the availability of the first release >> candidate of NumPy 1.5.1. This is a bug-fix release with no new >> features compared to 1.5.0. >> >> Binari

Re: [Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-18 Thread Vincent Davis
On Sun, Oct 17, 2010 at 5:35 AM, Ralf Gommers wrote: > Hi, > > I am pleased to announce the availability of the first release > candidate of NumPy 1.5.1. This is a bug-fix release with no new > features compared to 1.5.0. > > Binaries, sources and release notes can be found at > https://sourceforg

[Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-17 Thread Ralf Gommers
Hi, I am pleased to announce the availability of the first release candidate of NumPy 1.5.1. This is a bug-fix release with no new features compared to 1.5.0. Binaries, sources and release notes can be found at https://sourceforge.net/projects/numpy/files/. A note on the available binaries for OS