Re: [Numpy-discussion] Windows wheels, built, but should we deploy?

2016-03-04 Thread Nathaniel Smith
On Fri, Mar 4, 2016 at 7:30 PM, wrote: [...] > AFAIK, numpy doesn't provide access to BLAS/LAPACK. scipy does. statsmodels > is linking to the installed BLAS/LAPACK in cython code through scipy. So far > we haven't seen problems with different versions. I think scipy development > works very well

Re: [Numpy-discussion] Windows wheels, built, but should we deploy?

2016-03-04 Thread josef.pktd
On Fri, Mar 4, 2016 at 1:38 PM, Matthew Brett wrote: > On Fri, Mar 4, 2016 at 12:29 AM, David Cournapeau > wrote: > > > > > > On Fri, Mar 4, 2016 at 4:42 AM, Matthew Brett > > wrote: > >> > >> Hi, > >> > >> Summary: > >> > >> I propose that we upload Windows wheels to pypi. The wheels are > >>

Re: [Numpy-discussion] GSoC?

2016-03-04 Thread Pauli Virtanen
Thu, 11 Feb 2016 00:02:52 +0100, Ralf Gommers kirjoitti: [clip] > OK first version: > https://github.com/scipy/scipy/wiki/GSoC-2016-project-ideas I kept some > of the ideas from last year, but removed all potential mentors as the > same people may not be available this year - please re-add yourselv

Re: [Numpy-discussion] Windows wheels, built, but should we deploy?

2016-03-04 Thread Chris Barker
+1 -- thanks for doing all this work. There is a HUGE amount you can do with numpy that doesn't give a whit about how fast .dot() et all are. If you really do need that to be fast as possible, you can pug in a faster build later. This is great. Just as one example -- I teach a general python cla

Re: [Numpy-discussion] Windows wheels, built, but should we deploy?

2016-03-04 Thread Matthew Brett
On Fri, Mar 4, 2016 at 12:29 AM, David Cournapeau wrote: > > > On Fri, Mar 4, 2016 at 4:42 AM, Matthew Brett > wrote: >> >> Hi, >> >> Summary: >> >> I propose that we upload Windows wheels to pypi. The wheels are >> likely to be stable and relatively easy to maintain, but will have >> slower per

[Numpy-discussion] Ufunc identity for bitwise reduction of object arrays.

2016-03-04 Thread Charles R Harris
Hi All, There is currently some discussion on whether or not object arrays should have an identity for bitwise reductions. Currently, they do not use the identity for non-empty arrays, so this would only affect reductions on empty arrays. Currently bitwis

Re: [Numpy-discussion] Windows wheels, built, but should we deploy?

2016-03-04 Thread David Cournapeau
On Fri, Mar 4, 2016 at 4:42 AM, Matthew Brett wrote: > Hi, > > Summary: > > I propose that we upload Windows wheels to pypi. The wheels are > likely to be stable and relatively easy to maintain, but will have > slower performance than other versions of numpy linked against faster > BLAS / LAPACK