Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | |/ / | |/| | | ||||||
* | | | | 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 | |
| |/ / | ||||||
* | | | 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 | 50 | -465/+1683 | |
| |\ | ||||||
| * | | 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 #18110 from mhvk/function-base-piecewise-refactor | Sebastian Berg | 2021-02-22 | 2 | -2/+10 | |
|\ \ \ | ||||||
| * | | | API: make piecewise subclass safe using use zeros_like. | Marten van Kerkwijk | 2021-02-22 | 2 | -2/+10 | |
* | | | | 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 #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 | |
* | | | | | | 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 | |
* | | | | | CLN: Add additional cast | Kevin Sheppard | 2021-02-18 | 1 | -1/+1 | |
* | | | | | MAINT: Correct code producing warnings | Kevin Sheppard | 2021-02-18 | 3 | -3/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #18436 from seberg/refcount-leak-f2py | Matti Picus | 2021-02-17 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | BUG: Fix refcount leak in f2py `complex_double_from_pyobj` | Sebastian Berg | 2021-02-17 | 1 | -0/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #16588 from SabrinaSimao/np.transpode-documentation | Melissa Weber Mendonça | 2021-02-17 | 2 | -0/+4 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | DOC: changed the way the link is being used from transpose to ndarray.transpose | SabrinaSimao | 2020-06-12 | 2 | -4/+4 | |
| * | | | unify the docs for np.transpose and ndarray.transpose | SabrinaSimao | 2020-06-12 | 2 | -0/+4 | |
* | | | | Merge pull request #18395 from bashtage/random-typing | Matti Picus | 2021-02-17 | 8 | -13/+810 | |
|\ \ \ \ | ||||||
| * | | | | ENH: Reorder bool and add scalar bool for integers | Kevin Sheppard | 2021-02-16 | 1 | -9/+18 | |
| * | | | | ENH: Add overloads to integers | Kevin Sheppard | 2021-02-15 | 1 | -7/+121 | |
| * | | | | ENH: Fix abstract integer use | Kevin Sheppard | 2021-02-15 | 1 | -2/+19 | |
| * | | | | ENH: Fix typing | Kevin Sheppard | 2021-02-15 | 1 | -2/+2 | |
| * | | | | ENH: Update typing | Kevin Sheppard | 2021-02-15 | 1 | -2/+10 | |
| * | | | | ENH: Add overloads | Kevin Sheppard | 2021-02-13 | 5 | -55/+192 | |
| * | | | | ENH: Fix additional missed types | Kevin Sheppard | 2021-02-13 | 1 | -8/+17 | |
| * | | | | ENH: More typing | Kevin Sheppard | 2021-02-13 | 1 | -82/+102 | |
| * | | | | ENH: Update with TypedDict | Kevin Sheppard | 2021-02-13 | 6 | -28/+53 | |
| * | | | | ENH: Add typing for Generator | Kevin Sheppard | 2021-02-13 | 4 | -8/+253 | |
| * | | | | ENH: Add typing for MT19937 and Philox | Kevin Sheppard | 2021-02-13 | 6 | -61/+92 | |
| * | | | | ENH: Add typing for PCG64 and SFC64 | Kevin Sheppard | 2021-02-13 | 3 | -16/+107 | |
| * | | | | MAINT: Improve typing of BitGenerator | Kevin Sheppard | 2021-02-13 | 2 | -19/+50 |