| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841) | Matti Picus | 2019-11-21 | 2 | -6/+35 |
* | MAINT: Use templating to merge float loops | Eric Wieser | 2019-11-01 | 1 | -216/+67 |
* | Merge pull request #14738 from eric-wieser/fix-intp-printf | Matti Picus | 2019-10-18 | 1 | -2/+2 |
|\ |
|
| * | Fix other incorrect narrowing for format strings | Eric Wieser | 2019-10-17 | 1 | -2/+2 |
* | | MAINT: umath: Change error message for unsupported bool subtraction. | Warren Weckesser | 2019-10-16 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #14681 from seberg/remove-unused-boolean-loops | Warren Weckesser | 2019-10-16 | 1 | -2/+0 |
|\ |
|
| * | MAINT: General fix removing unused boolean loops | Sebastian Berg | 2019-10-11 | 1 | -2/+0 |
* | | API: NaT (arg)min/max behavior (#14717) | Zijie (ZJ) Poh | 2019-10-15 | 1 | -2/+2 |
* | | DEP: Finish the out kwarg deprecation for ufunc calls | Sebastian Berg | 2019-10-15 | 1 | -16/+2 |
* | | Merge pull request #13885 from r-devulap/sqrt-sq-rcp-abs-avx | Matti Picus | 2019-10-15 | 3 | -49/+561 |
|\ \ |
|
| * | | MAINT: rebase with master | Raghuveer Devulapalli | 2019-09-27 | 1 | -4/+4 |
| * | | ENH: use AVX for floor, rint, ceil and trunc | Raghuveer Devulapalli | 2019-09-27 | 3 | -8/+131 |
| * | | BUG: ignore invalid exception raised by absolute | Raghuveer Devulapalli | 2019-09-27 | 1 | -0/+1 |
| * | | BUG: fixing multiple CI failures | Raghuveer Devulapalli | 2019-09-27 | 1 | -10/+13 |
| * | | ENH: use AVX for sqrt, square, reciprocal and absolute value | Raghuveer Devulapalli | 2019-09-27 | 3 | -44/+429 |
* | | | DEP: ufunc `out` argument must be a tuple for multiple outputs | Sebastian Berg | 2019-10-11 | 1 | -28/+5 |
| |/
|/| |
|
* | | MAINT: Use scalar math power function directly | Sebastian Berg | 2019-10-04 | 1 | -54/+6 |
|/ |
|
* | BLD: remove unused functions, rearrange headers (from CC=clang) (#14534) | Matti Picus | 2019-09-26 | 1 | -10/+37 |
* | Merge pull request #13739 from eric-wieser/bit_shifts | Matti Picus | 2019-09-14 | 2 | -10/+52 |
|\ |
|
| * | BUG: Disable -O3 on right_shift on compilers which emit an internal error | Eric Wieser | 2019-09-13 | 1 | -1/+5 |
| * | MAINT: Move shift implementation to npy_math | Eric Wieser | 2019-09-13 | 2 | -67/+18 |
| * | MAINT: Respond to review comments on gh-7473 | Eric Wieser | 2019-09-13 | 2 | -104/+56 |
| * | Merge commit 'edf8a5f' into HEAD | Eric Wieser | 2019-09-13 | 7 | -31/+83 |
| |\ |
|
| * \ | Merge tag 'branch-points/1.17.x' into HEAD | Eric Wieser | 2019-09-13 | 18 | -633/+1904 |
| |\ \ |
|
| * \ \ | Merge tag 'branch-points/1.16.x' into bit_shifts | Eric Wieser | 2019-06-08 | 24 | -2790/+5413 |
| |\ \ \ |
|
| * | | | | BUG: shift operator cycles, fixes #2449 | Jaime Fernandez | 2016-03-28 | 2 | -11/+148 |
* | | | | | Merge pull request #14485 from seberg/build-warnings | Matti Picus | 2019-09-13 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | MAINT: Silence integer comparison build warnings in assert statements | Sebastian Berg | 2019-09-11 | 1 | -3/+3 |
* | | | | | | Merge pull request #14484 from seberg/unused-and-const | Matti Picus | 2019-09-13 | 2 | -9/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | MAINT: Add const qualifier in some places where clang suggests it | Sebastian Berg | 2019-09-11 | 2 | -9/+9 |
| |/ / / / / |
|
* | | | | | | Merge pull request #14464 from mattip/matmul-bool | Sebastian Berg | 2019-09-12 | 1 | -6/+41 |
|\ \ \ \ \ \ |
|
| * | | | | | | BUG: fix compiler warnings | mattip | 2019-09-10 | 1 | -5/+3 |
| * | | | | | | MAINT: use tmp pointers to allow early break; add tests, release note | mattip | 2019-09-09 | 1 | -6/+7 |
| * | | | | | | BUG: add a specialized loop for boolean matmul | mattip | 2019-09-09 | 1 | -6/+42 |
| |/ / / / / |
|
* | | | | | | Merge pull request #14483 from seberg/clang-fixes | Matti Picus | 2019-09-12 | 1 | -4/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | MAINT: Minor fixes and cleanups | Sebastian Berg | 2019-09-11 | 1 | -1/+1 |
| * | | | | | | BUG: Fix occurances where variables are cast to shorter int incorrectly | Sebastian Berg | 2019-09-11 | 1 | -3/+3 |
| |/ / / / / |
|
* | | | | | | BUG: core: Fix the str function of the rational dtype. | Warren Weckesser | 2019-09-10 | 1 | -2/+2 |
|/ / / / / |
|
* | | | | | BUG: rename avx2_scalef_ps to fma_scalef_ps | Raghuveer Devulapalli | 2019-08-03 | 1 | -1/+1 |
* | | | | | MAINT: using an enum to switch between sin/cos | Raghuveer Devulapalli | 2019-08-03 | 2 | -12/+11 |
* | | | | | BUG: eliminate unsed variables warning in cpuid | Raghuveer Devulapalli | 2019-08-03 | 1 | -1/+1 |
* | | | | | BUG: AVX2 impl of sin/cos requires an FMA | Raghuveer Devulapalli | 2019-08-03 | 4 | -44/+63 |
* | | | | | BUG: use strides and process strided arrays using AVX | Raghuveer Devulapalli | 2019-08-03 | 2 | -21/+49 |
* | | | | | TEST: adding tests to validate AVX sin/cos implementation | Raghuveer Devulapalli | 2019-08-03 | 1 | -1/+1 |
* | | | | | BUG: fixing NAN handling and adding tests for sin/cos | Raghuveer Devulapalli | 2019-08-03 | 1 | -4/+6 |
* | | | | | ENH: Use AVX for float32 implementation of np.sin & np.cos | Raghuveer Devulapalli | 2019-08-03 | 3 | -4/+248 |
* | | | | | BUG: avx2_scalef_ps must be static | Oleksandr Pavlyk | 2019-07-29 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | BUG: initialize variable that is passed by pointer | Christoph Gohlke | 2019-07-24 | 1 | -1/+2 |
* | | | | Merge pull request #14048 from r-devulap/transcendental-accuracy-tests | Charles Harris | 2019-07-24 | 1 | -8/+52 |
|\ \ \ \ |
|
| * | | | | TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windows | Raghuveer Devulapalli | 2019-07-22 | 1 | -2/+2 |