[Numpy-discussion] NumPy 1.12.0 release

Nathan Goldbaum nathan12343 at gmail.com
Wed Jan 18 02:27:28 EST 2017


I've seen reports on the anaconda mailing list of people seeing similar
speed ups when they compile e.g. Numpy with a recent gcc. Anaconda has the
same issue as manylinux in that they need to use versions of GCC available
on CentOS 5.

Given the upcoming official EOL for CentOS5, it might make sense to think
about making a pep for a CentOS 6-based manylinux2 docker image, which will
allow compiling with a newer GCC.

On Tue, Jan 17, 2017 at 9:15 PM Jerome Kieffer <Jerome.Kieffer at esrf.fr>
wrote:

> On Tue, 17 Jan 2017 08:56:42 -0500
>
> Neal Becker <ndbecker2 at gmail.com> wrote:
>
>
>
> > I've installed via pip3 on linux x86_64, which gives me a wheel.  My
>
> > question is, am I loosing significant performance choosing this pre-built
>
> > binary vs. compiling myself?  For example, my processor might have some
> more
>
> > features than the base version used to build wheels.
>
>
>
> Hi,
>
>
>
> I have done some benchmarking (%timeit) for my code running in a
>
> jupyter-notebook within a venv installed with pip+manylinux wheels
>
> versus ipython and debian packages (on the same computer).
>
> I noticed the debian installation was ~20% faster.
>
>
>
> I did not investigate further if those 20% came from the manylinux (I
>
> suspect) or from the notebook infrastructure.
>
>
>
> HTH,
>
> --
>
> Jérôme Kieffer
>
>
>
> _______________________________________________
>
> NumPy-Discussion mailing list
>
> NumPy-Discussion at scipy.org
>
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20170118/8fb0164a/attachment.html>


More information about the NumPy-Discussion mailing list