Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: emphasize random API changes | mattip | 2019-07-09 | 1 | -3/+5 |
* | ENH: np.random.default_gen() (#13840) | Robert Kern | 2019-06-28 | 1 | -8/+8 |
* | MAINT: remove leftover files, fix docs | mattip | 2019-06-26 | 1 | -2/+1 |
* | MAINT: remove xoshiro* BitGenerators | mattip | 2019-06-26 | 1 | -4/+3 |
* | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 1 | -1/+1 |
* | MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGenerators | mattip | 2019-05-20 | 1 | -4/+4 |
* | MAINT: Implement API changes for randomgen-derived code | mattip | 2019-05-20 | 1 | -35/+30 |
* | DOC: tighten up documentation, add a table of comparison | mattip | 2019-05-20 | 1 | -9/+31 |
* | BUG: __dealloc__ can be called without __init__ in some error modes | mattip | 2019-05-20 | 1 | -0/+101 |