summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* MNT: compatibility with cython3Thomas A Caswell2023-05-132-8/+7
* Also annotate the implementation of the kahan_sum() function, not just the de...Stefan Behnel2023-05-041-1/+1
* Revert useless changes.Stefan Behnel2023-05-042-15/+15
* Merge branch 'main' into cython3_noexceptscoder2023-05-0450-870/+6691
|\
| * MAINT: random: In a test module, don't use a global non-deterministically Gen...warren2023-05-011-24/+21
| * BUG: random: Don't return negative values from Generator.geometric.warren2023-04-302-1/+16
| * BUG: accept zeros on numpy.random dirichlet function (#23440)Paulo Almeida2023-04-112-3/+7
| * DOC: Add `n_children` param to rng.spawn() and bitgen.spawn() docsSebastian Berg2023-03-142-0/+12
| * Merge pull request #23103 from SimonAltrogge/typing-fixBas van Beek2023-03-051-28/+70
| |\
| | * TYP: Update even more `_generator` argument types to `_FloatLike_co`BvB932023-03-051-27/+68
| | * TYP: Fix return type to float on _FloatLike_co argumentsSimonAltrogge2023-01-261-1/+2
| * | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-022-2/+2
| * | Merge pull request #23195 from seberg/public-rng-spawnCharles Harris2023-02-235-0/+157
| |\ \
| | * | DOC: Try to add Generator spawning to parallel generation and link itSebastian Berg2023-02-142-4/+10
| | * | DOC: Improve docs around generator spawningSebastian Berg2023-02-142-15/+59
| | * | DOC: Add release note and versionadded tagsSebastian Berg2023-02-142-0/+6
| | * | API: Add `rng.spawn()`, `bit_gen.spawn()`, and `bit_gen.seed_seq`Sebastian Berg2023-02-145-0/+101
| * | | BUILD: add a windows meson CI job, tweak meson build parameters, fix typomattip2023-02-201-1/+1
| * | | TST: Add a random integers bounds checking test that previously failedSebastian Berg2023-02-131-0/+2
| * | | MAINT: Fixup random bounds checking codeSebastian Berg2023-02-131-31/+57
| |/ /
| * | Revert type change for random_fJonathan Kohler2023-02-051-1/+1
| * | Correct types, add missing functions to c_distributions.pxdJonathan Kohler2023-02-051-4/+10
| |/
| * Merge pull request #22779 from LeonaTaric/numpy_issue22745Charles Harris2023-01-091-0/+2
| |\
| | * 去掉noteLeonaTaric2023-01-091-3/+2
| | * change note toLeonaTaric2022-12-161-2/+2
| | * All entropy/seed not None must be non-negativeLeonaTaric2022-12-131-0/+3
| * | DOC: Update docstring of `multivariate_normal` (#22938)Malte Londschien2023-01-071-2/+8
| |/
| * 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