diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-09-27 19:07:17 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-09-30 18:36:09 -0600 |
commit | 581bb79c170748cbf2f6970cd53595b3b5f1fe3e (patch) | |
tree | facc3d72180990cac18ba08625329743a6c3804a /.gitignore | |
parent | 0887da9386e812d2769744afd6c58a927d6cbb45 (diff) | |
download | numpy-581bb79c170748cbf2f6970cd53595b3b5f1fe3e.tar.gz |
ENH: Vendorize tempita.
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e6a05386e..29609cdec 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ benchmarks/numpy # cythonized files cythonize.dat numpy/random/mtrand/mtrand.c +numpy/random/mtrand/randint_helpers.pxi |