Re: [Numpy-discussion] new mingw-w64 based numpy and scipy wheel (still experimental)

2015-01-25 Thread Sturla Molden
On 25/01/15 22:15, Matthew Brett wrote: > I agree, that shipping openblas with both numpy and scipy seems > perfectly reasonable to me - I don't think anyone will much care about > the 30M, and I think our job is to make something that works with the > least complexity and likelihood of error. Ye

Re: [Numpy-discussion] new mingw-w64 based numpy and scipy wheel (still experimental)

2015-01-25 Thread Olivier Grisel
+1 for bundling OpenBLAS both in scipy and numpy in the short term. Introducing a new dependency project for OpenBLAS sounds like a good idea but this is probably more work. -- Olivier ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://

Re: [Numpy-discussion] new mingw-w64 based numpy and scipy wheel (still experimental)

2015-01-25 Thread Matthew Brett
Hi, On Sun, Jan 25, 2015 at 12:23 PM, Nathaniel Smith wrote: > On 25 Jan 2015 18:46, "Carl Kleffner" wrote: >> >> 2015-01-25 16:46 GMT+01:00 Nathaniel Smith : >>> >>> On Sat, Jan 24, 2015 at 5:29 PM, Carl Kleffner >>> wrote: >>> > >>> > 2015-01-23 0:23 GMT+01:00 Nathaniel Smith : >>> >> >>> >>

Re: [Numpy-discussion] new mingw-w64 based numpy and scipy wheel (still experimental)

2015-01-25 Thread Nathaniel Smith
On 25 Jan 2015 18:46, "Carl Kleffner" wrote: > > 2015-01-25 16:46 GMT+01:00 Nathaniel Smith : >> >> On Sat, Jan 24, 2015 at 5:29 PM, Carl Kleffner wrote: >> > >> > 2015-01-23 0:23 GMT+01:00 Nathaniel Smith : >> >> >> >> On Thu, Jan 22, 2015 at 9:29 PM, Carl Kleffner >> >> wrote: >> >> > OpenBLAS

Re: [Numpy-discussion] New function `count_unique` to generate contingency tables.

2015-01-25 Thread Aldcroft, Thomas
On Tue, Aug 12, 2014 at 12:17 PM, Eelco Hoogendoorn < hoogendoorn.ee...@gmail.com> wrote: > Thanks. Prompted by that stackoverflow question, and similar problems I > had to deal with myself, I started working on a much more general extension > to numpy's functionality in this space. Like you noted

Re: [Numpy-discussion] New function `count_unique` to generate contingency tables.

2015-01-25 Thread Warren Weckesser
On Sun, Jan 25, 2015 at 1:48 PM, Warren Weckesser < warren.weckes...@gmail.com> wrote: > > > On Wed, Aug 13, 2014 at 6:17 PM, Eelco Hoogendoorn < > hoogendoorn.ee...@gmail.com> wrote: > >> Its pretty easy to implement this table functionality and more on top of >> the code I linked above. I still

Re: [Numpy-discussion] New function `count_unique` to generate contingency tables.

2015-01-25 Thread Warren Weckesser
On Wed, Aug 13, 2014 at 6:17 PM, Eelco Hoogendoorn < hoogendoorn.ee...@gmail.com> wrote: > Its pretty easy to implement this table functionality and more on top of > the code I linked above. I still think such a comprehensive overhaul of > arraysetops is worth discussing. > > import numpy as np >

Re: [Numpy-discussion] new mingw-w64 based numpy and scipy wheel (still experimental)

2015-01-25 Thread Carl Kleffner
2015-01-25 16:46 GMT+01:00 Nathaniel Smith : > On Sat, Jan 24, 2015 at 5:29 PM, Carl Kleffner > wrote: > > > > 2015-01-23 0:23 GMT+01:00 Nathaniel Smith : > >> > >> On Thu, Jan 22, 2015 at 9:29 PM, Carl Kleffner > >> wrote: > >> > OpenBLAS is deployed as part of the numpy wheel. That said, the s

Re: [Numpy-discussion] new mingw-w64 based numpy and scipy wheel (still experimental)

2015-01-25 Thread Nathaniel Smith
On Sat, Jan 24, 2015 at 5:29 PM, Carl Kleffner wrote: > > 2015-01-23 0:23 GMT+01:00 Nathaniel Smith : >> >> On Thu, Jan 22, 2015 at 9:29 PM, Carl Kleffner >> wrote: >> > OpenBLAS is deployed as part of the numpy wheel. That said, the scipy >> > wheels >> > mentioned above are dependant on the ins

Re: [Numpy-discussion] new mingw-w64 based numpy and scipy wheel (still experimental)

2015-01-25 Thread Sturla Molden
Carl Kleffner wrote: > I very much prefer dynamic linking to numpy\core\libopenblas.dll instead of > static linking to avoid bloat. This matters, because libopenblas.dll is a > heavy library (around 30Mb for amd64). As a consequence all packages with > dynamic linkage to OpenBLAS depend on numpy

Re: [Numpy-discussion] new mingw-w64 based numpy and scipy wheel (still experimental)

2015-01-25 Thread cjw
On 24-Jan-15 12:14 PM, Carl Kleffner wrote: > Just a wild guess: > > (1) update your pip and try again Thanks. My pip version was 1,5,6, it is now 6.0.6 > > (2) use the bitbucket wheels with: > pip install --no-index -f > https://bitbucket.org/carlkl/mingw-w64-for-python/downloads numpy Successfu