summaryrefslogtreecommitdiff
path: root/numpy/lib/_version.py
Commit message (Collapse)AuthorAgeFilesLines
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-0/+1
| | | | The rules enforced are the same as those used for scipy.
* ENH: Add the scipy NumpyVersion class.Charles Harris2014-05-151-0/+155
The class is in numpy/lib/_version.py and can be used to compare numpy versions when the version goes to double digits.