summaryrefslogtreecommitdiff
path: root/numpy/random/_examples
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-3/+2
* MAINT: random: remove `get_info` from "extending with Cython" exampleRalf Gommers2022-09-111-6/+9
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* MAINT: import setuptools beforew distutilsmattip2021-11-191-0/+1
* BUG: Use lop1p to improve numerical precisionKevin Sheppard2021-03-171-7/+8
* BUG: cffi parser ignores __cplusplus guardsmckib22021-01-301-1/+10
* TST: remove stray '+' from f-string upgradeDerek Homeier2020-12-041-1/+1
* TST: simplify source path names in compilation testmattip2020-10-271-2/+2
* conversion of strings to fstringsJakob2020-10-241-2/+2
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-162-2/+51
* convert shebang from python to python3 (#15687)Changqing Li2020-03-042-2/+2
* MAINT: unskip test on win32mattip2019-12-271-2/+2
* BUG: use tmp dir and check version for cython test (#15170)Matti Picus2019-12-261-1/+5
* DOC, TST: refactor CFFI test, add file names to documentationmattip2019-11-292-35/+49
* Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-271-0/+72
|\
| * TST. API: test using distributions.h via cffimattip2019-11-211-0/+72
* | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-212-3/+3
* | DOC: Clean up examples of low-level random accessKevin Sheppard2019-11-214-21/+37
|/
* DOC, MAINT: fix documentation, remove __init__.pymattip2019-11-201-0/+0
* MAINT: move numpy/random/examples -> numpy/random/_examplesmattip2019-11-196-0/+318