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

Matthew Brett matthew.brett at gmail.com
Mon Mar 7 15:29:45 EST 2016


On Sat, Mar 5, 2016 at 10:40 AM, Matthew Brett <matthew.brett at gmail.com> wrote:
> Hi,
>
> On Fri, Mar 4, 2016 at 8:40 PM, Nathaniel Smith <njs at pobox.com> wrote:
>> On Fri, Mar 4, 2016 at 7:30 PM,  <josef.pktd at gmail.com> 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 to isolate linalg library version specific parts from the
>>> user interface.
>>
>> Yeah, it should be invisible to users of both numpy and scipy which
>> BLAS/LAPACK is in use under the hood.
>
> My impression is that the general mood here is positive, so I plan to
> deploy these wheels to pypi on Monday, with the change to the pypi
> text.   Please do let me know if there are any strong objections.

Done:

(py35) PS C:\tmp> pip install numpy
Collecting numpy
  Downloading numpy-1.10.4-cp35-none-win32.whl (6.6MB)
    100% |################################| 6.6MB 34kB/s
Installing collected packages: numpy

Cheers,

Matthew



More information about the NumPy-Discussion mailing list