| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #23298 from seiko2plus/cpp_half_support | Sebastian Berg | 2023-04-25 | 1 | -2/+3 |
|\ |
|
| * | ENH: Extend the functionlty of C++ type `np::Half` | Sayed Adel | 2023-04-05 | 1 | -2/+3 |
* | | BLD: use the C++ linker to link `_multiarray_umath.so` | Ralf Gommers | 2023-04-16 | 1 | -3/+0 |
|/ |
|
* | Merge pull request #23521 from seiko2plus/cpp_2017 | Charles Harris | 2023-04-04 | 1 | -41/+1 |
|\ |
|
| * | ENH: Raise C++ standard to C++17 | Sayed Adel | 2023-04-04 | 1 | -41/+1 |
* | | DOC: Fix typos & grammer in docstrings and comments (#23503) | Pratyay Banerjee | 2023-03-30 | 1 | -1/+1 |
|/ |
|
* | BLD: Check for submodules before build (#23372) | Raghuveer Devulapalli | 2023-03-12 | 1 | -6/+10 |
* | Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcher | Charles Harris | 2023-02-22 | 1 | -24/+1 |
|\ |
|
| * | ENH, SIMD: dispatch the rest of all ufuncs with fast calls | Sayed Adel | 2023-02-20 | 1 | -1/+1 |
| * | MAINT, SIMD: Removes compiler definitions of attribute-based CPU dispatching | Sayed Adel | 2023-02-20 | 1 | -24/+1 |
* | | Fixups, but npyiter is blocking me as it actually uses the "clear" logic once | Sebastian Berg | 2023-02-19 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #22315 from r-devulap/avxsort | Matti Picus | 2023-02-15 | 1 | -1/+2 |
|\ |
|
| * | No need for add x86-simd-sort as global directory | Sayed Adel | 2023-02-07 | 1 | -1/+0 |
| * | ENH, SIMD: removes #NPY_ENABLE_AVX512_QSORT and use #directives instead | Sayed Adel | 2023-02-07 | 1 | -17/+2 |
| * | ENH, SIMD: reimplement CPU dispatching of qsort | Sayed Adel | 2023-02-07 | 1 | -2/+2 |
| * | MAINT: Fix comment | Raghuveer Devulapalli | 2023-01-30 | 1 | -4/+3 |
| * | ENH: Add AVX-512 based 16-bit dtype sort | Raghuveer Devulapalli | 2023-01-30 | 1 | -1/+2 |
| * | MAINT: Disable AVX-512 qsort on macOS and WIN32 | Raghuveer Devulapalli | 2023-01-30 | 1 | -1/+17 |
| * | Revert "ENH: Add AVX-512 based 16-bit dtype sort" | Raghuveer Devulapalli | 2023-01-30 | 1 | -1/+0 |
| * | ENH: Add AVX-512 based 16-bit dtype sort | Raghuveer Devulapalli | 2023-01-30 | 1 | -0/+1 |
| * | ENH: Add AVX-512 based 64-bit dtype sort | Raghuveer Devulapalli | 2023-01-30 | 1 | -1/+2 |
* | | ENH, SIMD: Only dispatch AVX2 for arithmetic operations | Sayed Adel | 2023-01-29 | 1 | -0/+1 |
* | | ENH: remove raw SIMD of complex operations | Sayed Adel | 2023-01-29 | 1 | -2/+0 |
|/ |
|
* | Merge pull request #22165 from Developer-Ecosystem-Engineering/simd_isnan_isi... | Matti Picus | 2023-01-29 | 1 | -0/+1 |
|\ |
|
| * | re-enable vx and vxe (avoid perf regressions) for existing code by splitting ... | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -0/+1 |
* | | MAINT: Move export for scipy arm64 helper into main module | Sebastian Berg | 2023-01-05 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #22771 from seiko2plus/issue_22461 | Sebastian Berg | 2022-12-18 | 1 | -17/+20 |
|\ |
|
| * | ENH, SIMD: Add ordered comparison intrinsics guarantees non-signaling | Sayed Adel | 2022-12-14 | 1 | -17/+20 |
* | | MAINT: remove unused API documentation generation | mattip | 2022-12-15 | 1 | -2/+2 |
* | | ENH: Add SIMD versions of bool logical_and, logical_or, logical_not and absolute | Developer-Ecosystem-Engineering | 2022-12-06 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #22166 from Developer-Ecosystem-Engineering/add_simd_negative | Matti Picus | 2022-12-05 | 1 | -0/+1 |
|\ |
|
| * | ENH: Add SIMD versions of negative | Developer-Ecosystem-Engineering | 2022-11-28 | 1 | -0/+1 |
* | | MAINT: unify NPY_NO_SIGNAL macros | mattip | 2022-11-30 | 1 | -1/+1 |
|/ |
|
* | MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22... | Matti Picus | 2022-11-28 | 1 | -49/+1 |
* | Merge pull request #22679 from mattip/issue22673 | Ralf Gommers | 2022-11-27 | 1 | -1/+5 |
|\ |
|
| * | BUILD: revert function() -> #define for 3 npymath functions | mattip | 2022-11-27 | 1 | -1/+5 |
* | | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #22168 from Developer-Ecosystem-Engineering/remove_Avx_whe... | Matti Picus | 2022-10-20 | 1 | -13/+23 |
|\ |
|
| * | review feedback, make lint happy | Developer-Ecosystem-Engineering | 2022-10-19 | 1 | -20/+17 |
| * | ENH: Remove AVX related functions from non x86 based builds | Developer-Ecosystem-Engineering | 2022-08-23 | 1 | -4/+17 |
* | | Merge pull request #22161 from mattip/simplify-npy_math2 | Matti Picus | 2022-10-06 | 1 | -4/+8 |
|\ \ |
|
| * | | BLD: Add mandatory complex math feature detection with signature | Sebastian Berg | 2022-09-28 | 1 | -4/+8 |
* | | | ENH: Vectorize FP16 math functions on Intel SkylakeX | Raghuveer Devulapalli | 2022-09-26 | 1 | -1/+0 |
|/ / |
|
* | | MAINT: fix defines for universal2 python builds of NumPy | mattip | 2022-08-24 | 1 | -0/+4 |
|/ |
|
* | BUILD: convert HAVE_ macros to BLOCK_, cleanup | mattip | 2022-08-21 | 1 | -1/+0 |
* | restore atan2 implementation, clean up c99 mandatory functions | mattip | 2022-08-21 | 1 | -4/+0 |
* | restore HAVE_LOG2 for cygwin blocklistingw | mattip | 2022-08-21 | 1 | -0/+1 |
* | make optional C99 double routines mandatory | mattip | 2022-08-21 | 1 | -14/+7 |
* | DEP: drop support for msvc<=1900 and Interix (#22139) | Matti Picus | 2022-08-19 | 1 | -8/+0 |
* | numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64 | Matthias Koeppe | 2022-06-30 | 1 | -1/+3 |