summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* DOC: Correct formattingjcusick132022-06-051-1/+1
* DOC: Specify what is being broadcastedjcusick132022-06-051-5/+2
* DOC: Add note about broadcasting supportjcusick132022-06-051-0/+6
* Merge pull request #21504 from Yulv-git/typos1Ralf Gommers2022-05-252-3/+3
|\
| * Fix some typos.Yulv-git2022-05-142-3/+3
* | Tests/Docs: Update tests to Cython 0.29.30, mention in docsEwout ter Hoeven2022-05-201-2/+2
* | Remove python <3.6 related thingsBrigitta Sipocz2022-05-171-7/+1
|/
* Merge pull request #21356 from urunsiyabend/patch-2Matti Picus2022-04-191-1/+1
|\
| * DOC: Fix a typo in docstring of MT19937Siyabend Ürün2022-04-181-1/+1
* | doc: fix typoAndrey Andreyevich Bienkowski2022-04-181-1/+1
* | Doc: Philox.jumped correct the formulaAndrey Andreyevich Bienkowski2022-04-171-1/+1
|/
* DOC: minor typo fix in numpy.random API docs (#21315)kennychenfs2022-04-101-1/+1
* Merge pull request #21291 from oscargus/spaceandcosCharles Harris2022-04-071-3/+3
|\
| * Add space after argument nameOscar Gustafsson2022-04-031-3/+3
* | DOC: Add ref to handling axis param to permutedBhavuk kalra2022-04-041-0/+6
* | DOC: Fixed the Incorrect outputBhavuk kalra2022-04-041-1/+1
* | DOC: Made suggested changes.Bhavuk kalra2022-04-031-10/+15
* | DOC: Improve "random.generator.shuffle" docs pagebhavukkalra2022-03-301-0/+16
|/
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-187-7/+7
* Merge pull request #21005 from Androp0v/negative_binomial-checksCharles Harris2022-03-132-2/+58
|\
| * Improved negative_binomial checks documentationRaúl Montón Pinillos2022-02-211-3/+21
| * Performance improvements for negative_binomial checksRaúl Montón Pinillos2022-02-182-6/+10
| * Simplify check and add test for invalid combinations of p and n in negative_b...Raúl Montón Pinillos2022-02-172-17/+18
| * Add parameter check in negative_binomial generator to avoid infinite loop for...Raúl Montón Pinillos2022-02-171-2/+35
* | MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-051-4/+4
|/
* Fix typo in setup.pycaioagiani2022-01-301-1/+1
* BUG: Fix the return type of random_float_fillHood Chatham2022-01-261-1/+1
* BUG: Fix CI failure by adding symbols to be exported on CygwinMasamichi Hosoda2022-01-231-0/+7
* DOC: Cosmetic docstring fix for numpydoc.Ross Barnowski2022-01-201-1/+1
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-134-4/+4
* Merge pull request #20643 from bashtage/experiment-array-cons-checkSebastian Berg2022-01-101-3/+19
|\
| * PERF: Optimize array check for bounded 0,1 valuesKevin Sheppard2021-12-221-3/+20
* | DOC: fix broken documentation references in mtrand.pyxAndy Wharton2022-01-021-42/+42
* | Merge pull request #20380 from WarrenWeckesser/doc-fix-mvn-exampleMatti Picus2021-12-242-10/+56
|\ \
| * | DOC: random: Tweak notation in multivariate_normal docstrings for consistency.warren2021-12-052-2/+2
| * | DOC: random: Add more details to the bivariate normal example.warren2021-12-052-6/+40
| * | Merge branch 'main' into doc-fix-mvn-examplewarren2021-12-035-12/+29
| |\ \
| * | | DOC: random: Replace the last multivariate_normal example with a plot.warren2021-12-032-8/+20
| * | | DOC: random: Fix a comment and example in the multivariate_normal docstring.warren2021-11-152-8/+8
* | | | Merge pull request #20652 from BvB93/styCharles Harris2021-12-238-256/+229
|\ \ \ \
| * | | | STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-233-5/+5
| * | | | STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-234-55/+49
| * | | | STY: Replace `Union` with the `|` operatorBas van Beek2021-12-227-71/+55
| * | | | STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-223-152/+147
| | |_|/ | |/| |
* | | | PERF: Speed up check_constraint checksKevin Sheppard2021-12-221-2/+3
|/ / /
* | | BUG: random: Check 'writeable' flag in 'shuffle' and 'permuted'.warren2021-12-184-0/+27
* | | BUG: Protect kahan_sum from empty arraysKevin Sheppard2021-12-171-0/+15
| |/ |/|
* | BUG: Protect divide by 0 in multinomial (#20490)Kevin Sheppard2021-12-022-7/+23
* | DOC: Fix a typo in docstring of MT19937Raphael Kruse2021-11-221-1/+1
* | Merge pull request #20409 from mattip/setuptools3Ralf Gommers2021-11-201-0/+1
|\ \