Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: replace `NPY_INLINE` with `inline` | Ralf Gommers | 2022-11-25 | 1 | -3/+2 |
| | | | | Closes gh-22100 | ||||
* | MAINT: random: remove `get_info` from "extending with Cython" example | Ralf Gommers | 2022-09-11 | 1 | -6/+9 |
| | | | | xref gh-21431 | ||||
* | MAINT, DOC: discard repeated words | Dimitri Papadopoulos | 2022-01-13 | 1 | -1/+1 |
| | |||||
* | MAINT: import setuptools beforew distutils | mattip | 2021-11-19 | 1 | -0/+1 |
| | |||||
* | BUG: Use lop1p to improve numerical precision | Kevin Sheppard | 2021-03-17 | 1 | -7/+8 |
| | | | | | | | Use log1p(-x) instead of log(1 - x) Seperate legacy version from current closes #17020 | ||||
* | BUG: cffi parser ignores __cplusplus guards | mckib2 | 2021-01-30 | 1 | -1/+10 |
| | |||||
* | TST: remove stray '+' from f-string upgrade | Derek Homeier | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | TST: simplify source path names in compilation test | mattip | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | conversion of strings to fstrings | Jakob | 2020-10-24 | 1 | -2/+2 |
| | |||||
* | BUG: add missing c_distributions.pxd, enables cython use of random C-API ↵ | Matti Picus | 2020-03-16 | 2 | -2/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (gh-15463) xref gh-14778 As pointed out in the comment by @jamesthomasgriffin, we did not include a pxd file to expose the distribution functions documented in the random c-api. This PR adds a c_distributions.pxd file that exposes them. Squashed commits: * BUG: add missing c_distributions.pxd to enable cython use of random C-API * ENH, TST: add npyrandom library like npymath, test cython use of it * BUG: actually prefix f-string with f * MAINT: fixes from review, add _bit_generato_bit_generator.pxd * STY: fixes from review * BLD: don't use nprandom library for mtrand legacy build * TST: WindowsPath cannot be used in subprocess's list2cmdline * MAINT, API: move _bit_generator to bit_generator * DOC: add release note about moving bit_generator * DOC, MAINT: fixes from review * MAINT: redo dtype determination from review | ||||
* | convert shebang from python to python3 (#15687) | Changqing Li | 2020-03-04 | 2 | -2/+2 |
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||||
* | MAINT: unskip test on win32 | mattip | 2019-12-27 | 1 | -2/+2 |
| | |||||
* | BUG: use tmp dir and check version for cython test (#15170) | Matti Picus | 2019-12-26 | 1 | -1/+5 |
| | | | | | | | | | | | | * BUG: use tmp dir and check version for cython test * TST, MAINT: skip on win32, fix formatting * TST: fixes from review * TST: fixes from review * TST: fixes from review | ||||
* | DOC, TST: refactor CFFI test, add file names to documentation | mattip | 2019-11-29 | 2 | -35/+49 |
| | |||||
* | Merge pull request #14954 from mattip/test-extending-cffi | Charles Harris | 2019-11-27 | 1 | -0/+72 |
|\ | | | | | TST. API: test using distributions.h via cffi | ||||
| * | TST. API: test using distributions.h via cffi | mattip | 2019-11-21 | 1 | -0/+72 |
| | | |||||
* | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs | mattip | 2019-11-21 | 2 | -3/+3 |
| | | |||||
* | | DOC: Clean up examples of low-level random access | Kevin Sheppard | 2019-11-21 | 4 | -21/+37 |
|/ | | | | | | Test examples on Linux and Windows Correct bug in Cython example Improve building instructions for numba examples | ||||
* | DOC, MAINT: fix documentation, remove __init__.py | mattip | 2019-11-20 | 1 | -0/+0 |
| | |||||
* | MAINT: move numpy/random/examples -> numpy/random/_examples | mattip | 2019-11-19 | 6 | -0/+318 |