summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ENH/BUG: Add tests and correct typing issuesKevin Sheppard2021-02-248-40/+1077
| * | | TST: Add tests for random typingKevin Sheppard2021-02-243-0/+56
| * | | MAINT: Restructure imports in pyi fileKevin Sheppard2021-02-241-51/+53
| * | | ENH: Add typing for RandomStateKevin Sheppard2021-02-243-61/+605
* | | | Merge pull request #18476 from cgohlke/patch-1Sebastian Berg2021-02-241-2/+2
|\ \ \ \
| * | | | MAINT: cast Py_ssize_t to intChristoph Gohlke2021-02-231-1/+1
| * | | | MAINT: Remove suspicious type castingChristoph Gohlke2021-02-231-1/+1
| | |/ / | |/| |
* | | | DOC: Explaing differences in code paths in choiceKevin Sheppard2021-02-242-0/+10
* | | | DOC: Correct poisson docstringKevin Sheppard2021-02-242-4/+6
| |/ / |/| |
* | | Merge pull request #18478 from cgohlke/patch-3Sebastian Berg2021-02-231-1/+1
|\ \ \
| * | | MAINT: verify pointer against NULL before using itChristoph Gohlke2021-02-231-1/+1
| |/ /
* | | MAINT: remove nonsensical comparison of pointer < 0Christoph Gohlke2021-02-231-1/+1
|/ /
* | Merge pull request #18372 from lelayf/random-standard_t-docCharles Harris2021-02-232-30/+54
|\ \ | |/ |/|
| * Merge branch 'master' into random-standard_t-docFrançois Le Lay2021-02-1750-465/+1683
| |\
| * | Remove poorly cited referenceFrançois Le Lay2021-02-122-24/+16
| * | DOC: improve standard_t example in numpy.random.François Le Lay2021-02-082-28/+60
* | | Merge pull request #18110 from mhvk/function-base-piecewise-refactorSebastian Berg2021-02-222-2/+10
|\ \ \
| * | | API: make piecewise subclass safe using use zeros_like.Marten van Kerkwijk2021-02-222-2/+10
* | | | Merge pull request #18450 from ahaldane/fix_nditer_od_segfaultSebastian Berg2021-02-224-8/+35
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-214-8/+35
* | | | Merge pull request #18404 from seberg/issue-18401Matti Picus2021-02-222-43/+76
|\ \ \ \
| * | | | BUG: Fix iterator shape in advanced index assignment broadcast errorSebastian Berg2021-02-122-43/+76
* | | | | Merge pull request #18443 from seberg/fix-stacklevel-shuffleMatti Picus2021-02-223-10/+24
|\ \ \ \ \
| * | | | | TST: Add test for shuffle warning and assert stacklevelSebastian Berg2021-02-191-0/+12
| * | | | | BUG: fix stacklevel in warning within random.shuffleSebastian Berg2021-02-192-10/+12
* | | | | | BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit pla...Bas van Beek2021-02-211-4/+4
| |_|/ / / |/| | | |
* | | | | Merge pull request #15392 from seberg/void-no-arr-modificationMatti Picus2021-02-193-81/+153
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-172-0/+45
| * | | | BUG: Remove temporary change of descr/flags in VOID functionsSebastian Berg2021-02-171-81/+108
* | | | | CLN: Add additional castKevin Sheppard2021-02-181-1/+1
* | | | | MAINT: Correct code producing warningsKevin Sheppard2021-02-183-3/+3
|/ / / /
* | | | Merge pull request #18436 from seberg/refcount-leak-f2pyMatti Picus2021-02-171-0/+1
|\ \ \ \
| * | | | BUG: Fix refcount leak in f2py `complex_double_from_pyobj`Sebastian Berg2021-02-171-0/+1
| |/ / /
* | | | Merge pull request #16588 from SabrinaSimao/np.transpode-documentationMelissa Weber Mendonça2021-02-172-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: changed the way the link is being used from transpose to ndarray.transposeSabrinaSimao2020-06-122-4/+4
| * | | unify the docs for np.transpose and ndarray.transposeSabrinaSimao2020-06-122-0/+4
* | | | Merge pull request #18395 from bashtage/random-typingMatti Picus2021-02-178-13/+810
|\ \ \ \
| * | | | ENH: Reorder bool and add scalar bool for integersKevin Sheppard2021-02-161-9/+18
| * | | | ENH: Add overloads to integersKevin Sheppard2021-02-151-7/+121
| * | | | ENH: Fix abstract integer useKevin Sheppard2021-02-151-2/+19
| * | | | ENH: Fix typingKevin Sheppard2021-02-151-2/+2
| * | | | ENH: Update typingKevin Sheppard2021-02-151-2/+10
| * | | | ENH: Add overloadsKevin Sheppard2021-02-135-55/+192
| * | | | ENH: Fix additional missed typesKevin Sheppard2021-02-131-8/+17
| * | | | ENH: More typingKevin Sheppard2021-02-131-82/+102
| * | | | ENH: Update with TypedDictKevin Sheppard2021-02-136-28/+53
| * | | | ENH: Add typing for GeneratorKevin Sheppard2021-02-134-8/+253
| * | | | ENH: Add typing for MT19937 and PhiloxKevin Sheppard2021-02-136-61/+92
| * | | | ENH: Add typing for PCG64 and SFC64Kevin Sheppard2021-02-133-16/+107
| * | | | MAINT: Improve typing of BitGeneratorKevin Sheppard2021-02-132-19/+50