summaryrefslogtreecommitdiff
path: root/numpy/core/src/common
Commit message (Expand)AuthorAgeFilesLines
* Revert "ENH: Implement string comparison ufuncs (or almost) "Charles Harris2022-06-161-8/+0
* ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-0/+8
* PERF: Fast check on equivalent arrays in PyArray_EQUIVALENTLY_ITERABLE_OVERLA...Pieter Eendebak2022-05-141-3/+13
* PERF: Skip probing `__array_ufunc__` for NumPy builtin scalars (#21470)Pieter Eendebak2022-05-112-1/+7
* [road-to-cxx] npy_cpu_features moved to pure Cserge-sans-paille2022-05-051-17/+61
* PERF: Improve performance of special attribute lookups (#21423)Pieter Eendebak2022-05-033-43/+22
* BUG: add linux guard per #21386John-Mark Gurney2022-04-251-0/+2
* MAINT: Clean-up includes of auto-generated umath codeSebastian Berg2022-04-041-2/+2
* Merge pull request #20991 from r-devulap/exp-log-svmlMatti Picus2022-03-231-0/+4
|\
| * ENH: Use SVML for f64 exp and log for AVX512_SKXRaghuveer Devulapalli2022-02-231-0/+4
| * Revert "ENH: Use SVML for f64 exp and log"Raghuveer Devulapalli2022-02-231-4/+0
| * ENH: Use SVML for f64 exp and logRaghuveer Devulapalli2022-02-031-0/+4
* | Merge pull request #21145 from tirthasheshpatel/fix-gh20743Matti Picus2022-03-101-1/+1
|\ \
| * | MAINT: make np._from_dlpack publicTirth Patel2022-03-031-1/+1
* | | Make common/simd/avx512/memory.h compatible with C++serge-sans-paille2022-02-211-2/+4
* | | road-to-cxx: x86-qsort.dispatch.c.src -> x86-qsort.dispatch.cppserge-sans-paille2022-02-211-2/+2
|/ /
* | Merge pull request #21039 from seberg/removed-relaxed-strides-checkingCharles Harris2022-02-121-4/+0
|\ \
| * | MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-111-4/+0
* | | Convert npy_partition.h.src to numpy/core/src/common/npy_partition.hserge-sans-paille2022-02-112-134/+27
* | | Merge pull request #20363 from seiko2plus/svml2npyv/tanh_f32Matti Picus2022-02-105-0/+168
|\ \ \
| * | | SIMD: Add new universal intrinsics for lookup tableSayed Adel2022-01-195-0/+168
* | | | Merge pull request #20976 from rafaelcfsousa/p10_enh_intdivMatti Picus2022-02-102-6/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | ENH: Optimize divc with VSX4/Power10 intrinsicsRafael Cardoso Fernandes Sousa2022-02-081-0/+14
| * | | ENH: Optimize floor_divide for VSX4/Power10Rafael Cardoso Fernandes Sousa2022-02-082-6/+0
| | |/ | |/|
* | | Merge pull request #20133 from r-devulap/avx512-sortMatti Picus2022-02-071-0/+72
|\ \ \ | |/ / |/| |
| * | MAINT: rename reduce_min/max functions to not clash with local def in loops_m...Raghuveer Devulapalli2022-02-021-12/+12
| * | MAINT: Use cvt instruction instead of extractRaghuveer Devulapalli2022-02-021-4/+4
| * | SIMD: Add intrinsics emulation for reduce_min and reduce_max instructionsRaghuveer Devulapalli2022-02-021-0/+72
* | | Merge pull request #20840 from serge-sans-paille/feature/road-to-cxx-selectionCharles Harris2022-01-231-0/+8
|\ \ \
| * | | Convert selection.c.src to selection.cppserge-sans-paille2022-01-171-0/+8
* | | | ENH: Add changes that allow NumPy to compile with clang-clKevin Sheppard2022-01-201-1/+1
| |_|/ |/| |
* | | Merge pull request #20821 from rafaelcfsousa/p10_enablementMatti Picus2022-01-182-6/+20
|\ \ \
| * | | ENH: Add CPU feature detection for VSX4 (Power10)Rafael Cardoso Fernandes Sousa2022-01-132-6/+20
| | |/ | |/|
* | | Merge pull request #20285 from HowJMay/simd-floorMatti Picus2022-01-185-8/+142
|\ \ \ | |_|/ |/| |
| * | SIMD: add universal intrinsic for round to nearestSayed Adel2021-12-194-8/+51
| * | SIMD: fix signed zero of SSE2/FloorSayed Adel2021-12-131-12/+37
| * | ENH, SIMD: add new universal intrinsics for floorHowJMay2021-12-125-0/+66
* | | Convert timsort.c.src to C++serge-sans-paille2022-01-141-0/+34
| |/ |/|
* | MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-1/+1
* | Merge pull request #20552 from pradghos/s390x_cpu_featureMatti Picus2021-12-142-0/+48
|\ \
| * | minor fix to code styleSayed Adel2021-12-141-5/+5
| * | addressed review commentsPradipta Ghosh2021-12-142-5/+5
| * | Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-142-0/+48
* | | Merge pull request #20489 from serge-sans-paille/feature/road-to-cxx-binsearchMatti Picus2021-12-134-144/+187
|\ \ \ | |/ / |/| |
| * | Convert binsearch.c.src to binsearch.cppserge-sans-paille2021-12-124-144/+187
| |/
* | BLD: Re-enable the function overrides on old Cygwin.DWesl2021-12-091-0/+16
* | BLD: Use the new hypotl on Cygwin.DWesl2021-12-091-4/+0
|/
* ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-165-0/+73
* Merge pull request #19083 from hameerabbasi/dlpackSebastian Berg2021-11-092-0/+229
|\
| * change from_dlpack to _dlpack, remove unused headermattip2021-11-021-1/+1