| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | 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 | |
| | * | | | | ENH: Initial typing of random | Kevin Sheppard | 2021-02-13 | 2 | -2/+62 | |
| * | | | | | Merge pull request #18420 from seberg/override-leaks | Matti Picus | 2021-02-16 | 1 | -0/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | BUG: Fix tiny memory leaks when `like=` overrides are used | Sebastian Berg | 2021-02-15 | 1 | -0/+7 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #18415 from pearu/gh-2763 | Matti Picus | 2021-02-15 | 1 | -2/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | MAINT: Update END statement parsing for recent Fortran standards. Closes #2763 | Pearu Peterson | 2021-02-15 | 1 | -2/+1 | |
| * | | | | | | Merge pull request #18405 from mdubravski/correlateFix | Melissa Weber Mendonça | 2021-02-15 | 1 | -0/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update numpy/core/numeric.py | mdubravski | 2021-02-14 | 1 | -1/+3 | |
| | * | | | | | | Update numpy/core/numeric.py | mdubravski | 2021-02-13 | 1 | -1/+1 | |
| | * | | | | | | Update numpy/core/numeric.py | mdubravski | 2021-02-13 | 1 | -2/+1 | |
| | * | | | | | | correlate fix | mdubravski | 2021-02-12 | 1 | -0/+5 | |
| | | |_|/ / / | |/| | | | | ||||||
