summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add random generator exponential example (#22284)lzha972022-12-102-0/+32
* DOC: Fix doc `numpy.<exception>` to `numpy.exceptions.<exception>`Sebastian Berg2022-12-061-1/+1
* Merge pull request #22713 from seberg/numba-systemerrorCharles Harris2022-12-021-1/+2
|\
| * TST: Skip when numba/numpy compat issues cause SystemErrorSebastian Berg2022-12-021-1/+2
* | Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-291-1/+1
|\ \
| * | MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-251-1/+1
| |/
* | Merge pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-271-0/+164
|\ \
| * | BLD: enable building NumPy with MesonRalf Gommers2022-11-251-0/+164
| |/
* | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-258-59/+59
|/
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-114-3/+10
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-273-16/+16
* Merge pull request #22450 from seberg/logseries-boundsCharles Harris2022-10-246-19/+46
|\
| * BUG: Fix boundschecking for `random.logseries`Sebastian Berg2022-10-186-19/+46
* | MAINT: Use Python integers for int to array of uint32 calculationSebastian Berg2022-10-121-4/+4
|/
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-2/+2
* DOC: Update notes with API linkBrigitta Sipőcz2022-09-161-84/+138
* DOC: clarify docs that inform that one should use a GeneratorMonika Kubek2022-09-161-42/+42
* MAINT: random: remove `get_info` from "extending with Cython" exampleRalf Gommers2022-09-111-6/+9
* BLD: add back stdlib.h include in pcg64.hChristoph Reiter2022-09-111-1/+4
* Merge pull request #22171 from MatteoRaso/bug_fixSebastian Berg2022-09-062-4/+4
|\
| * BUG: Made the error and warning messages for numpy.random.multivariate_normal...Matteo Raso2022-08-242-4/+4
* | TST: Implemented an unused test for np.random.randintMatteo Raso2022-08-251-17/+16
|/
* DEP: drop support for msvc<=1900 and Interix (#22139)Matti Picus2022-08-191-4/+4
* DOC: Explain spawn_key a little more.Robert Kern2022-08-121-2/+4
* DOC: Correct doc errorsKevin Sheppard2022-08-111-2/+2
* TYP: Import into random moduleKevin Sheppard2022-08-111-0/+2
* MAINT: Update typing informationKevin Sheppard2022-08-111-0/+6
* ENH: Add the capability to swap the singleton bit generatorKevin Sheppard2022-08-112-15/+171
* TST: Fix spellingKevin Sheppard2022-07-192-2/+2
* BUG/ENH: ALlow bit generators to supply their own ctorKevin Sheppard2022-07-195-29/+61
* Merge pull request #21856 from bramton/mainCharles Harris2022-07-101-3/+7
|\
| * MAINT: Small fixupsCharles Harris2022-07-101-3/+3
| * Links suddenly workingBram2022-07-081-2/+2
| * Forgot backticksBram2022-06-291-1/+1
| * Corrected reference to uniform()Bram2022-06-291-2/+2
| * DOC: Mention uniform in the np.random.Generator.random function.Bram2022-06-271-1/+5
* | Merge pull request #21887 from matthew-brett/mingw-random-compileCharles Harris2022-07-103-3/+3
|\ \
| * | Allow GCC compile on mingw-w64-based systemsMatthew Brett2022-06-293-3/+3
* | | MAINT: random: Annotate default_rng with cython.embedsignaturewarren2022-07-051-0/+1
* | | Fix lib flags for librandomMatthew Brett2022-06-291-22/+12
|/ /
* | DOC: Fixed minor typo in BitGenerator reference (#21876)Bram2022-06-291-1/+1
|/
* DOC: Replace the mathematical notation N(...) with text.warren2022-06-262-9/+17
* MAINT: random: Update to disallowing complex inputs to multivariate_normal.warren2022-06-162-3/+8
* MAINT: random: Disallow complex covariances in multivariate_normalHameer Abbasi2022-06-162-0/+6
* 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