| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #23528 from seberg/allow-backcomp-builds | Matti Picus | 2023-04-28 | 1 | -1/+2 |
|\ |
|
| * | MAINT: Bump version in meson | Sebastian Berg | 2023-04-04 | 1 | -1/+2 |
* | | Merge pull request #23298 from seiko2plus/cpp_half_support | Sebastian Berg | 2023-04-25 | 1 | -1/+4 |
|\ \ |
|
| * | | ENH: Extend the functionlty of C++ type `np::Half` | Sayed Adel | 2023-04-05 | 1 | -1/+4 |
| |/ |
|
* | | BLD: fix instances of MSVC detection in `meson.build` | Ralf Gommers | 2023-04-07 | 1 | -3/+3 |
|/ |
|
* | BLD: Check for submodules before build (#23372) | Raghuveer Devulapalli | 2023-03-12 | 1 | -0/+3 |
* | Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcher | Charles Harris | 2023-02-22 | 1 | -29/+3 |
|\ |
|
| * | BLD, MESON: __builtin_prefetch is not limited to x86 | Sayed Adel | 2023-02-20 | 1 | -5/+1 |
| * | ENH, SIMD: dispatch the rest of all ufuncs with fast calls | Sayed Adel | 2023-02-20 | 1 | -1/+1 |
| * | ENH, SIMD: move auto-vectorized inner functions to new dispatchable source | Sayed Adel | 2023-02-20 | 1 | -0/+1 |
| * | MAINT, SIMD: Removes compiler definitions of attribute-based CPU dispatching | Sayed Adel | 2023-02-20 | 1 | -25/+2 |
* | | MAINT: minor CI job, comments, and style changes to meson.build files | Ralf Gommers | 2023-02-20 | 1 | -7/+5 |
* | | BUILD: add a windows meson CI job, tweak meson build parameters, fix typo | mattip | 2023-02-20 | 1 | -5/+11 |
* | | BUILD: fixes for MSVC | Matti Picus | 2023-02-20 | 1 | -7/+17 |
* | | Fixups, but npyiter is blocking me as it actually uses the "clear" logic once | Sebastian Berg | 2023-02-19 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #22315 from r-devulap/avxsort | Matti Picus | 2023-02-15 | 1 | -2/+9 |
|\ |
|
| * | fix up up meson | Sayed Adel | 2023-02-07 | 1 | -1/+2 |
| * | fix up meson | Sayed Adel | 2023-02-07 | 1 | -0/+5 |
| * | ENH, SIMD: reimplement CPU dispatching of qsort | Sayed Adel | 2023-02-07 | 1 | -2/+2 |
| * | Add x86 simd sort dispatch files to meson.build | Raghuveer Devulapalli | 2023-01-31 | 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 | -1/+0 |
|/ |
|
* | Merge pull request #22165 from Developer-Ecosystem-Engineering/simd_isnan_isi... | Matti Picus | 2023-01-29 | 1 | -0/+1 |
|\ |
|
| * | Update .gitignore and meson.build for loops_unary_fp_le.dispatch.c.src | 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 | -3/+3 |
|/ |
|
* | revert detection for meson.build | mattip | 2022-12-25 | 1 | -1/+5 |
* | BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow` | Sebastian Berg | 2022-12-21 | 1 | -1/+2 |
* | Merge pull request #22771 from seiko2plus/issue_22461 | Sebastian Berg | 2022-12-18 | 1 | -3/+3 |
|\ |
|
| * | BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on x86/SSE2 | Sayed Adel | 2022-12-14 | 1 | -2/+1 |
| * | ENH, TST: Test all FP unary ufunc against any unexpected fp exceptions | Sayed Adel | 2022-12-14 | 1 | -1/+2 |
* | | MAINT: remove unused API documentation generation | mattip | 2022-12-15 | 1 | -2/+2 |
* | | Merge pull request #22167 from Developer-Ecosystem-Engineering/add_simd_bool_... | Matti Picus | 2022-12-15 | 1 | -0/+1 |
|\ \ |
|
| * | | Add loops_logical.dispatch.c.src to meson.build | Developer-Ecosystem-Engineering | 2022-12-06 | 1 | -0/+1 |
| |/ |
|
* | | BLD: fix issue in npymath on macOS arm64 in the Meson build | Ralf Gommers | 2022-12-14 | 1 | -0/+3 |
|/ |
|
* | Add loops_unary.dispatch.c.src to meson.build | Developer-Ecosystem-Engineering | 2022-11-29 | 1 | -0/+1 |
* | MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22... | Matti Picus | 2022-11-28 | 1 | -1/+0 |
* | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 1 | -0/+929 |