| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | Merge pull request #23174 from Developer-Ecosystem-Engineering/fix-simd-multi... | Sebastian Berg | 2023-02-10 | 1 | -2/+83 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix Apple silicon builds by working around clang partial load bug in SIMD mul... | Developer-Ecosystem-Engineering | 2023-02-07 | 1 | -2/+83 |
| | | |_|/ /
| |/| | | |
|
| * | | | | | Merge pull request #23181 from mhvk/ufunc-at-complex-add-subtract-multiply | Matti Picus | 2023-02-10 | 3 | -0/+72 |
| |\ \ \ \ \ |
|
| | * | | | | | ENH: enable fast indexed loops for complex add, subtract, multiply | Marten van Kerkwijk | 2023-02-09 | 3 | -0/+72 |
| * | | | | | | ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177) | Matti Picus | 2023-02-09 | 3 | -7/+83 |
| |/ / / / / |
|
| * | | | | | BUG/ENH: Fix fast index loops for 1-el array / allow scalar value | Marten van Kerkwijk | 2023-02-08 | 1 | -2/+7 |
| * | | | | | Merge pull request #23136 from mattip/indexed-loopos | Sebastian Berg | 2023-02-07 | 12 | -62/+444 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | TST, BUG: add a test for unary ufuncs, fix condition for indexed loops | mattip | 2023-02-07 | 2 | -2/+98 |
| | * | | | | ENH: fixes from review | mattip | 2023-02-07 | 1 | -12/+4 |
| | * | | | | BUG: improve check for 1d operands (from review) | mattip | 2023-02-07 | 1 | -1/+4 |
| | * | | | | BUG: fixes from review: use iter->nd and adapt to unary ufuncs | mattip | 2023-02-06 | 1 | -6/+11 |
| | * | | | | BUG: Deal with casting and non-contig/1-D indices | Sebastian Berg | 2023-02-06 | 1 | -4/+10 |
| | * | | | | BUG: Clean up reference handling in `ufunc.at` a little. | Sebastian Berg | 2023-02-06 | 1 | -5/+1 |
| | * | | | | MAINT: rework release note, changes from review | mattip | 2023-02-05 | 5 | -25/+27 |
| | * | | | | MAINT: update EXPERIMENTAL_DTYPE_API_VERSION too | mattip | 2023-02-01 | 1 | -1/+1 |
| | * | | | | MAINT, BUG: fixes from review and testing | mattip | 2023-02-01 | 6 | -39/+138 |
| | * | | | | ENH: use an indexed loop if possible in ufunc_at | mattip | 2023-01-30 | 6 | -16/+63 |
| | * | | | | ENH: add indexed lower loops and connect them to ufuncs | mattip | 2023-01-30 | 7 | -13/+126 |
| | * | | | | refactor ufunc_at to first get the inner loop, then create the iterators | mattip | 2023-01-30 | 1 | -41/+40 |
| | * | | | | ENH: add indexed loops | mattip | 2023-01-30 | 2 | -0/+24 |
| | |/ / / |
|
| * | | | | Merge pull request #23143 from seberg/dtype-pickle | Charles Harris | 2023-02-02 | 1 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | ENH: Allow trivial pickling of user DType (classes) | Sebastian Berg | 2023-02-02 | 1 | -0/+6 |
| | |/ / / |
|
| * | | | | MAINT: Remove the python <3.9 guards for `__class_getitem__` | BvB93 | 2023-02-02 | 3 | -46/+11 |
| | |/ /
|/| | |
|
| * | | | Merge pull request #21056 from seiko2plus/replace_raw_arithmfp | Matti Picus | 2023-01-31 | 24 | -1465/+2923 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | ENH, SIMD: Only dispatch AVX2 for arithmetic operations | Sayed Adel | 2023-01-29 | 3 | -2/+155 |
| | * | | TST, SIMD: add test cases for the new intrinics | Sayed Adel | 2023-01-29 | 1 | -20/+92 |
| | * | | ENH, SIMD: Implment intrinsic for mask division | Sayed Adel | 2023-01-29 | 2 | -0/+47 |
| | * | | ENH, SIMD: Implment intrinsic for FMA multiply add(odd) and subtract(even) | Sayed Adel | 2023-01-29 | 5 | -0/+72 |
| | * | | ENH, SIMD: Add special intrinsics for better non-contiguous/partial memory ac... | Sayed Adel | 2023-01-29 | 5 | -66/+1418 |
| | * | | ENH: re-implement SIMD kernels of complex operations | Sayed Adel | 2023-01-29 | 1 | -668/+518 |
| | * | | ENH: Implement intrinsics for shuffle over 128-bit lane and unzip | Sayed Adel | 2023-01-29 | 7 | -27/+613 |
| | * | | ENH: remove raw SIMD of complex operations | Sayed Adel | 2023-01-29 | 3 | -684/+10 |
| * | | | Merge pull request #23111 from seberg/dlpack-bool | Matti Picus | 2023-01-30 | 2 | -18/+145 |
| |\ \ \ |
|
| | * | | | MAINT: Allow export/import of bools in dlpack | Sebastian Berg | 2023-01-27 | 2 | -18/+145 |
| * | | | | BUG: Fix crash when using complex double scalars with NEP 50 | Sebastian Berg | 2023-01-29 | 1 | -1/+2 |
| | |/ /
|/| | |
|
| * | | | Merge pull request #22165 from Developer-Ecosystem-Engineering/simd_isnan_isi... | Matti Picus | 2023-01-29 | 4 | -304/+592 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Fix crashes when using MSVC. Unnesting function calls allows more inlining. | Developer-Ecosystem-Engineering | 2023-01-05 | 1 | -65/+56 |
| | * | | Fix type conversions for gcc | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -14/+14 |
| | * | | Include simd.h before using NPY_SIMD_BIGENDIAN | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -20/+19 |
| | * | | Address feedback from 2022-12-14 | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -342/+361 |
| | * | | Clean-up merge to main | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -42/+0 |
| | * | | re-enable vx and vxe (avoid perf regressions) for existing code by splitting ... | Developer-Ecosystem-Engineering | 2023-01-04 | 3 | -426/+572 |
| | * | | Resolve linux32 stride failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -2/+3 |
| | * | | Resolve linux 32 failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -2/+7 |
| | * | | resolve additional platform test failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -11/+29 |
| | * | | Add vector casts to resolve additional cygwin failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -4/+4 |
| | * | | Address cygwin failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -1/+1 |
| | * | | Fix gcc failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -32/+33 |
| | * | | ENH: Implement SIMD versions of isnan,isinf, isfinite and signbit | Developer-Ecosystem-Engineering | 2023-01-04 | 4 | -273/+423 |
| * | | | Merge pull request #23077 from pradghos/fix_sin_cos_vxe | Sayed Adel | 2023-01-25 | 1 | -1/+2 |
| |\ \ \ |
|