| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | 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 |
| * | | BUG: Fix `integer / float` scalar promotion | Sebastian Berg | 2023-01-24 | 1 | -16/+9 |
| * | | ENH: Convert methods to vectorcall conversions (#23018) | Pieter Eendebak | 2023-01-23 | 2 | -12/+6 |
| * | | MAINT: Rename `initial` to `legacy_initial` in ArrayMethod | Sebastian Berg | 2023-01-20 | 1 | -2/+4 |
| * | | DOC: Adept code comments for clarity based on code review | Sebastian Berg | 2023-01-20 | 2 | -8/+11 |
| * | | MAINT: Prepend scaled float test statics with `sfloat_` | Sebastian Berg | 2023-01-20 | 1 | -14/+14 |
| * | | MAINT: Address review comments by Nathan | Sebastian Berg | 2023-01-20 | 1 | -1/+1 |
| * | | MAINT: Rename PyUFunc_GetIDentity to PyUFunc_GetDefaultIdentity | Sebastian Berg | 2023-01-20 | 3 | -5/+6 |
| * | | TST: Add test for wrapped ufuncs and reductions via ScaledFloat | Sebastian Berg | 2023-01-20 | 1 | -3/+88 |
| * | | MAINT: Address many of Marten's comments | Sebastian Berg | 2023-01-20 | 3 | -10/+14 |
| * | | MAINT: Remove unneeded label | Sebastian Berg | 2023-01-20 | 1 | -1/+0 |
| * | | API: Bumpy experimental dtype api version | Sebastian Berg | 2023-01-20 | 1 | -1/+1 |
| * | | BUG: Fixup copying the wrong size in the cached path mostly | Sebastian Berg | 2023-01-20 | 2 | -8/+8 |
| * | | MAINT: Rework things to make reorderability static and default to no initial ... | Sebastian Berg | 2023-01-20 | 4 | -45/+164 |
| * | | MAINT: Rename arraymethod reduction identity getter | Sebastian Berg | 2023-01-20 | 2 | -24/+29 |
| * | | DOC,MAINT: Address "simple" review comments by Marten | Sebastian Berg | 2023-01-20 | 1 | -4/+1 |
| * | | ENH: Support identity-function in experimental DType API | Sebastian Berg | 2023-01-20 | 1 | -0/+33 |
| * | | ENH: Move identity to the ArrayMethod to allow customization | Sebastian Berg | 2023-01-20 | 3 | -91/+96 |
| |/ |
|
| * | MAINT: test broadcasting; test, fix output casting (from review) | mattip | 2023-01-03 | 1 | -4/+7 |
| * | MAINT: remove overly-cautious check (from review) | mattip | 2023-01-03 | 1 | -16/+10 |
| * | MAINT: add missing test cases (from review) | mattip | 2023-01-03 | 1 | -3/+13 |
| * | MAINT: remove dead code path (from review) | mattip | 2023-01-03 | 1 | -6/+0 |
| * | MAINT: enable fast_path in more cases (from review) | mattip | 2023-01-03 | 2 | -18/+8 |
| * | Revert "MAINT: elide the generic_wrapped_legacy_loop wrapper out of the hot l... | mattip | 2023-01-02 | 2 | -24/+8 |
| * | use 4 for float, 2 for double in fast-path count | mattip | 2022-12-29 | 1 | -1/+2 |
| * | use better semantics for calling PyArray_DiscardWritebackIfCopy | mattip | 2022-12-29 | 1 | -1/+1 |
| * | lower limit to 2, improves benchmarks | mattip | 2022-12-28 | 1 | -1/+1 |
| * | fix for non-generic_legacy lopps | mattip | 2022-12-28 | 1 | -0/+4 |
| * | MAINT: do not try SIMD arithmetic loops if count < 4 | mattip | 2022-12-28 | 1 | -1/+1 |
| * | MAINT: elide the generic_wrapped_legacy_loop wrapper out of the hot loop | mattip | 2022-12-28 | 2 | -8/+24 |
| * | add fast iter loop and benchmark | mattip | 2022-12-26 | 1 | -10/+85 |
| * | refactor part that does the iteration into function | mattip | 2022-12-26 | 1 | -177/+188 |
| * | refactor ufunc_at in preparation for breaking it into sub-functions | Matti Picus | 2022-12-26 | 1 | -194/+225 |
| * | ENH: find the place to add a fast path for ufunc_at | Matti Picus | 2022-12-26 | 2 | -1/+22 |
| * | Merge pull request #22861 from Developer-Ecosystem-Engineering/convert_non_bo... | Matti Picus | 2022-12-23 | 1 | -4/+28 |
| |\ |
|
| | * | Update logical_and to avoid extra mask ops in AVX512 | Developer-Ecosystem-Engineering | 2022-12-21 | 1 | -16/+28 |
| | * | BUG, SIMD: Restore behavior converting non bool input to 0x00/0xff | Developer-Ecosystem-Engineering | 2022-12-21 | 1 | -0/+12 |
| * | | MAINT: Remove unused umath macros IS_BLOCKABLE_BINARY_BOOL* | Sayed Adel | 2022-12-22 | 1 | -13/+0 |
| * | | BUG, SIMD: Fix memory overlap on comparison accumulate | Sayed Adel | 2022-12-21 | 1 | -13/+17 |
| |/ |
|
| * | BUG, SIMD: Fix the bitmask of the boolean comparison | Sayed Adel | 2022-12-21 | 1 | -3/+3 |
| * | Merge pull request #22771 from seiko2plus/issue_22461 | Sebastian Berg | 2022-12-18 | 2 | -1/+15 |
| |\ |
|
| | * | ENH, SIMD: Discard non-signaling comparison intrinsics | Sayed Adel | 2022-12-15 | 1 | -2/+6 |
| | * | BUG, SIMD: Fix invalid value encountered in expm1 when SVML/AVX512 enabled | Sayed Adel | 2022-12-14 | 1 | -0/+10 |