diff options
author | mattip <matti.picus@gmail.com> | 2019-04-12 10:27:33 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-05-20 18:45:27 +0300 |
commit | 9578dcfbe744854312690ea79063e50d67fc88a2 (patch) | |
tree | c81fd1e43aa3a2a5124aae8575dcb427746b8ef9 /.gitignore | |
parent | c53b2eb729bae1f248a2654dfcfa4a3dd3e2902b (diff) | |
download | numpy-9578dcfbe744854312690ea79063e50d67fc88a2.tar.gz |
BUG: __dealloc__ can be called without __init__ in some error modes
skip doctests that require scipy
move original mtrand module to _mtrand
adjust documentation for namespace change
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 485f37957..ec0430dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -175,7 +175,7 @@ benchmarks/env benchmarks/numpy # cythonized files cythonize.dat -numpy/random/mtrand/mtrand.c +numpy/random/_mtrand/_mtrand.c numpy/random/*.c numpy/random/legacy/*.c numpy/random/_mtrand/randint_helpers.pxi |