Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Chain exception in ``distutils/fcompiler/environment.py``. (#16962) | Noman Arshad | 2020-08-04 | 1 | -1/+4 |
| | | | | | | Fixup exception chaining and more detailed exception message Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -1/+0 |
| | | | | | | | * 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 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. | ||||
* | BLD: MAINT: change default behavior of build flag appending. | Ralf Gommers | 2019-08-20 | 1 | -8/+4 |
| | | | | | | 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. | ||||
* | Update environment.py | Yu Feng | 2019-03-02 | 1 | -1/+2 |
| | |||||
* | Update numpy/distutils/fcompiler/environment.py | Eric Wieser | 2019-03-02 | 1 | -1/+1 |
| | | | Co-Authored-By: rainwoodman <rainwoodman@gmail.com> | ||||
* | Changes suggested by eric-wieser | Yu Feng | 2019-03-02 | 1 | -8/+7 |
| | |||||
* | Convert fortran flags from environment variable | Yu Feng | 2019-03-02 | 1 | -2/+6 |
| | | | This PR fixes #13074. | ||||
* | MAINT: add warning to numpy.distutils for LDFLAGS append behavior. | Ralf Gommers | 2018-12-27 | 1 | -2/+13 |
| | | | | See gh-7427 | ||||
* | Simplify logic | Isuru Fernando | 2018-07-08 | 1 | -11/+2 |
| | |||||
* | convert env variable flags and fix LDSHARED | Isuru Fernando | 2018-07-08 | 1 | -2/+6 |
| | |||||
* | Move distutils.environment.py to distutils.fcompiler | Isuru Fernando | 2018-07-07 | 1 | -0/+82 |