summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath
Commit message (Expand)AuthorAgeFilesLines
* BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-021-1/+6
* Goto done when an error condition is reachedChristoph Gohlke2021-02-241-0/+1
* BUG: check if PyArray_malloc succeededChristoph Gohlke2021-02-231-1/+5
* BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-211-6/+16
* MAINT: Correct code producing warningsKevin Sheppard2021-02-181-1/+1
* DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-7/+48
* BUG: Initialize value of no_castable_output used in ufunc_loop_matchesAlex Henrie2021-01-121-1/+1
* ENH, SIMD: Ditching the old CPU dispatcher(Exp & Log) (#18101)Sayed Adel2021-01-076-1238/+1339
* SIMD: Replace raw SIMD of sin/cos with NPYVSayed Adel2020-12-266-279/+255
* Merge pull request #17985 from seiko2plus/ditch_simd_arithmeticCharles Harris2020-12-197-953/+1171
|\
| * ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic)Sayed Adel2020-12-147-953/+1171
* | BUG: make a variable volatile to work around clang compiler bug (#18030)Raghuveer Devulapalli2020-12-191-2/+10
|/
* Merge pull request #17727 from ganesh-k13/enh_14959-libdivideMatti Picus2020-12-022-36/+182
|\
| * MAINT: Linting fixesGanesh Kathiresan2020-12-011-6/+6
| * BUG,TST: Fixed division by 0 status settingGanesh Kathiresan2020-11-241-21/+7
| * BUG: Added better 0 checksGanesh Kathiresan2020-11-231-4/+34
| * ENH: Removed unsed macro checkGanesh Kathiresan2020-11-221-2/+0
| * ENH: Remove looping definitions | Renamed fast loop macrosGanesh Kathiresan2020-11-222-28/+19
| * ENH: Optimized 0 divisor casesGanesh Kathiresan2020-11-212-42/+74
| * ENH: Added libdivide to timedeltaGanesh Kathiresan2020-11-131-19/+68
| * ENH: Removed legacy divisionGanesh Kathiresan2020-11-121-31/+6
| * ENH: LintingGanesh Kathiresan2020-11-121-1/+1
| * ENH: Change commentsGanesh Kathiresan2020-11-121-1/+0
| * ENH: Change commentsGanesh Kathiresan2020-11-111-3/+2
| * ENH: Fix breaking caseGanesh Kathiresan2020-11-111-1/+1
| * ENH: Logic to optimize %Ganesh Kathiresan2020-11-111-3/+4
| * ENH: Auto generate libdivide structsGanesh Kathiresan2020-11-111-4/+16
| * ENH: Removed empty structureGanesh Kathiresan2020-11-101-2/+3
| * ENH: Added libdivide zlib licenseGanesh Kathiresan2020-11-101-1/+1
| * ENH: Handled divide by 0 caseGanesh Kathiresan2020-11-081-1/+2
| * ENH: Made libdivide defaultGanesh Kathiresan2020-11-081-56/+2
| * ENH: Added libdivide headerGanesh Kathiresan2020-11-081-1/+6
| * ENH: Added optimal divisorGanesh Kathiresan2020-11-081-23/+77
| * ENH: Fixed typos in header | use in2 over ip2Ganesh Kathiresan2020-11-072-4/+4
| * ENH: Added libdivGanesh Kathiresan2020-11-072-2/+69
* | Merge pull request #17791 from seiko2plus/bld_ci_undefMatti Picus2020-12-023-18/+23
|\ \
| * | BLD: Enable Werror=undef in travisSayed Adel2020-11-173-18/+23
* | | Merge pull request #16161 from anirudh2290/ufunc_divide_errorCharles Harris2020-11-252-8/+24
|\ \ \ | |/ / |/| |
| * | BUG: Potential fix for 1//0 to raise divbyzero and return infAnirudh Subramanian2020-06-052-8/+24
* | | 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-121-33/+43
* | | Merge pull request #17755 from seberg/valgrind-fixes2Matti Picus2020-11-121-0/+1
|\ \ \
| * | | BUG: Fix leak in ufunc.outer matrix deprecationSebastian Berg2020-11-111-0/+1
| | |/ | |/|
* | | Merge pull request #17751 from seberg/fix-ci-segfaultsCharles Harris2020-11-101-1/+1
|\ \ \
| * | | Update numpy/core/src/umath/simd.inc.srcSebastian Berg2020-11-101-1/+1
| * | | BUG: Fix segfault due to out of bound pointer in floatstatus checkSebastian Berg2020-11-101-1/+1
| |/ /
* | | Merge pull request #16247 from seiko2plus/to_npyv_unaryfp_g0Matti Picus2020-11-105-218/+322
|\ \ \ | |/ / |/| |
| * | ENH, SIMD: Replace raw SIMD of unary float point(32-64) with NPYV - g0Sayed Adel2020-11-035-218/+322
* | | TST: Fix `tp_name` of rationalSebastian Berg2020-10-221-1/+1
|/ /
* | MAINT: Mark dead code as intentional for clang.Charles Harris2020-10-211-1/+2