summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.41.2 to 5.41.3dependabot/pip/hypothesis-5.41.3dependabot-preview[bot]2020-11-231-1/+1
* Merge pull request #17828 from seberg/incorrect-size-in-masked-transferCharles Harris2020-11-222-1/+13
|\
| * BUG: Fix incorrectly passed size in masked processingSebastian Berg2020-11-222-1/+13
* | Merge pull request #15852 from sgasse/add_where_to_meanCharles Harris2020-11-224-49/+298
|\ \ | |/ |/|
| * ENH: Add where argument to several functionsSimon Gasse2020-07-184-49/+298
* | Merge pull request #17805 from BvB93/outCharles Harris2020-11-214-88/+84
|\ \
| * | MAINT: Set the ufunc and ndarray ops return type to `Any`Bas van Beek2020-11-194-88/+84
* | | Merge pull request #17802 from charris/update-mailmapCharles Harris2020-11-211-2/+31
|\ \ \
| * | | MAINT: Update mailmap.Charles Harris2020-11-181-2/+31
* | | | Merge pull request #17815 from serge-sans-paille/fix/empty-like-docMatti Picus2020-11-212-6/+6
|\ \ \ \
| * | | | Harmonize quoting in (ones/fill/zeros/empty)_like documentationserge-sans-paille2020-11-212-5/+5
| * | | | Fix copy-paste typo in empty_like documentation.serge-sans-paille2020-11-211-1/+1
* | | | | Merge pull request #17812 from nailbiter/patch-1Matti Picus2020-11-211-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update numpy/linalg/linalg.pyEric Wieser2020-11-201-2/+2
| * | | | Update linalg.pyAlex Leontiev2020-11-201-4/+4
| | |/ / | |/| |
* | | | Merge pull request #17787 from pentschev/nep-35-strict-likeSebastian Berg2020-11-202-24/+26
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Make like= strict in array_implement_array_functionPeter Andreas Entschev2020-11-202-4/+14
| * | | REV: Add array_function_dispatch_like helperPeter Andreas Entschev2020-11-191-9/+0
| * | | REV: Make like= in Python functions strictPeter Andreas Entschev2020-11-194-71/+27
| * | | STY: Move exception to same line of PyErr_FormatPeter Andreas Entschev2020-11-191-2/+1
| * | | MAINT: Check like= type for __array_function__Peter Andreas Entschev2020-11-171-1/+1
| * | | MAINT: Use get_array_function with like=Peter Andreas Entschev2020-11-171-1/+1
| * | | MAINT: Change like= exception to TypeErrorPeter Andreas Entschev2020-11-173-3/+3
| * | | TST: Test strict like=Peter Andreas Entschev2020-11-161-19/+7
| * | | MAINT: Make like= in np.array() strictPeter Andreas Entschev2020-11-161-3/+8
| * | | MAINT: Make like= in Python functions strictPeter Andreas Entschev2020-11-164-27/+71
| * | | MAINT: Add array_function_dispatch_like helperPeter Andreas Entschev2020-11-161-0/+9
* | | | MAINT: Minor touchups in npyio (#17796)Ross Barnowski2020-11-192-9/+6
| |/ / |/| |
* | | BUG: ensure _UFuncNoLoopError can be pickled (#17377)bernie gray2020-11-183-3/+17
* | | Merge pull request #17788 from seberg/release-note-fixupsCharles Harris2020-11-188-14/+14
|\ \ \ | |/ / |/| |
| * | DOC: Fix up links, code blocks of release note fragmentsSebastian Berg2020-11-168-14/+14
* | | Merge pull request #17725 from pentschev/nep-35-downstream-like-instructionsSebastian Berg2020-11-161-15/+102
|\ \ \ | |/ / |/| |
| * | NEP: NEP-35 phrasing fixPeter Andreas Entschev2020-11-131-1/+1
| * | NEP: Small NEP-35 wording fixPeter Andreas Entschev2020-11-061-3/+3
| * | NEP: Add NEP-35 instructions on reading like= downstreamPeter Andreas Entschev2020-11-061-12/+99
* | | Merge pull request #17743 from isuruf/cblas_winMatti Picus2020-11-151-0/+15
|\ \ \
| * | | Fix cblas detection on windowsIsuru Fernando2020-11-091-0/+15
* | | | Merge pull request #17776 from Zac-HD/property-testsMatti Picus2020-11-152-21/+17
|\ \ \ \
| * | | | TST: Simplify Hypothesis configZac-HD2020-11-152-21/+17
|/ / / /
* | | | Merge pull request #17773 from charris/update-labelerSebastian Berg2020-11-141-0/+2
|\ \ \ \
| * | | | MAINT: Add BLD and STY to labeler prefixes.Charles Harris2020-11-141-0/+2
|/ / / /
* | | | Merge pull request #17759 from mattip/openblas-buffersizeCharles Harris2020-11-141-1/+1
|\ \ \ \
| * | | | BLD: use BUFFERSIZE=20 in OpenBLASmattip2020-11-121-1/+1
* | | | | Merge pull request #17763 from seiko2plus/issue_17761Charles Harris2020-11-142-33/+49
|\ \ \ \ \
| * | | | | MAINT, SIMD: remove unlikely and give constant hint to improve memory access ...Sayed Adel2020-11-141-8/+5
| * | | | | SIMD, BUG: fix reuses the previous values during the fallback to libcSayed Adel2020-11-122-33/+52
* | | | | | Merge pull request #17673 from BvB93/generic-specificCharles Harris2020-11-144-47/+96
|\ \ \ \ \ \
| * | | | | | TST: Updated the scalar typing testsBas van Beek2020-11-143-2/+35
| * | | | | | MAINT: Move a number of methods to `ndarray` / `generic`Bas van Beek2020-11-141-45/+61
|/ / / / / /
* | | | | | Merge pull request #17643 from BvB93/ufunc_configCharles Harris2020-11-145-7/+179
|\ \ \ \ \ \