summaryrefslogtreecommitdiff
path: root/numpy/lib/_version.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix typoKenichi Maehashi2021-06-101-1/+1
* ENH: support major version larger than 9 in numpy.lib.NumpyVersionKenichi Maehashi2021-06-101-1/+1
* BUG: Fixed a broken `NumpyVersion.__repr__` methodBas van Beek2021-05-111-1/+1
* MAINT: multiline regex class simplifyTyler Reddy2020-12-291-1/+1
* MAINT: Replace basestring with str.Charles Harris2020-01-231-4/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-1/+4
* 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
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-0/+1
* ENH: Add the scipy NumpyVersion class.Charles Harris2014-05-151-0/+155