summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | TST: Add a test covering logical ufuncs for custom DTypesSebastian Berg2021-10-112-0/+72
| * | | | DOC: Comment fixups based on Marten's reviewSebastian Berg2021-10-113-7/+11
| * | | | MAINT: Fixups and new tests based on Marten's reviewsSebastian Berg2021-10-114-27/+52
| * | | | BUG: Fixup and add tests for logical ufuncsSebastian Berg2021-10-111-2/+9
| * | | | TST: Add test for reduceat/accumulate output shape mismatchSebastian Berg2021-10-112-2/+22
| * | | | BUG: Fix unsupplied DType path in dispatchingSebastian Berg2021-10-111-5/+2
| * | | | MAINT: Remove unnecessary assert that may trip 32 bitSebastian Berg2021-10-111-3/+0
| * | | | TST: Add test for ufunc out-cast failure when input cast is ignoredSebastian Berg2021-10-111-0/+10
| * | | | TST: Add additional reduceat/accumulate testsSebastian Berg2021-10-111-0/+17
| * | | | TST: Add test for rare reduce dtype mismatch error pathSebastian Berg2021-10-111-0/+16
| * | | | BUG: Add forgotten fix for needs-api for reduceatSebastian Berg2021-10-111-1/+3
| * | | | BUG: Fixup some refcounting and remove unused error pathSebastian Berg2021-10-111-11/+12
| * | | | MAINT: Refactor reductions to use NEP 43 style dispatching/promotionSebastian Berg2021-10-1112-512/+689
* | | | | Merge pull request #20130 from numpy/dependabot/pip/hypothesis-6.23.3Charles Harris2021-10-181-1/+1
|\ \ \ \ \
| * | | | | MAINT: Bump hypothesis from 6.23.2 to 6.23.3dependabot[bot]2021-10-181-1/+1
| | |_|/ / | |/| | |
* | | | | ENH: Create an experimental export of the new DType API (#19919)Sebastian Berg2021-10-1811-76/+817
|/ / / /
* | | | Merge pull request #20123 from rossbar/doc/np-iterable-0d-arraysMelissa Weber Mendonça2021-10-181-0/+13
|\ \ \ \
| * | | | Add note to iterable docstring about 0d arrays.Ross Barnowski2021-10-151-0/+13
|/ / / /
* | | | Merge pull request #20119 from PeterTillema/patch-1Warren Weckesser2021-10-141-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Remove double property ctypes from ndarrayPeter Tillema2021-10-141-1/+0
|/ / /
* | | Merge pull request #20111 from sl4mmy/patch-1Melissa Weber Mendonça2021-10-131-1/+1
|\ \ \
| * | | fix minor typo in commentKent R. Spillner2021-10-131-1/+1
|/ / /
* | | Merge pull request #20105 from BvB93/matrixCharles Harris2021-10-124-52/+211
|\ \ \
| * | | TST: Add typing tests for `np.matrix`Bas van Beek2021-10-121-0/+69
| * | | ENH: Add annotations for `np.matrix`Bas van Beek2021-10-123-52/+142
* | | | Merge pull request #20104 from ShrirajHegde/mainCharles Harris2021-10-121-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Update F2PY documentation URLShriraj Hegde2021-10-121-2/+1
|/ / /
* | | Merge pull request #20088 from WarrenWeckesser/fix-gh-200077Charles Harris2021-10-112-20/+49
|\ \ \
| * | | MAINT: core: Rename the utility function used by PyArray_ResultTypewarren2021-10-111-8/+8
| * | | DOC: core: Improve a comment by making it more specific.Warren Weckesser2021-10-111-1/+1
| * | | BUG: core: result_type(0, np.timedelta64(4)) would seg. fault.warren2021-10-102-20/+49
* | | | Merge pull request #20094 from Developer-Ecosystem-Engineering/as_avx-512f-lo...Charles Harris2021-10-112-1/+40
|\ \ \ \
| * | | | BUG: AVX-512F log() overflowsDeveloper-Ecosystem-Engineering2021-10-112-1/+40
| | |/ / | |/| |
* | | | Merge pull request #20097 from numpy/dependabot/pip/pycodestyle-2.8.0Charles Harris2021-10-111-1/+1
|\ \ \ \
| * | | | MAINT: Bump pycodestyle from 2.7.0 to 2.8.0dependabot[bot]2021-10-111-1/+1
| |/ / /
* | | | Merge pull request #20096 from numpy/dependabot/pip/hypothesis-6.23.2Charles Harris2021-10-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Bump hypothesis from 6.23.1 to 6.23.2dependabot[bot]2021-10-111-1/+1
|/ / /
* | | Merge pull request #20091 from johan12345/patch-1Matti Picus2021-10-111-1/+1
|\ \ \
| * | | DOC: fix typo in docstring of bitwise_orJohan von Forstner2021-10-111-1/+1
| |/ /
* | | Merge pull request #20069 from seberg/issue-19634Matti Picus2021-10-113-1/+67
|\ \ \ | |/ / |/| |
| * | BUG: Add workaround for missing ufunc error propagationSebastian Berg2021-10-073-1/+67
* | | Merge pull request #20059 from DimitriPapadopoulos/lgtm_recommendationsCharles Harris2021-10-104-7/+3
|\ \ \
| * | | MAINT: LGTM.com recommendation: Except block handles 'BaseException'Dimitri Papadopoulos2021-10-071-4/+1
| * | | MAINT: LGTM.com recommendation: Unused importDimitri Papadopoulos2021-10-073-3/+2
* | | | Merge pull request #20057 from DimitriPapadopoulos/lgtm_warningsCharles Harris2021-10-102-5/+4
|\ \ \ \
| * | | | MAINT: Fix LGTM.com warning: File is not always closedDimitri Papadopoulos2021-10-061-4/+3
| * | | | MAINT: Fix LGTM.com warning: Implicit string concatenation in a listDimitri Papadopoulos2021-10-061-1/+1
* | | | | Merge pull request #20087 from rgommers/gitpod-submoduleRalf Gommers2021-10-101-1/+1
|\ \ \ \ \
| * | | | | BLD: fix submodule update in gitpod.DockerfileRalf Gommers2021-10-101-1/+1
|/ / / / /
* | | | | Merge pull request #20084 from mattip/gitpod-submoduleRalf Gommers2021-10-102-2/+2
|\ \ \ \ \