summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.36.1 to 5.37.0dependabot/pip/hypothesis-5.37.0dependabot-preview[bot]2020-10-051-1/+1
* Merge pull request #17445 from takanori-pskq/i13114-fix-refs-macroMatti Picus2020-10-056-14/+37
|\
| * DOC: Fix some references for macrostakanori-pskq2020-10-054-9/+18
| * 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 #17448 from bjnath/rm-dupe-cocCharles Harris2020-10-043-385/+0
|\ \
| * | DOC: Remove CoC pages from SphinxBen Nathanson2020-10-043-385/+0
| |/
* | Merge pull request #17432 from arogozhnikov/add-einops-opt_einsum-referenceCharles Harris2020-10-041-0/+11
|\ \
| * | DOC: add references to einops and opt_einsumAlex Rogozhnikov2020-10-031-0/+11
* | | Merge pull request #17440 from bjnath/bolder-PR-templateCharles Harris2020-10-042-27/+50
|\ \ \
| * | | DOC: Fix indents in PE #17440Ben Nathanson2020-10-031-3/+3
| * | | DOC: Fixes for PR 17440Ben Nathanson2020-10-032-1/+3
| * | | DOC: Cleaner PR templateBen Nathanson2020-10-032-27/+48
| | |/ | |/|
* | | Merge pull request #17444 from BvB93/typedMatti Picus2020-10-041-0/+1
|\ \ \
| * | | ENH: Add `Typing :: Typed` to the PyPi classifierBas van Beek2020-10-041-0/+1
| |/ /
* | | Merge pull request #17443 from hugovk/warn-3.9-plusCharles Harris2020-10-041-28/+35
|\ \ \ | |/ / |/| |
| * | Add 3.10 classifierHugo van Kemenade2020-10-041-0/+1
| * | Update commentHugo van Kemenade2020-10-041-1/+1
| * | Already compatible with 3.10Hugo van Kemenade2020-10-041-1/+1
| * | Clarify warning, it might work before official supportHugo van Kemenade2020-10-041-1/+1
| * | Add comment to remind to keep consistent with classifiersHugo van Kemenade2020-10-041-0/+1
| * | MAINT: Fix Flake8Hugo van Kemenade2020-10-041-27/+25
| * | ENH: Warn on unsupported Python 3.9+Hugo van Kemenade2020-10-041-1/+8
|/ /
* | 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
|\ \ \ \