Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: move numpy/random/examples -> numpy/random/_examples | mattip | 2019-11-19 | 1 | -84/+0 |
| | |||||
* | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 1 | -45/+52 |
| | | | | | | | | | | | | | | | | * API: restructure and document numpy.random C-API * DOC: fix bad reference * API: ship, document, and start to test numpy.random C-API examples * API, DOC, TST: fix tests, refactor documentation to include snippets * BUILD: move public headers to numpy/core/include/numpy/random * TST: ignore DeprecationWarnings in setuptools and numba * DOC: document the C-API as used from Cython | ||||
* | MAINT: remove xoshiro* BitGenerators | mattip | 2019-06-26 | 1 | -3/+3 |
| | |||||
* | MAINT: Remove remnants of bit generators | Kevin Sheppard | 2019-05-27 | 1 | -3/+3 |
| | | | | | Remove traces of the three removed bit generators Add lock to Cython examples | ||||
* | BENCH: convert bencmarks to asv format | mattip | 2019-05-20 | 1 | -0/+77 |
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 |