| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
|
|
|
|
|
| |
That function is nose specific and has not worked since `__init__` files
were added to the tests directories.
|
|
|
|
|
|
|
| |
Added tests for the x.x.dev0+1234567 form together with alpha and beta
versions of same.
Updates lifted from scipy.
|
|
The class is in numpy/lib/_version.py and can be used to compare
numpy versions when the version goes to double digits.
|