On Sat, Jun 25, 2016 at 12:25 AM, Matthew Brett <matthew.br...@gmail.com>
wrote:

> Hi,
>
> I just ran a query on pypi downloads [1] using the BigQuery interface
> to pypi stats [2].  It lists the numpy files downloaded from pypi via
> a pip install, over the last two weeks, ordered by the number of
> downloads:
>
> 1  100595 numpy-1.11.0.tar.gz
> 2  97754 numpy-1.11.0-cp27-cp27mu-manylinux1_x86_64.whl
> 3  38471 numpy-1.8.1-cp27-cp27mu-manylinux1_x86_64.whl
> 4  20874 numpy-1.11.0-cp27-none-win_amd64.whl
> 5  20049
> numpy-1.11.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
> 6  17100 numpy-1.10.4-cp27-cp27mu-manylinux1_x86_64.whl
> 7  15187 numpy-1.10.1.zip
> 8  14277 numpy-1.11.0-cp35-cp35m-manylinux1_x86_64.whl
> 9  11538 numpy-1.9.1.tar.gz
> 10 11272 numpy-1.11.0-cp27-none-win32.whl
>

Thanks Matthew, interesting.


> Of course, it's difficult to know how many of these are from automated
> builds, such as from travis-ci, but it does look as if manylinux
> wheels are getting some traction.
>

Looks like the vast majority is from CI setups, but that's still a lot of
time not spent building numpy from source so also a good thing.

Ralf
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to