Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: fix typo | Kenichi Maehashi | 2021-06-10 | 1 | -1/+1 |
| | |||||
* | ENH: support major version larger than 9 in numpy.lib.NumpyVersion | Kenichi Maehashi | 2021-06-10 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed a broken `NumpyVersion.__repr__` method | Bas van Beek | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | MAINT: multiline regex class simplify | Tyler Reddy | 2020-12-29 | 1 | -1/+1 |
| | | | | | | * follow up to gh-18083 covering multi-line uses of `re.compile(..` and some cases for `re.match(..` with single (meta)character classes | ||||
* | MAINT: Replace basestring with str. | Charles Harris | 2020-01-23 | 1 | -4/+2 |
| | | | | | | | This replaces basestring with str except in - tools/npy_tempita/ - numpy/compat/py3k.py | ||||
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
| | | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior. | ||||
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -1/+4 |
| | | | | | | | | * ported the refguide_check module from SciPy for usage in NumPy docstring execution/ verification; added the refguide_check run to Azure Mac OS CI * adjusted NumPy docstrings such that refguide_check passes | ||||
* | 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. |