Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -1/+1 |
| | | | | | | | Inheriting from object was necessary for Python 2 compatibility to use new-style classes. In Python 3, this is unnecessary as there are no old-style classes. Dropping the object is more idiomatic Python. | ||||
* | 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. | ||||
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -6/+1 |
| | | | | | That function is nose specific and has not worked since `__init__` files were added to the tests directories. | ||||
* | MAINT: made sure both compiler strings are included in test | Andrew Lawson | 2017-10-23 | 1 | -11/+10 |
| | |||||
* | TST: Improved tests for nag fortran compiler | Andrew Lawson | 2017-10-20 | 1 | -12/+15 |
| | |||||
* | ENH: Added compatability for the NAG Fortran compiler, nagfor | Andrew Lawson | 2017-10-19 | 1 | -0/+27 |