Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: Move numpy/core/code_generators/cversions.py to numpy/core. | Charles Harris | 2014-05-04 | 1 | -0/+15 |
This is done because it runs as a script, hence without context, and this causes problems with imports in the code_generators package. This became apparent when numpy_api.py was changed to import genapi.py from the same package. |