Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-05-03 Thread Ralf Gommers
On Mon, May 2, 2011 at 10:55 PM, Mark Wiebe wrote: > I applied everything, since they're all obviously bugs and the fixes look > straightforward. I tested those commits on a few python/OS combinations, all looks good. So I'll try to tag an RC2 tonight. Ralf __

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-05-02 Thread Mark Wiebe
I applied everything, since they're all obviously bugs and the fixes look straightforward. -Mark On Mon, May 2, 2011 at 8:18 AM, Michael Droettboom wrote: > I've found a few reference counting bugs running the regression tests > under Valgrind. Pull request here: > > https://github.com/numpy/n

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-05-02 Thread Michael Droettboom
I've found a few reference counting bugs running the regression tests under Valgrind. Pull request here: https://github.com/numpy/numpy/pull/79 Mike On 04/30/2011 04:19 PM, Ralf Gommers wrote: > Hi, > > I am pleased to announce the availability of the first release > candidate of NumPy 1.6.0.

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-05-01 Thread Mark Wiebe
On Sun, May 1, 2011 at 12:19 AM, Christoph Gohlke wrote: > > > On 4/30/2011 9:27 PM, Mark Wiebe wrote: > >> On Sat, Apr 30, 2011 at 9:11 PM, Christoph Gohlke > > wrote: >> >> >> >>On 4/30/2011 6:37 PM, Charles R Harris wrote: >>> >>> >>> On Sat, Apr 30, 20

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-05-01 Thread Christoph Gohlke
On 4/30/2011 9:27 PM, Mark Wiebe wrote: On Sat, Apr 30, 2011 at 9:11 PM, Christoph Gohlke mailto:cgoh...@uci.edu>> wrote: On 4/30/2011 6:37 PM, Charles R Harris wrote: > > > On Sat, Apr 30, 2011 at 6:50 PM, Christoph Gohlke mailto:cgoh...@uci.edu> >

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Mark Wiebe
On Sat, Apr 30, 2011 at 9:11 PM, Christoph Gohlke wrote: > > > On 4/30/2011 6:37 PM, Charles R Harris wrote: > > > > > > On Sat, Apr 30, 2011 at 6:50 PM, Christoph Gohlke > > wrote: > > > > > > > > On 4/30/2011 4:58 PM, Charles R Harris wrote: > > > > > > > >

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Christoph Gohlke
On 4/30/2011 6:37 PM, Charles R Harris wrote: > > > On Sat, Apr 30, 2011 at 6:50 PM, Christoph Gohlke > wrote: > > > > On 4/30/2011 4:58 PM, Charles R Harris wrote: > > > > > > On Sat, Apr 30, 2011 at 5:53 PM, Charles R Harris > > mailto:charlesr.har

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Charles R Harris
On Sat, Apr 30, 2011 at 7:37 PM, Charles R Harris wrote: > > > On Sat, Apr 30, 2011 at 6:50 PM, Christoph Gohlke wrote: > >> >> >> On 4/30/2011 4:58 PM, Charles R Harris wrote: >> > >> > >> > On Sat, Apr 30, 2011 at 5:53 PM, Charles R Harris >> > mailto:charlesr.har...@gmail.com>> wrote: >> > >>

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Charles R Harris
On Sat, Apr 30, 2011 at 6:50 PM, Christoph Gohlke wrote: > > > On 4/30/2011 4:58 PM, Charles R Harris wrote: > > > > > > On Sat, Apr 30, 2011 at 5:53 PM, Charles R Harris > > mailto:charlesr.har...@gmail.com>> wrote: > > > > > > > > > > I get a null pointer access violation during nu

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Christoph Gohlke
On 4/30/2011 4:58 PM, Charles R Harris wrote: > > > On Sat, Apr 30, 2011 at 5:53 PM, Charles R Harris > mailto:charlesr.har...@gmail.com>> wrote: > > > > > I get a null pointer access violation during numpy.test() with all > msvc9/MKL builds for win32 (not win-amd64). The cra

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Charles R Harris
On Sat, Apr 30, 2011 at 5:53 PM, Charles R Harris wrote: > > > >> I get a null pointer access violation during numpy.test() with all >> msvc9/MKL builds for win32 (not win-amd64). The crash occurs during >> test_result_type() in test_numeric.py and can be reduced to the >> following code: >> >>

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Charles R Harris
> I get a null pointer access violation during numpy.test() with all > msvc9/MKL builds for win32 (not win-amd64). The crash occurs during > test_result_type() in test_numeric.py and can be reduced to the > following code: > > >>> import numpy as np > >>> np.result_type(np.array([np.float32(0)])

Re: [Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Christoph Gohlke
On 4/30/2011 1:19 PM, Ralf Gommers wrote: > Hi, > > I am pleased to announce the availability of the first release > candidate of NumPy 1.6.0. If no new problems are reported, the final > release will be in one week. > > Sources and binaries can be found at > http://sourceforge.net/projects/numpy

[Numpy-discussion] ANN: Numpy 1.6.0 release candidate 1

2011-04-30 Thread Ralf Gommers
Hi, I am pleased to announce the availability of the first release candidate of NumPy 1.6.0. If no new problems are reported, the final release will be in one week. Sources and binaries can be found at http://sourceforge.net/projects/numpy/files/NumPy/1.6.0rc1/ For (preliminary) release notes see