Fwd: [Numpy-discussion] numpy dev-version-string change

Stéfan van der Walt stefan at sun.ac.za
Sun Dec 28 04:14:49 EST 2014


---------- Forwarded message ----------
From: "Ralf Gommers" <ralf.gommers at gmail.com>
Date: Dec 28, 2014 10:43 AM
Subject: [Numpy-discussion] numpy dev-version-string change
To: "Discussion of Numerical Python" <numpy-discussion at scipy.org>
Cc:

Hi all,

This is a heads up that the numpy version string for development versions
is changing from x.y.z.dev-githash to x.y.z.dev+githash (note the +). This
is due to PEP 440 [1], which specifies local (i.e. non-released) versions
have to use a "+". Pip 6.0, released a few days ago, enforces this so we
noticed immediately that without this version string change pip sorted the
latest dev wheel build from master below any released version.

Change in numpy at [2]; identical change in scipy at [3]. Note that this is
unlikely but not impossible to break custom version string parsers (like
[4]).

Cheers,
Ralf

[1] https://www.python.org/dev/peps/pep-0440/
[2] https://github.com/numpy/numpy/pull/5387
[3] https://github.com/scipy/scipy/pull/4307
[4] https://github.com/scipy/scipy/blob/master/scipy/lib/_version.py

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion at scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20141228/c422ea73/attachment.html>


More information about the scikit-image mailing list