summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* BUG, SIMD: Fix unsigned 8-bit integer divison by a scalarissue_20025Sayed Adel2021-10-231-1/+1
* 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-192-1/+11
* Merge pull request #18905 from seberg/ufunc-refactor-2021Matti Picus2021-10-1912-519/+746
|\
| * TST: Add a test covering logical ufuncs for custom DTypesSebastian Berg2021-10-111-0/+52
| * 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-112-26/+36
| * BUG: Fixup and add tests for logical ufuncsSebastian Berg2021-10-111-2/+9
| * TST: Add test for reduceat/accumulate output shape mismatchSebastian Berg2021-10-111-2/+6
| * 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
| * 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-1110-510/+663
* | ENH: Create an experimental export of the new DType API (#19919)Sebastian Berg2021-10-188-52/+503
* | Merge pull request #20088 from WarrenWeckesser/fix-gh-200077Charles Harris2021-10-111-20/+41
|\ \
| * | 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-101-20/+41
* | | BUG: AVX-512F log() overflowsDeveloper-Ecosystem-Engineering2021-10-111-1/+34
| |/ |/|
* | Merge pull request #20069 from seberg/issue-19634Matti Picus2021-10-112-1/+39
|\ \ | |/ |/|
| * BUG: Add workaround for missing ufunc error propagationSebastian Berg2021-10-072-1/+39
* | Merge pull request #19478 from r-devulap/svmlMatti Picus2021-10-105-2/+210
|\ \ | |/ |/|
| * MAINT: Adding SVML submoduleRaghuveer Devulapalli2021-08-241-0/+0
| * MAINT: Remove SVML sources from NumPy repoRaghuveer Devulapalli2021-08-2444-117115/+0
| * MAINT: Get rid of unnecessary macroRaghuveer Devulapalli2021-08-241-5/+0
| * MAINT: Use Universal Intrinsics framework to leverage SVMLRaghuveer Devulapalli2021-08-245-268/+150
| * MAINT: Enable SVML for linux onlyRaghuveer Devulapalli2021-08-241-6/+6
| * ENH: Use SVML to compute double precision sin and cosRaghuveer Devulapalli2021-08-244-0/+129
| * ENH, SIMD: Leverage SVML for AVX512 versions of ufuncsRaghuveer Devulapalli2021-08-245-0/+202
| * ENH: Import Intel-SVML source code into NumPyRaghuveer Devulapalli2021-08-2444-0/+117115
* | Update arraytypes.c.srcJoshua2021-10-071-1/+1
* | DOC: Ensure that we add documentation also as to the dict for types (#18775)Sebastian Berg2021-10-051-1/+18
* | Merge pull request #20018 from WarrenWeckesser/show-shapesCharles Harris2021-10-041-4/+32
|\ \
| * | ENH: core: More informative error message for broadcast(*args)warren2021-10-011-4/+32
* | | Merge pull request #20016 from seberg/issue-20009Charles Harris2021-10-041-4/+63
|\ \ \
| * | | BUG: Add a warning for user dtypes modifying casts after useSebastian Berg2021-10-011-4/+63
| |/ /
* | | BUG: fix time cast-safety for `factor*unit` e.g. in `10**6*ms == 1*s` (#19731)Tyler Reddy2021-10-021-1/+21
* | | BUG,DEP: Allow (arg-)partition to accept `uint64` indices (#20000)Bas van Beek2021-10-021-1/+9
|/ /
* | ENH: Add spaces after punctuation in dtype repr/str. (#19686)Antony Lee2021-09-292-7/+11
* | MAINT: Fix LGTM.com warning: Comparison result is always the same (`denom`)Dimitri Papadopoulos2021-09-281-1/+1
* | BUG: np.tan(np.inf) test failureDeveloper-Ecosystem-Engineering2021-09-271-0/+19
* | BUG: Resolve Divide by Zero on Apple silicon + test failures (#19926)Developer-Ecosystem-Engineering2021-09-251-1/+83
* | Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-253-5/+157
|\ \
| * | ENH: Add special-casing for `complexfloating` so that it can take 2 parametersBas van Beek2021-09-181-2/+12
| * | MAINT: Make `__class_getitem__` available to all python version and perform b...Bas van Beek2021-09-163-21/+84
| * | ENH: Add `dtype.__class_getitem__`Bas van Beek2021-09-151-5/+12
| * | ENH: Add `number.__class_getitem__`Bas van Beek2021-09-151-0/+65
| * | ENH: Add `ndarray.__class_getitem__`Bas van Beek2021-09-151-0/+7