| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DOC: Fix for buildling with sphinx 3 | takanori-pskq | 2020-11-06 | 1 | -1/+2 |
| | | |||||
| * | DOC: Fix the link to the quick-start in the old API functions | Sebastian Berg | 2020-09-03 | 1 | -1/+1 |
| | | |||||
| * | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 1 | -1/+1 |
| | | |||||
| * | DOC: fixes from review | mattip | 2019-11-21 | 1 | -4/+12 |
| | | |||||
| * | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs | mattip | 2019-11-21 | 1 | -0/+60 |
| | | |||||
| * | DOC: fix doc linking, was referencing private submodules. | Ralf Gommers | 2019-08-25 | 1 | -10/+8 |
| | | | | | Closes gh-14359 | ||||
| * | DOC: clean up examples. | Robert Kern | 2019-06-27 | 1 | -8/+9 |
| | | |||||
| * | DOC: np.random documentation cleanup and expansion. | Robert Kern | 2019-06-27 | 1 | -14/+10 |
| | | |||||
| * | Revert "MAINT: Implement API changes for randomgen-derived code" | Kevin Sheppard | 2019-05-27 | 1 | -2/+2 |
| | | | | | This reverts commit 17e0070df93f4262908f884dca4b08cb7d0bba7f. | ||||
| * | MAINT: Implement API changes for randomgen-derived code | mattip | 2019-05-20 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | | | | remove numpy.random.gen, BRNG.generator, pcg*, rand, randn remove use_mask and Lemire's method, fix benchmarks for PCG removal convert brng to bitgen (in C) and bit_generator (in python) convert base R{NG,andom.*} to BitGenerator, fix last commit randint -> integers, remove rand, randn, random_integers RandomGenerator -> Generator, more "basic RNG" -> BitGenerator random_sample -> random, jump -> jumped, resync with randomgen Remove derived code from entropy Port over changes accepted in upstream to protect log(0.0) where relevant fix doctests for jumped, better document choice Remove Python 2.7 shims Use NPY_INLINE to simplify Fix performance.py to work Renam directory brng to bit_generators Fix examples wiht new directory structure Clarify relationship to historical RandomState Remove references to .generator Rename xoshiro256/512starstar | ||||
| * | DOC: tighten up documentation, add a table of comparison | mattip | 2019-05-20 | 1 | -3/+6 |
| | | |||||
| * | MAINT: remove legacy, refactor legacy -> mtrand in docs | mattip | 2019-05-20 | 1 | -45/+59 |
| | | |||||
| * | BUG: __dealloc__ can be called without __init__ in some error modes | mattip | 2019-05-20 | 1 | -0/+110 |
| skip doctests that require scipy move original mtrand module to _mtrand adjust documentation for namespace change | |||||
