Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -3/+1 |
| | | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811) | ||||
* | 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. | ||||
* | BLD: MAINT: change default behavior of build flag appending. | Ralf Gommers | 2019-08-20 | 1 | -34/+0 |
| | | | | | | This is a follow-up to gh-7427. This can lead to hard to understand build failures, and we've warned that this change was coming for two releases. | ||||
* | TST: suppress test warnings for appending flag behavior better. | Ralf Gommers | 2018-12-27 | 1 | -3/+8 |
| | |||||
* | MAINT: add warning to numpy.distutils for LDFLAGS append behavior. | Ralf Gommers | 2018-12-27 | 1 | -2/+34 |
| | | | | See gh-7427 | ||||
* | Remove redundant code | Isuru Fernando | 2018-07-07 | 1 | -2/+0 |
| | |||||
* | Use monkeypatch's setenv, getenv | Isuru Fernando | 2018-07-07 | 1 | -8/+7 |
| | |||||
* | Test distutils flags appending | Isuru Fernando | 2018-07-07 | 1 | -0/+47 |