summaryrefslogtreecommitdiff
path: root/numpy/lib/_version.py
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Fix NumpyVersion example (closes gh-10935)Stefan van der Walt2018-04-191-1/+1
|
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-3/+3
| | | | The strings in error messages were left untouched
* 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.