From c53b2eb729bae1f248a2654dfcfa4a3dd3e2902b Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 10 Apr 2019 00:50:42 +0300 Subject: BENCH: convert bencmarks to asv format remove files that were part of the origal repo rework randomgen docs to integrate with numpy and fix some links remove convenience functions, require explicit call to gen.brng move code out of numpy.random.randomgen into numpy.random --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ac5693fad..485f37957 100644 --- a/.gitignore +++ b/.gitignore @@ -176,8 +176,8 @@ benchmarks/numpy # cythonized files cythonize.dat numpy/random/mtrand/mtrand.c -numpy/random/randomgen/*.c -numpy/random/randomgen/legacy/*.c -numpy/random/mtrand/randint_helpers.pxi -numpy/random/randomgen/bounded_integers.pyx -numpy/random/randomgen/bounded_integers.pxd +numpy/random/*.c +numpy/random/legacy/*.c +numpy/random/_mtrand/randint_helpers.pxi +numpy/random/bounded_integers.pyx +numpy/random/bounded_integers.pxd -- cgit v1.2.1