summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18282 from numpy/treddy_issue_18273Charles Harris2021-02-033-4/+19
|\
| * MAINT: PR 18282 revisionstreddy_issue_18273Tyler Reddy2021-02-012-10/+4
| * MAINT: gracefully shuffle memoryviewsTyler Reddy2021-02-013-0/+21
* | Merge pull request #18302 from BvB93/missing-attrCharles Harris2021-02-021-1/+3
|\ \
| * | MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+3
| |/
* | Merge pull request #18264 from mckib2/c-extern-npyrandomCharles Harris2021-02-021-1/+10
|\ \ | |/ |/|
| * BUG: cffi parser ignores __cplusplus guardsmckib22021-01-301-1/+10
* | DOC: Nupydoc format space before `:` in ParametersMatthias Bussonnier2021-01-311-3/+3
|/
* Clarify description of exampleJames Gerity2021-01-261-2/+2
* Mark example as randomJames Gerity2021-01-261-1/+1
* DOC: add example of sampling from 2-D arrayJames Gerity2021-01-241-0/+7
* DOC: Drop '1-D' from docstringJames Gerity2021-01-241-1/+1
* Remove duplicate axis checkRalf Gommers2021-01-231-4/+0
* BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-234-8/+39
* MAINT: warn when shuffling unrecognized objectsRalf Gommers2021-01-232-5/+23
* Fixing typo in docstringEertmans2021-01-191-1/+1
* Revert changes to mtrandKevin Sheppard2020-12-114-20/+18
* BUG: Enforce high >= low on uniform number generatorsKevin Sheppard2020-12-114-14/+28
* [DOC]: Wrong length for underline in docstring.Matthias Bussonnier2020-12-061-1/+1
* TST: remove stray '+' from f-string upgradeDerek Homeier2020-12-041-1/+1
* BLD: Enable Werror=undef in travisSayed Adel2020-11-171-3/+3
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-293-69/+69
* TST: simplify source path names in compilation testmattip2020-10-271-2/+2
* conversion of strings to fstringsJakob2020-10-246-15/+14
* DOC: random: Fix default_rng docstring (#17375)Albert Villanova del Moral2020-09-251-1/+1
* Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+61
|\
| * ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-191-2/+59
| * ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4
* | DOC: Fix the link to the quick-start in the old API functionsSebastian Berg2020-09-031-42/+42
* | ENH: random: Add the method `permuted` to Generator. (#15121)Warren Weckesser2020-09-022-62/+294
|/
* BUG: fix a compile and a test warningmattip2020-08-091-1/+1
* BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-145-1/+28
* DOC: use print() instead of str() for generator object to pass circleci testsLaurie2020-07-121-4/+4
* DOC: updates based on mattip's suggestions, add seed to all default_rng so te...Laurie2020-07-121-14/+12
* DOC: add examples to random number generator pagesLaurie2020-07-121-0/+55
* DOC: Fix RST/numpydoc standard.Matthias Bussonnier2020-07-101-1/+1
* BLD: update cython to 0.29.21mattip2020-07-101-2/+2
* BUG: Ensure SeedSequence 0-padding does not collide with spawn keysRobert Kern2020-06-092-2/+37
* Merge pull request #16504 from bashtage/doc-mv-normCharles Harris2020-06-081-1/+2
|\
| * DOC: Correct MV Normal sigKevin Sheppard2020-06-051-1/+2
* | Merge pull request #16510 from madphysicist/patch-1Charles Harris2020-06-081-1/+1
|\ \
| * | DOC: Minor rounding correction in Generator.binomialJoseph Fox-Rabinovitz2020-06-061-1/+1
| |/
* | BUG: Fix cython warning in random/_common.pyx.Charles Harris2020-06-071-1/+2
* | BUG: Correct broadcasting when size is not NoneKevin Sheppard2020-06-052-0/+70
|/
* DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-312-12/+18
* MAINT: precompute log(2.0 * M_PI) in `random_loggam' (gh-16237)Elia Franzella2020-05-191-10/+12
* Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-192-4/+4
|\
| * DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-042-4/+4
* | Merge pull request #16153 from bashtage/fix-mt19937-jumpCharles Harris2020-05-136-329/+210
|\ \