[Numpy-discussion] Numpy 1.10.2rc1

Orion Poplawski orion at cora.nwra.com
Fri Nov 20 15:42:11 EST 2015


On 11/12/2015 02:11 PM, Charles R Harris wrote:
> Hi All,
> 
> I am pleased to announce the release of Numpy 1.10.2rc1. This release should
> fix the problems exposed in 1.10.1, which is not to say there are no remaining
> problems. Please test this thoroughly, exspecially if you experienced problems
> with 1.10.1. Julian Taylor has opened an issue relating to cblas detection on
> Debian (and probably Debian derived distributions) that is not dealt with in
> this release. Hopefully a solution will be available before the final.

So, this fails:

  File "setup.py", line 427, in fortran_extensionlists
    if StrictVersion(np.version.version) > StrictVersion("1.6.1"):
  File "/usr/lib64/python2.7/distutils/version.py", line 40, in __init__
    self.parse(vstring)
  File "/usr/lib64/python2.7/distutils/version.py", line 107, in parse
    raise ValueError, "invalid version number '%s'" % vstring
ValueError: invalid version number '1.10.2rc1'

But I'm not sure numpy has made any contracts to follow the distutils
StrictVersion format:
http://epydoc.sourceforge.net/stdlib/distutils.version.StrictVersion-class.html

Any thoughts?

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion at nwra.com
Boulder, CO 80301                   http://www.nwra.com



More information about the NumPy-Discussion mailing list