summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | TST: Add tests for dtype and outKevin Sheppard2021-02-242-1/+83
| * | | | ENH/BUG: Improve definitions and fix bugsKevin Sheppard2021-02-243-42/+896
| * | | | 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
| | |/ / / | |/| | |
* | | | | Merge pull request #18481 from bashtage/random-doc-fixesMatti Picus2021-02-242-4/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
| |/ / /
* | | | Merge pull request #18477 from cgohlke/patch-2Sebastian Berg2021-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-1762-548/+2064
| |\ \ \
| * | | | 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 #18458 from rgommers/nep-statusSebastian Berg2021-02-235-4/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: update NEP status for accepted/finished NEPsRalf Gommers2021-02-235-4/+6
* | | | | Merge pull request #18110 from mhvk/function-base-piecewise-refactorSebastian Berg2021-02-223-2/+15
|\ \ \ \ \
| * | | | | API: make piecewise subclass safe using use zeros_like.Marten van Kerkwijk2021-02-223-2/+15
* | | | | | 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 #18466 from numpy/dependabot/pip/hypothesis-6.3.0Charles Harris2021-02-221-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Bump hypothesis from 6.2.0 to 6.3.0dependabot-preview[bot]2021-02-221-1/+1
* | | | | | | Merge pull request #18465 from numpy/dependabot/pip/cython-0.29.22Charles Harris2021-02-221-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MAINT: Bump cython from 0.29.21 to 0.29.22dependabot-preview[bot]2021-02-221-1/+1
| |/ / / / /
* | | | | | 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
* | | | | | | | Merge pull request #18464 from numpy/dependabot/pip/sphinx-3.5.1Matti Picus2021-02-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Bump sphinx from 3.5.0 to 3.5.1dependabot-preview[bot]2021-02-221-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #18463 from numpy/dependabot/pip/mypy-0.812Matti Picus2021-02-221-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | MAINT: Bump mypy from 0.800 to 0.812dependabot-preview[bot]2021-02-221-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #18448 from rossbar/rm-linalg-from-quickstartMatti Picus2021-02-211-53/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Remove LinAlg heading, mv link to further reading.Ross Barnowski2021-02-211-7/+2
| * | | | | | Link quickstart linalg to tutorial-svdRoss Barnowski2021-02-191-47/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #18455 from BvB93/diagflatMatti Picus2021-02-211-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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
* | | | | | Merge pull request #18428 from sleeplessinseattledev/iss17845p3aMatti Picus2021-02-192-15/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | DOC: remove explanations_index reference - See #17845Mary2021-02-181-1/+0
| * | | | | Merge branch 'master' of https://github.com/numpy/numpy into iss17845p3aMary2021-02-17128-946/+3942
| |\ \ \ \ \ | | |/ / / /