Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Fix NumpyVersion example (closes gh-10935) | Stefan van der Walt | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | DOC: change Numpy to NumPy in dosctrings and comments | Pierre de Buyl | 2016-09-06 | 1 | -3/+3 |
| | | | | The strings in error messages were left untouched | ||||
* | STY: Make files in numpy/lib PEP8 compliant. | Charles Harris | 2014-07-31 | 1 | -0/+1 |
| | | | | The rules enforced are the same as those used for scipy. | ||||
* | ENH: Add the scipy NumpyVersion class. | Charles Harris | 2014-05-15 | 1 | -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. |