Skip to content

Commit

Permalink
BENCH: convert bencmarks to asv format
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mattip committed May 20, 2019
1 parent 7e8e19f commit c53b2eb
Show file tree
Hide file tree
Showing 193 changed files with 693 additions and 2,449 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install cython sphinx>=1.8.5 matplotlib ipython
pip install cython sphinx==1.8.5 matplotlib ipython
sudo apt-get update
sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex
Expand Down
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ include pytest.ini
include *.txt
include README.md
include site.cfg.example
recursive-include numpy/random/mtrand *.pyx *.pxd
include numpy/random/_mtrand/generate_mtrand_c.py
recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in
# Add build support that should go in sdist, but not go in bdist/be installed
# Note that sub-directories that don't have __init__ are apparently not
# included by 'recursive-include', so list those separately
Expand Down
1 change: 0 additions & 1 deletion _randomgen/.gitattributes

This file was deleted.

26 changes: 0 additions & 26 deletions _randomgen/.gitignore

This file was deleted.

72 changes: 0 additions & 72 deletions _randomgen/.travis.yml

This file was deleted.

26 changes: 0 additions & 26 deletions _randomgen/README-git.md

This file was deleted.

Loading

0 comments on commit c53b2eb

Please sign in to comment.