| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This replaces basestring with str except in
- tools/npy_tempita/
- numpy/compat/py3k.py
|
|
|
|
|
| |
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
The strings in error messages were left untouched
|
|
|
|
| |
The rules enforced are the same as those used for scipy.
|
|
The class is in numpy/lib/_version.py and can be used to compare
numpy versions when the version goes to double digits.
|