Re: [Numpy-discussion] Building master issues on Windows

2016-01-04 Thread Jaime Fernández del Río
On Tue, Jan 5, 2016 at 3:15 AM, G Young wrote: > Hello all, > > I've recently encountered issues building numpy off master on Windows in > which setup.py complains that it can't find the Advapi library in any > directories (which is an empty list). I scanned the DLL under System32 and > ran /sfc

[Numpy-discussion] 1.10.3 release tomorrow, 1.11.x branch this month.

2016-01-04 Thread Charles R Harris
Hi All, I'm going to attempt a 1.10.3 release tomorrow to address the segfault reported in #6922 . I'd also like to branch 1.11.x sometime this month, hopefully around Jan 18 (two weeks from now). There are some unresolved issues, in particular __numpy_

[Numpy-discussion] Building master issues on Windows

2016-01-04 Thread G Young
Hello all, I've recently encountered issues building numpy off master on Windows in which setup.py complains that it can't find the Advapi library in any directories (which is an empty list). I scanned the DLL under System32 and ran /sfc scannow as Administrator, and both came up clean. Is an

Re: [Numpy-discussion] Numpy 1.10.3 release.

2016-01-04 Thread Charles R Harris
On Sat, Jan 2, 2016 at 10:05 PM, wrote: > On Sat, Jan 2, 2016 at 4:47 PM, Charles R Harris > wrote: > > Hi All, > > > > A significant segfault problem has been reported against Numpy 1.10.2 > and I > > want to make a quick 1.10.3 release to get it fixed. Two questions > > > > What exactly is the

Re: [Numpy-discussion] deprecate random.random_integers

2016-01-04 Thread Robert Kern
On Sun, Jan 3, 2016 at 11:51 PM, G Young wrote: > > Hello all, > > In light of the discussion in #6910, I have gone ahead and deprecated random_integers in my most recent PR here. As this is an API change (sort of), what are people's thoughts on this deprecation? I'm reasonably in favor. random_

Re: [Numpy-discussion] Windows build/distribute plan & MingwPy funding

2016-01-04 Thread Matthew Brett
Hi, On Mon, Jan 4, 2016 at 5:35 PM, Erik Bray wrote: > On Sat, Jan 2, 2016 at 3:20 AM, Ralf Gommers wrote: >> Hi all, >> >> You probably know that building Numpy, Scipy and the rest of the Scipy Stack >> on Windows is problematic. And that there are plans to adopt the static >> MinGW-w64 based t

Re: [Numpy-discussion] Windows build/distribute plan & MingwPy funding

2016-01-04 Thread Erik Bray
On Sat, Jan 2, 2016 at 3:20 AM, Ralf Gommers wrote: > Hi all, > > You probably know that building Numpy, Scipy and the rest of the Scipy Stack > on Windows is problematic. And that there are plans to adopt the static > MinGW-w64 based toolchain that Carl Kleffner has done a lot of work on for > th