Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | TST: Add tests for dtype and out | Kevin Sheppard | 2021-02-24 | 2 | -1/+83 | |
| * | | | | ENH/BUG: Improve definitions and fix bugs | Kevin Sheppard | 2021-02-24 | 3 | -42/+896 | |
| * | | | | ENH/BUG: Add tests and correct typing issues | Kevin Sheppard | 2021-02-24 | 8 | -40/+1077 | |
| * | | | | TST: Add tests for random typing | Kevin Sheppard | 2021-02-24 | 3 | -0/+56 | |
| * | | | | MAINT: Restructure imports in pyi file | Kevin Sheppard | 2021-02-24 | 1 | -51/+53 | |
| * | | | | ENH: Add typing for RandomState | Kevin Sheppard | 2021-02-24 | 3 | -61/+605 | |
* | | | | | Merge pull request #18476 from cgohlke/patch-1 | Sebastian Berg | 2021-02-24 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: cast Py_ssize_t to int | Christoph Gohlke | 2021-02-23 | 1 | -1/+1 | |
| * | | | | | MAINT: Remove suspicious type casting | Christoph Gohlke | 2021-02-23 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #18481 from bashtage/random-doc-fixes | Matti Picus | 2021-02-24 | 2 | -4/+16 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | DOC: Explaing differences in code paths in choice | Kevin Sheppard | 2021-02-24 | 2 | -0/+10 | |
| * | | | | DOC: Correct poisson docstring | Kevin Sheppard | 2021-02-24 | 2 | -4/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #18478 from cgohlke/patch-3 | Sebastian Berg | 2021-02-23 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: verify pointer against NULL before using it | Christoph Gohlke | 2021-02-23 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #18477 from cgohlke/patch-2 | Sebastian Berg | 2021-02-23 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | MAINT: remove nonsensical comparison of pointer < 0 | Christoph Gohlke | 2021-02-23 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #18372 from lelayf/random-standard_t-doc | Charles Harris | 2021-02-23 | 2 | -30/+54 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' into random-standard_t-doc | François Le Lay | 2021-02-17 | 62 | -548/+2064 | |
| |\ \ \ | ||||||
| * | | | | Remove poorly cited reference | François Le Lay | 2021-02-12 | 2 | -24/+16 | |
| * | | | | DOC: improve standard_t example in numpy.random. | François Le Lay | 2021-02-08 | 2 | -28/+60 | |
* | | | | | Merge pull request #18458 from rgommers/nep-status | Sebastian Berg | 2021-02-23 | 5 | -4/+6 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | DOC: update NEP status for accepted/finished NEPs | Ralf Gommers | 2021-02-23 | 5 | -4/+6 | |
* | | | | | Merge pull request #18110 from mhvk/function-base-piecewise-refactor | Sebastian Berg | 2021-02-22 | 3 | -2/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | API: make piecewise subclass safe using use zeros_like. | Marten van Kerkwijk | 2021-02-22 | 3 | -2/+15 | |
* | | | | | | Merge pull request #18450 from ahaldane/fix_nditer_od_segfault | Sebastian Berg | 2021-02-22 | 4 | -8/+35 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Segfault in nditer buffer dealloc for Object arrays | Allan Haldane | 2021-02-21 | 4 | -8/+35 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #18466 from numpy/dependabot/pip/hypothesis-6.3.0 | Charles Harris | 2021-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: Bump hypothesis from 6.2.0 to 6.3.0 | dependabot-preview[bot] | 2021-02-22 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #18465 from numpy/dependabot/pip/cython-0.29.22 | Charles Harris | 2021-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: Bump cython from 0.29.21 to 0.29.22 | dependabot-preview[bot] | 2021-02-22 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #18404 from seberg/issue-18401 | Matti Picus | 2021-02-22 | 2 | -43/+76 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Fix iterator shape in advanced index assignment broadcast error | Sebastian Berg | 2021-02-12 | 2 | -43/+76 | |
* | | | | | | | Merge pull request #18443 from seberg/fix-stacklevel-shuffle | Matti Picus | 2021-02-22 | 3 | -10/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | TST: Add test for shuffle warning and assert stacklevel | Sebastian Berg | 2021-02-19 | 1 | -0/+12 | |
| * | | | | | | | BUG: fix stacklevel in warning within random.shuffle | Sebastian Berg | 2021-02-19 | 2 | -10/+12 | |
* | | | | | | | | Merge pull request #18464 from numpy/dependabot/pip/sphinx-3.5.1 | Matti Picus | 2021-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Bump sphinx from 3.5.0 to 3.5.1 | dependabot-preview[bot] | 2021-02-22 | 1 | -1/+1 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #18463 from numpy/dependabot/pip/mypy-0.812 | Matti Picus | 2021-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: Bump mypy from 0.800 to 0.812 | dependabot-preview[bot] | 2021-02-22 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #18448 from rossbar/rm-linalg-from-quickstart | Matti Picus | 2021-02-21 | 1 | -53/+2 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Remove LinAlg heading, mv link to further reading. | Ross Barnowski | 2021-02-21 | 1 | -7/+2 | |
| * | | | | | | Link quickstart linalg to tutorial-svd | Ross Barnowski | 2021-02-19 | 1 | -47/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #18455 from BvB93/diagflat | Matti Picus | 2021-02-21 | 1 | -4/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit pla... | Bas van Beek | 2021-02-21 | 1 | -4/+4 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #15392 from seberg/void-no-arr-modification | Matti Picus | 2021-02-19 | 3 | -81/+153 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: Add test for nonzero and copyswapn (through advanced indexing) | Sebastian Berg | 2021-02-17 | 2 | -0/+45 | |
| * | | | | | BUG: Remove temporary change of descr/flags in VOID functions | Sebastian Berg | 2021-02-17 | 1 | -81/+108 | |
* | | | | | | Merge pull request #18428 from sleeplessinseattledev/iss17845p3a | Matti Picus | 2021-02-19 | 2 | -15/+0 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | DOC: remove explanations_index reference - See #17845 | Mary | 2021-02-18 | 1 | -1/+0 | |
| * | | | | | Merge branch 'master' of https://github.com/numpy/numpy into iss17845p3a | Mary | 2021-02-17 | 128 | -946/+3942 | |
| |\ \ \ \ \ | | |/ / / / |