summaryrefslogtreecommitdiff
path: root/numpy
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 #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
| | |_|/ | |/| |
* | | | 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
| | |/ | |/|
* | | TST: Mark the typing tests as slowBas van Beek2020-10-011-0/+4
* | | 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 #17402 from rossbar/doc/add_arysetopsMatti Picus2020-09-301-16/+5
|\ \ | |/ |/|
| * DOC: Add arraysetops to autosummary.Ross Barnowski2020-09-291-16/+5
* | Merge pull request #17396 from charris/cleanup-append_metastr_to_stringEric Wieser2020-09-295-108/+110
|\ \ | |/ |/|
| * MAINT: Remove append_metastr_to_string function.Charles Harris2020-09-292-77/+1
| * MAINT: Revise comment in numpy.core._dtype.pyCharles Harris2020-09-291-1/+1
| * MAINT: Replace append_metastr_to_string in descriptor.c.Charles Harris2020-09-291-3/+11
| * MAINT: Replace append_metastr_to_string in scalartypes.c.srcCharles Harris2020-09-291-29/+25
| * ENH: Add metastr_to_unicode function to datetime.c.Charles Harris2020-09-292-47/+121
* | Merge pull request #17393 from seberg/fix-default-parametric-dtypesCharles Harris2020-09-282-3/+44
|\ \ | |/ |/|
| * BUG: Fix default void, datetime, and timedelta in array coercionSebastian Berg2020-09-282-3/+44
* | DOC: Fix docstring for np.matmul (#17383)JMFT2020-09-281-2/+2
* | MAINT: Remove old debug print statement.Charles Harris2020-09-281-6/+0
* | MAINT: Finish replacing PyInt_Check (#17364)Charles Harris2020-09-287-53/+79