summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17421 from seberg/coercion-cache-leak-large-arraysCharles Harris2020-10-033-2/+20
|\
| * BUG: Fix memory leak in array-coercion error pathsSebastian Berg2020-10-013-2/+20
* | Merge pull request #17427 from chsafouane/patch-1Charles Harris2020-10-031-1/+1
|\ \
| * | nep-0029 typo correctionSafouane Chergui2020-10-021-1/+1
* | | DOC: Fix the links for ``Ellipsis`` (#17431)Takanori H2020-10-021-4/+4
* | | Merge pull request #17430 from seberg/fix-memory-leak-nep37Charles Harris2020-10-022-0/+6
|\ \ \ | |/ / |/| |
| * | BUG: Fix memoryleaks related to NEP 37 function overridesSebastian Berg2020-10-022-0/+6
| |/
* | ENH: Annotate the arithmetic operations of `ndarray` and `generic` (#17273)Bas van Beek2020-10-029-89/+811
* | Merge pull request #17404 from charris/cleanup-PyUString-in-nditer_constr.cCharles Harris2020-10-021-126/+108
|\ \
| * | MAINT: Replace PyUString_ConcatAndDel in nditer_constr.c.Charles Harris2020-09-301-126/+108
* | | Merge pull request #17409 from charris/cleanup-remaining-PyUString-useCharles Harris2020-10-027-115/+57
|\ \ \
| * | | MAINT: Remove the build_shape_string function.Charles Harris2020-10-012-52/+0
| * | | MAINT: Replace PyUString_ConcatAndDel in ufunc_object.c.Charles Harris2020-10-011-4/+5
| * | | MAINT: Replace PyUString_ConcatAndDel in descriptor.c.Charles Harris2020-09-301-5/+4
| * | | MAINT: Replace PyUString_ConcatAndDel in common.c.Charles Harris2020-09-301-11/+10
| * | | MAINT: Replace PyUString_ConcatAndDel in array_assign.cCharles Harris2020-09-301-12/+15
| * | | MAINT: Replace PyUString_ConcatAndDel in shape.c.Charles Harris2020-09-301-21/+15
| * | | MAINT: Cleanup PyUString_ConcatAndDel in scalartypes.c.src.Charles Harris2020-09-301-20/+18
* | | | Merge pull request #17422 from joe733/hotfix-for-nested-tryMatti Picus2020-10-021-4/+4
|\ \ \ \
| * | | | fix: chains nested try-except-raiseJovial Joe Jayarson2020-10-021-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #17424 from eric-wieser/_c.src-docsCharles Harris2020-10-021-24/+24
|\ \ \ \
| * | | | Update doc/DISTUTILS.rst.txtEric Wieser2020-10-021-1/+1
| * | | | DOC: Fix formatting issues in description of .c.src filesEric Wieser2020-10-021-24/+24
* | | | | Merge pull request #17423 from quique/fixesEric Wieser2020-10-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: Remove bogus reference to _a_Enrique Matías Sánchez (Quique)2020-10-021-1/+1
|/ / / /
* | | | DOC: Fix a parameter type in the `putmask` docs (#17412)Bas van Beek2020-10-011-1/+1
* | | | Merge pull request #17326 from BvB93/asarrayCharles Harris2020-10-0110-54/+208
|\ \ \ \
| * | | | MAINT: Removed placeholder annotationsBas van Beek2020-10-011-5/+0
| * | | | MAINT: Replaced `__all__` with `import x as x`Bas van Beek2020-10-011-10/+5
| * | | | ENH: Add an alias for `Union[_Requirements, _E]`Bas van Beek2020-10-011-1/+2
| * | | | MAINT: Minor fixes; removed unused importsBas van Beek2020-10-011-11/+17
| * | | | ENH: Update the `np.__all__`Bas van Beek2020-10-011-0/+13
| * | | | TST: Consolidate all array construction testsBas van Beek2020-10-018-62/+51
| * | | | TST: Added tests for `np.core._asarray`Bas van Beek2020-10-013-0/+83
| * | | | ENH: Use literals where possibleBas van Beek2020-10-012-4/+6
| * | | | ENH,WIP: Added type hints to `np.core._asarray`Bas van Beek2020-10-011-0/+70
* | | | | Merge pull request #17405 from charris/cleanup-PyUString-in-mapping.cEric Wieser2020-10-011-45/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Replace PyUString_ConcatAndDel in mapping.c.Charles Harris2020-09-301-45/+27
| | |_|/ | |/| |
* | | | Merge pull request #17411 from BvB93/mypy-errorCharles Harris2020-10-011-0/+4
|\ \ \ \
| * | | | TST: Mark the typing tests as slowBas van Beek2020-10-011-0/+4
|/ / / /
* | | | Merge pull request #17406 from junjunjunk/is17367Matti Picus2020-10-012-2/+316
|\ \ \ \
| * | | | TST: add test to verify that getting a non-existent objects of top-level inde...Jun Kudo2020-10-011-0/+1
| * | | | Revert "TST: Add test to verify that getting a non-existent objects indeed re...Jun Kudo2020-10-011-315/+0
| * | | | TST: Add test to verify that getting a non-existent objects indeed results in...Jun Kudo2020-10-011-0/+315
| * | | | ENH: remove unnecessary annotations in __init__.pyi.Jun Kudo2020-10-011-3/+0
| * | | | ENH: Replace the module-level `__getattr__` with explicit type annotations #1...Jun Kudo2020-10-011-2/+318
| | |_|/ | |/| |
* | | | Merge pull request #17407 from rgommers/pr-templateMatti Picus2020-10-011-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: in PR template, set expectations for PR review timelineRalf Gommers2020-09-301-0/+7
|/ / /
* | | Merge pull request #17400 from rossbar/doc/correct_rec_aliasCharles Harris2020-09-301-4/+7
|\ \ \
| * | | Incorporate feedback from review.Ross Barnowski2020-09-291-4/+7