summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_extending.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22713 from seberg/numba-systemerrorCharles Harris2022-12-021-1/+2
|\
| * TST: Skip when numba/numpy compat issues cause SystemErrorSebastian Berg2022-12-021-1/+2
* | MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-251-1/+1
|/
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-0/+3
* Tests/Docs: Update tests to Cython 0.29.30, mention in docsEwout ter Hoeven2022-05-201-2/+2
* MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-051-4/+4
* ENH: provide a convenience function to replace npy_load_module (#20395)Matti Picus2021-11-191-4/+4
* BLD: update cython to 0.29.21mattip2020-07-101-2/+2
* TST: add tag to __init__.pxd and test that the tag is foundmattip2020-05-061-3/+13
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-4/+32
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+2
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-2/+3
* MAINT: remove dead code from reviewmattip2019-12-271-1/+0
* MAINT: unskip test on win32mattip2019-12-271-1/+0
* BUG: use tmp dir and check version for cython test (#15170)Matti Picus2019-12-261-16/+23
* Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-271-2/+15
|\
| * TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser failsmattip2019-11-211-0/+5
| * TST. API: test using distributions.h via cffimattip2019-11-211-2/+10
* | TST: skip if cython is not availablemattip2019-11-221-0/+6
|/
* MAINT: move numpy/random/examples -> numpy/random/_examplesmattip2019-11-191-3/+3
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-0/+32