| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Relates to #11483
|
| |
|
|
| |
Before, we did the worst of both worlds, checking the version of one then calling the other.
|
| |
|
|
| |
Run it using python -m cython, which works fine even on 0.19
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Copy tempita from https://github.com/gjhiggins/tempita with a few
changes to remove the six dependency. This removes a dependency on
Cython's tempita, which is not to be relied on as it is considered by
the Cython folks to be an implementation detail. The package is named
npy_tempita so that it can always be distinguished from an installed
tempita.
The cythonize.py script is changed to use the vendorized tempita.
|
| |
|
|
|
|
| |
Refactors the randint helpers to use a Tempita
template. This will reduce technical debt in the
long run.
|
| | |
|
|
|
Instead generate at build time. The generated sources are still part of
the sdist.
tools/cythonize.py is copied from SciPy with small changes to the
configuration.
|