summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG, SIMD: Fix unsigned 8-bit integer divison by a scalarissue_20025Sayed Adel2021-10-231-1/+1
* TST, SIMD: Enhance the test case for SIMD integer division by adding several ...Sayed Adel2021-10-231-50/+25
* BUG, SIMD: Fix 64-bit integer divison by a scalar on MSVC <= 2017Sayed Adel2021-10-211-2/+3
* Merge pull request #20149 from charris/post-1.21.3-release-updateCharles Harris2021-10-203-0/+73
|\
| * REL: Update main after 1.21.3 release.Charles Harris2021-10-203-0/+73
* | Merge pull request #20142 from WarrenWeckesser/update-parse-sig-commentMatti Picus2021-10-201-3/+18
|\ \ | |/ |/|
| * MAINT: core: Update the comment about _parse_signature with more complete info.Warren Weckesser2021-10-191-3/+18
|/
* Merge pull request #20137 from arushi-08/reword-array-has-one-axisMelissa Weber Mendonça2021-10-191-4/+5
|\
| * DOC:Reword array has one axisArushi Sharma2021-10-191-4/+5
* | Merge pull request #20136 from WarrenWeckesser/fix-npyiter-deallocate-checkSebastian Berg2021-10-193-1/+19
|\ \ | |/ |/|
| * BUG: core: Fix incorrect check of NpyIter_Deallocate return value.warren2021-10-193-1/+19
|/
* Merge pull request #18905 from seberg/ufunc-refactor-2021Matti Picus2021-10-1916-521/+866
|\
| * 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
|\ \