summaryrefslogtreecommitdiff
path: root/numpy
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
* MAINT: core: Update the comment about _parse_signature with more complete info.Warren Weckesser2021-10-191-3/+18
* 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
* | ENH: Create an experimental export of the new DType API (#19919)Sebastian Berg2021-10-1811-76/+817
* | Add note to iterable docstring about 0d arrays.Ross Barnowski2021-10-151-0/+13
* | 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
* | | 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
* | | BUG: AVX-512F log() overflowsDeveloper-Ecosystem-Engineering2021-10-112-1/+40
| |/ |/|
* | 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 #20047 from sistaseetaram/flag-writeable-upon-copyMatti Picus2021-10-101-0/+11
|\ \ \ \
| * | | | added-suggestion-to#20047Sista Seetaram2021-10-061-1/+4
| * | | | DOC:add an example to show flag writeable cleared upon copySista Seetaram2021-10-061-0/+8
| |/ / /
* | | | Merge pull request #19478 from r-devulap/svmlMatti Picus2021-10-108-40/+308
|\ \ \ \
| * | | | BLD: Use os.path.join to specify path to SVMLRaghuveer Devulapalli2021-08-241-2/+3
| * | | | BLD: add check_svml_submodule functionRaghuveer Devulapalli2021-08-241-3/+8
| * | | | MAINT: Fixing SVML sources pathRaghuveer Devulapalli2021-08-241-3/+3
| * | | | MAINT: Adding SVML submoduleRaghuveer Devulapalli2021-08-241-0/+0
| * | | | MAINT: Remove SVML sources from NumPy repoRaghuveer Devulapalli2021-08-2444-117115/+0