| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Merge pull request #20133 from r-devulap/avx512-sort | Matti Picus | 2022-02-07 | 1 | -0/+72 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | MAINT: rename reduce_min/max functions to not clash with local def in loops_m... | Raghuveer Devulapalli | 2022-02-02 | 1 | -12/+12 |
| | * | | MAINT: Use cvt instruction instead of extract | Raghuveer Devulapalli | 2022-02-02 | 1 | -4/+4 |
| | * | | SIMD: Add intrinsics emulation for reduce_min and reduce_max instructions | Raghuveer Devulapalli | 2022-02-02 | 1 | -0/+72 |
| * | | | Merge pull request #20840 from serge-sans-paille/feature/road-to-cxx-selection | Charles Harris | 2022-01-23 | 1 | -0/+8 |
| |\ \ \ |
|
| | * | | | Convert selection.c.src to selection.cpp | serge-sans-paille | 2022-01-17 | 1 | -0/+8 |
| * | | | | ENH: Add changes that allow NumPy to compile with clang-cl | Kevin Sheppard | 2022-01-20 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Merge pull request #20821 from rafaelcfsousa/p10_enablement | Matti Picus | 2022-01-18 | 2 | -6/+20 |
| |\ \ \ |
|
| | * | | | ENH: Add CPU feature detection for VSX4 (Power10) | Rafael Cardoso Fernandes Sousa | 2022-01-13 | 2 | -6/+20 |
| | | |/
| |/| |
|
| * | | | Merge pull request #20285 from HowJMay/simd-floor | Matti Picus | 2022-01-18 | 5 | -8/+142 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | SIMD: add universal intrinsic for round to nearest | Sayed Adel | 2021-12-19 | 4 | -8/+51 |
| | * | | SIMD: fix signed zero of SSE2/Floor | Sayed Adel | 2021-12-13 | 1 | -12/+37 |
| | * | | ENH, SIMD: add new universal intrinsics for floor | HowJMay | 2021-12-12 | 5 | -0/+66 |
| * | | | Convert timsort.c.src to C++ | serge-sans-paille | 2022-01-14 | 1 | -0/+34 |
| | |/
|/| |
|
| * | | MAINT, DOC: fix new typos detected by codespell | Dimitri Papadopoulos | 2022-01-12 | 1 | -1/+1 |
| * | | Merge pull request #20552 from pradghos/s390x_cpu_feature | Matti Picus | 2021-12-14 | 2 | -0/+48 |
| |\ \ |
|
| | * | | minor fix to code style | Sayed Adel | 2021-12-14 | 1 | -5/+5 |
| | * | | addressed review comments | Pradipta Ghosh | 2021-12-14 | 2 | -5/+5 |
| | * | | Extending CPU feature detection framework to support IBM Z SIMD | Pradipta Ghosh | 2021-12-14 | 2 | -0/+48 |
| * | | | Merge pull request #20489 from serge-sans-paille/feature/road-to-cxx-binsearch | Matti Picus | 2021-12-13 | 4 | -144/+187 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Convert binsearch.c.src to binsearch.cpp | serge-sans-paille | 2021-12-12 | 4 | -144/+187 |
| | |/ |
|
| * | | BLD: Re-enable the function overrides on old Cygwin. | DWesl | 2021-12-09 | 1 | -0/+16 |
| * | | BLD: Use the new hypotl on Cygwin. | DWesl | 2021-12-09 | 1 | -4/+0 |
| |/ |
|
| * | ENH, SIMD: add new universal intrinsics for trunc | HowJMay | 2021-11-16 | 5 | -0/+73 |
| * | Merge pull request #19083 from hameerabbasi/dlpack | Sebastian Berg | 2021-11-09 | 2 | -0/+229 |
| |\ |
|
| | * | change from_dlpack to _dlpack, remove unused header | mattip | 2021-11-02 | 1 | -1/+1 |
| | * | move dlpack functions to a new file | mattip | 2021-11-02 | 1 | -1/+13 |
| | * | MAINT: Move around code so that there are no more unused warnings. | Hameer Abbasi | 2021-11-02 | 1 | -25/+0 |
| | * | MAINT: Split up capsule deleter. | Hameer Abbasi | 2021-11-02 | 1 | -6/+17 |
| | * | MAINT: Add URL to DLPack GitHub. | Hameer Abbasi | 2021-11-02 | 1 | -0/+2 |
| | * | MAINT, BUG: Documentation for DLPack protocol and refcounting bug fixes. | Hameer Abbasi | 2021-11-02 | 2 | -1/+17 |
| | * | ENH, TST: Add the from_dlpack method and test DLPack. | Hameer Abbasi | 2021-11-02 | 1 | -0/+25 |
| | * | ENH: Add the __dlpack__ and __dlpack_device__ methods to ndarray. | Hameer Abbasi | 2021-11-02 | 1 | -0/+188 |
| * | | SIMD: Fix impl of intrinsic `npyv_ceil_f32` on armv7/neon | Sayed Adel | 2021-11-01 | 1 | -10/+31 |
| * | | ENH: Implement SIMD for ceil | HowJMay | 2021-11-01 | 5 | -0/+59 |
| * | | ENH: Add conversion for 512bit intrin to 256bit intrin | HowJMay | 2021-11-01 | 1 | -1/+21 |
| |/ |
|
| * | fix up up | Sayed Adel | 2021-10-28 | 1 | -4/+4 |
| * | fix up | Sayed Adel | 2021-10-28 | 3 | -15/+15 |
| * | BUG, SIMD: Workaround broadcasting SIMD 64-bit integers on MSVC 32-bit mode | Sayed Adel | 2021-10-28 | 4 | -6/+97 |
| * | Merge pull request #20153 from numpy/issue_20025 | Charles Harris | 2021-10-25 | 1 | -3/+4 |
| |\ |
|
| | * | BUG, SIMD: Fix unsigned 8-bit integer divison by a scalarissue_20025 | Sayed Adel | 2021-10-23 | 1 | -1/+1 |
| | * | BUG, SIMD: Fix 64-bit integer divison by a scalar on MSVC <= 2017 | Sayed Adel | 2021-10-21 | 1 | -2/+3 |
| * | | STY: Run clang-format on cpp files and headers. | Charles Harris | 2021-10-22 | 1 | -25/+69 |
| * | | [demo] how-to replacing numpy custom generation engine by raw C++ | serge-sans-paille | 2021-10-22 | 2 | -1/+40 |
| |/ |
|
| * | Merge pull request #19478 from r-devulap/svml | Matti Picus | 2021-10-10 | 1 | -0/+41 |
| |\ |
|
| | * | MAINT: Use Universal Intrinsics framework to leverage SVML | Raghuveer Devulapalli | 2021-08-24 | 1 | -1/+1 |
| | * | ENH: Use SVML to compute double precision sin and cos | Raghuveer Devulapalli | 2021-08-24 | 1 | -0/+4 |
| | * | ENH, SIMD: Leverage SVML for AVX512 versions of ufuncs | Raghuveer Devulapalli | 2021-08-24 | 1 | -0/+37 |
| * | | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 7 | -8/+8 |
| * | | MAINT: Standardize guards in numpy/core/src/common. | Charles Harris | 2021-09-05 | 24 | -71/+80 |