summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath
Commit message (Expand)AuthorAgeFilesLines
* ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-212-6/+35
* MAINT: Use templating to merge float loopsEric Wieser2019-11-011-216/+67
* Merge pull request #14738 from eric-wieser/fix-intp-printfMatti Picus2019-10-181-2/+2
|\
| * Fix other incorrect narrowing for format stringsEric Wieser2019-10-171-2/+2
* | MAINT: umath: Change error message for unsupported bool subtraction.Warren Weckesser2019-10-161-1/+1
|/
* Merge pull request #14681 from seberg/remove-unused-boolean-loopsWarren Weckesser2019-10-161-2/+0
|\
| * MAINT: General fix removing unused boolean loopsSebastian Berg2019-10-111-2/+0
* | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-151-2/+2
* | DEP: Finish the out kwarg deprecation for ufunc callsSebastian Berg2019-10-151-16/+2
* | Merge pull request #13885 from r-devulap/sqrt-sq-rcp-abs-avxMatti Picus2019-10-153-49/+561
|\ \
| * | MAINT: rebase with masterRaghuveer Devulapalli2019-09-271-4/+4
| * | ENH: use AVX for floor, rint, ceil and truncRaghuveer Devulapalli2019-09-273-8/+131
| * | BUG: ignore invalid exception raised by absoluteRaghuveer Devulapalli2019-09-271-0/+1
| * | BUG: fixing multiple CI failuresRaghuveer Devulapalli2019-09-271-10/+13
| * | ENH: use AVX for sqrt, square, reciprocal and absolute valueRaghuveer Devulapalli2019-09-273-44/+429
* | | DEP: ufunc `out` argument must be a tuple for multiple outputsSebastian Berg2019-10-111-28/+5
| |/ |/|
* | MAINT: Use scalar math power function directlySebastian Berg2019-10-041-54/+6
|/
* BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-261-10/+37
* Merge pull request #13739 from eric-wieser/bit_shiftsMatti Picus2019-09-142-10/+52
|\
| * BUG: Disable -O3 on right_shift on compilers which emit an internal errorEric Wieser2019-09-131-1/+5
| * MAINT: Move shift implementation to npy_mathEric Wieser2019-09-132-67/+18
| * MAINT: Respond to review comments on gh-7473Eric Wieser2019-09-132-104/+56
| * Merge commit 'edf8a5f' into HEADEric Wieser2019-09-137-31/+83
| |\
| * \ Merge tag 'branch-points/1.17.x' into HEADEric Wieser2019-09-1318-633/+1904
| |\ \
| * \ \ Merge tag 'branch-points/1.16.x' into bit_shiftsEric Wieser2019-06-0824-2790/+5413
| |\ \ \
| * | | | BUG: shift operator cycles, fixes #2449Jaime Fernandez2016-03-282-11/+148
* | | | | Merge pull request #14485 from seberg/build-warningsMatti Picus2019-09-131-3/+3
|\ \ \ \ \
| * | | | | MAINT: Silence integer comparison build warnings in assert statementsSebastian Berg2019-09-111-3/+3
* | | | | | Merge pull request #14484 from seberg/unused-and-constMatti Picus2019-09-132-9/+9
|\ \ \ \ \ \
| * | | | | | MAINT: Add const qualifier in some places where clang suggests itSebastian Berg2019-09-112-9/+9
| |/ / / / /
* | | | | | Merge pull request #14464 from mattip/matmul-boolSebastian Berg2019-09-121-6/+41
|\ \ \ \ \ \
| * | | | | | BUG: fix compiler warningsmattip2019-09-101-5/+3
| * | | | | | MAINT: use tmp pointers to allow early break; add tests, release notemattip2019-09-091-6/+7
| * | | | | | BUG: add a specialized loop for boolean matmulmattip2019-09-091-6/+42
| |/ / / / /
* | | | | | Merge pull request #14483 from seberg/clang-fixesMatti Picus2019-09-121-4/+4
|\ \ \ \ \ \
| * | | | | | MAINT: Minor fixes and cleanupsSebastian Berg2019-09-111-1/+1
| * | | | | | BUG: Fix occurances where variables are cast to shorter int incorrectlySebastian Berg2019-09-111-3/+3
| |/ / / / /
* | | | | | BUG: core: Fix the str function of the rational dtype.Warren Weckesser2019-09-101-2/+2
|/ / / / /
* | | | | BUG: rename avx2_scalef_ps to fma_scalef_psRaghuveer Devulapalli2019-08-031-1/+1
* | | | | MAINT: using an enum to switch between sin/cosRaghuveer Devulapalli2019-08-032-12/+11
* | | | | BUG: eliminate unsed variables warning in cpuidRaghuveer Devulapalli2019-08-031-1/+1
* | | | | BUG: AVX2 impl of sin/cos requires an FMARaghuveer Devulapalli2019-08-034-44/+63
* | | | | BUG: use strides and process strided arrays using AVXRaghuveer Devulapalli2019-08-032-21/+49
* | | | | TEST: adding tests to validate AVX sin/cos implementationRaghuveer Devulapalli2019-08-031-1/+1
* | | | | BUG: fixing NAN handling and adding tests for sin/cosRaghuveer Devulapalli2019-08-031-4/+6
* | | | | ENH: Use AVX for float32 implementation of np.sin & np.cosRaghuveer Devulapalli2019-08-033-4/+248
* | | | | BUG: avx2_scalef_ps must be staticOleksandr Pavlyk2019-07-291-1/+1
| |_|_|/ |/| | |
* | | | BUG: initialize variable that is passed by pointerChristoph Gohlke2019-07-241-1/+2
* | | | Merge pull request #14048 from r-devulap/transcendental-accuracy-testsCharles Harris2019-07-241-8/+52
|\ \ \ \
| * | | | TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windowsRaghuveer Devulapalli2019-07-221-2/+2