summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test__version.py
Commit message (Collapse)AuthorAgeFilesLines
* TST: Update test__version.py.Charles Harris2015-09-231-0/+13
| | | | | | | Added tests for the x.x.dev0+1234567 form together with alpha and beta versions of same. Updates lifted from scipy.
* ENH: Add the scipy NumpyVersion class.Charles Harris2014-05-151-0/+57
The class is in numpy/lib/_version.py and can be used to compare numpy versions when the version goes to double digits.