Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -5/+1 |
| | | | | | That function is nose specific and has not worked since `__init__` files were added to the tests directories. | ||||
* | TST: Update test__version.py. | Charles Harris | 2015-09-23 | 1 | -0/+13 |
| | | | | | | | Added tests for the x.x.dev0+1234567 form together with alpha and beta versions of same. Updates lifted from scipy. | ||||
* | ENH: Add the scipy NumpyVersion class. | Charles Harris | 2014-05-15 | 1 | -0/+57 |
The class is in numpy/lib/_version.py and can be used to compare numpy versions when the version goes to double digits. |