summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix: Add the entry for `NPY_ARR_HAS_DESCR`takanori-pskq2020-10-051-0/+2
* DOC: Fix the references for macrostakanori-pskq2020-10-043-5/+17
* Merge pull request #17436 from bjnath/issue-template-spellingMatti Picus2020-10-031-1/+1
|\
| * DOC: Fix "Feature request" spelling in issue templatesBen Nathanson2020-10-031-1/+1
* | Merge pull request #17435 from bjnath/security-issue-templateMatti Picus2020-10-031-2/+2
|\ \
| * | DOC: Security warning for issues templateBen Nathanson2020-10-031-2/+2
| |/
* | Merge pull request #17433 from charris/disable-pypy-test-on-windowsCharles Harris2020-10-031-5/+5
|\ \ | |/ |/|
| * MAINT : Disable 32 bit PyPy CI testing on Windows.Charles Harris2020-10-031-5/+5
* | 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