Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 3

2011-07-15 Thread Ralf Gommers
On Mon, Jul 11, 2011 at 11:31 PM, Robert Kern wrote: > On Mon, Jul 11, 2011 at 16:12, Christoph Gohlke wrote: > > > > I tested rc3. It looks good, except that on win-amd64 whenever numpy is > > imported, a 'Forcing DISTUTILS_USE_SDK=1' is printed from line 377 in > > misc_util.py. Hence some tes

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 3

2011-07-11 Thread Robert Kern
On Mon, Jul 11, 2011 at 16:12, Christoph Gohlke wrote: > > I tested rc3. It looks good, except that on win-amd64 whenever numpy is > imported, a 'Forcing DISTUTILS_USE_SDK=1' is printed from line 377 in > misc_util.py. Hence some tests of other packages fail. > > This is due to a recent change: >

Re: [Numpy-discussion] ANN: NumPy 1.6.1 release candidate 3

2011-07-11 Thread Christoph Gohlke
On 7/11/2011 12:28 PM, Ralf Gommers wrote: > Hi, > > I am pleased to announce the availability of the third release candidate > of NumPy 1.6.1. This is a bugfix release, list of fixed bugs: > #1834 einsum fails for specific shapes > #1837 einsum throws nan or freezes python for specific array

[Numpy-discussion] ANN: NumPy 1.6.1 release candidate 3

2011-07-11 Thread Ralf Gommers
Hi, I am pleased to announce the availability of the third release candidate of NumPy 1.6.1. This is a bugfix release, list of fixed bugs: #1834 einsum fails for specific shapes #1837 einsum throws nan or freezes python for specific array shapes #1838 object <-> structured type arrays regres