[Numpy-discussion] Pip download stats for numpy

Ralf Gommers ralf.gommers at gmail.com
Sun Jun 26 17:09:45 EDT 2016


On Sat, Jun 25, 2016 at 12:25 AM, Matthew Brett <matthew.brett at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20160626/b157e724/attachment.html>


More information about the NumPy-Discussion mailing list