| Commit message (Expand) | Author | Age | Files | Lines |
* | MNT: compatibility with cython3 | Thomas A Caswell | 2023-05-13 | 2 | -8/+7 |
* | Also annotate the implementation of the kahan_sum() function, not just the de... | Stefan Behnel | 2023-05-04 | 1 | -1/+1 |
* | Revert useless changes. | Stefan Behnel | 2023-05-04 | 2 | -15/+15 |
* | Merge branch 'main' into cython3_noexcept | scoder | 2023-05-04 | 50 | -870/+6691 |
|\ |
|
| * | MAINT: random: In a test module, don't use a global non-deterministically Gen... | warren | 2023-05-01 | 1 | -24/+21 |
| * | BUG: random: Don't return negative values from Generator.geometric. | warren | 2023-04-30 | 2 | -1/+16 |
| * | BUG: accept zeros on numpy.random dirichlet function (#23440) | Paulo Almeida | 2023-04-11 | 2 | -3/+7 |
| * | DOC: Add `n_children` param to rng.spawn() and bitgen.spawn() docs | Sebastian Berg | 2023-03-14 | 2 | -0/+12 |
| * | Merge pull request #23103 from SimonAltrogge/typing-fix | Bas van Beek | 2023-03-05 | 1 | -28/+70 |
| |\ |
|
| | * | TYP: Update even more `_generator` argument types to `_FloatLike_co` | BvB93 | 2023-03-05 | 1 | -27/+68 |
| | * | TYP: Fix return type to float on _FloatLike_co arguments | SimonAltrogge | 2023-01-26 | 1 | -1/+2 |
| * | | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` | Ralf Gommers | 2023-03-02 | 2 | -2/+2 |
| * | | Merge pull request #23195 from seberg/public-rng-spawn | Charles Harris | 2023-02-23 | 5 | -0/+157 |
| |\ \ |
|
| | * | | DOC: Try to add Generator spawning to parallel generation and link it | Sebastian Berg | 2023-02-14 | 2 | -4/+10 |
| | * | | DOC: Improve docs around generator spawning | Sebastian Berg | 2023-02-14 | 2 | -15/+59 |
| | * | | DOC: Add release note and versionadded tags | Sebastian Berg | 2023-02-14 | 2 | -0/+6 |
| | * | | API: Add `rng.spawn()`, `bit_gen.spawn()`, and `bit_gen.seed_seq` | Sebastian Berg | 2023-02-14 | 5 | -0/+101 |
| * | | | BUILD: add a windows meson CI job, tweak meson build parameters, fix typo | mattip | 2023-02-20 | 1 | -1/+1 |
| * | | | TST: Add a random integers bounds checking test that previously failed | Sebastian Berg | 2023-02-13 | 1 | -0/+2 |
| * | | | MAINT: Fixup random bounds checking code | Sebastian Berg | 2023-02-13 | 1 | -31/+57 |
| |/ / |
|
| * | | Revert type change for random_f | Jonathan Kohler | 2023-02-05 | 1 | -1/+1 |
| * | | Correct types, add missing functions to c_distributions.pxd | Jonathan Kohler | 2023-02-05 | 1 | -4/+10 |
| |/ |
|
| * | Merge pull request #22779 from LeonaTaric/numpy_issue22745 | Charles Harris | 2023-01-09 | 1 | -0/+2 |
| |\ |
|
| | * | 去掉note | LeonaTaric | 2023-01-09 | 1 | -3/+2 |
| | * | change note to | LeonaTaric | 2022-12-16 | 1 | -2/+2 |
| | * | All entropy/seed not None must be non-negative | LeonaTaric | 2022-12-13 | 1 | -0/+3 |
| * | | DOC: Update docstring of `multivariate_normal` (#22938) | Malte Londschien | 2023-01-07 | 1 | -2/+8 |
| |/ |
|
| * | DOC: Add random generator exponential example (#22284) | lzha97 | 2022-12-10 | 2 | -0/+32 |
| * | DOC: Fix doc `numpy.<exception>` to `numpy.exceptions.<exception>` | Sebastian Berg | 2022-12-06 | 1 | -1/+1 |
| * | Merge pull request #22713 from seberg/numba-systemerror | Charles Harris | 2022-12-02 | 1 | -1/+2 |
| |\ |
|
| | * | TST: Skip when numba/numpy compat issues cause SystemError | Sebastian Berg | 2022-12-02 | 1 | -1/+2 |
| * | | Merge pull request #22619 from seberg/move-set_module | Matti Picus | 2022-11-29 | 1 | -1/+1 |
| |\ \ |
|
| | * | | MAINT: Move _inspect and _pep440 from compat to _utils | Sebastian Berg | 2022-11-25 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #22663 from rgommers/build-with-meson | Ralf Gommers | 2022-11-27 | 1 | -0/+164 |
| |\ \ |
|
| | * | | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 1 | -0/+164 |
| | |/ |
|
| * | | MAINT: replace `NPY_INLINE` with `inline` | Ralf Gommers | 2022-11-25 | 8 | -59/+59 |
| |/ |
|
| * | TST: Skip tests that are not currently supported in wasm | Hood Chatham | 2022-11-11 | 4 | -3/+10 |
| * | TST,MAINT: Replace most `setup` with `setup_method` (also teardown) | Sebastian Berg | 2022-10-27 | 3 | -16/+16 |
| * | Merge pull request #22450 from seberg/logseries-bounds | Charles Harris | 2022-10-24 | 6 | -19/+46 |
| |\ |
|
| | * | BUG: Fix boundschecking for `random.logseries` | Sebastian Berg | 2022-10-18 | 6 | -19/+46 |
| * | | MAINT: Use Python integers for int to array of uint32 calculation | Sebastian Berg | 2022-10-12 | 1 | -4/+4 |
| |/ |
|
| * | MAINT: Fix typos found by codespell | Dimitri Papadopoulos | 2022-10-07 | 1 | -2/+2 |
| * | DOC: Update notes with API link | Brigitta Sipőcz | 2022-09-16 | 1 | -84/+138 |
| * | DOC: clarify docs that inform that one should use a Generator | Monika Kubek | 2022-09-16 | 1 | -42/+42 |
| * | MAINT: random: remove `get_info` from "extending with Cython" example | Ralf Gommers | 2022-09-11 | 1 | -6/+9 |
| * | BLD: add back stdlib.h include in pcg64.h | Christoph Reiter | 2022-09-11 | 1 | -1/+4 |
| * | Merge pull request #22171 from MatteoRaso/bug_fix | Sebastian Berg | 2022-09-06 | 2 | -4/+4 |
| |\ |
|
| | * | BUG: Made the error and warning messages for numpy.random.multivariate_normal... | Matteo Raso | 2022-08-24 | 2 | -4/+4 |
| * | | TST: Implemented an unused test for np.random.randint | Matteo Raso | 2022-08-25 | 1 | -17/+16 |
| |/ |
|
| * | DEP: drop support for msvc<=1900 and Interix (#22139) | Matti Picus | 2022-08-19 | 1 | -4/+4 |