summaryrefslogtreecommitdiff
path: root/numpy/core/src/common
Commit message (Expand)AuthorAgeFilesLines
...
* rearrange headers to make npy_config.h only about configmattip2022-08-211-3/+1
* remove obsolete support for Solarismattip2022-08-211-9/+0
* DEP: drop older cygwin compatibility shims (#22159)Matti Picus2022-08-211-12/+2
* DEP: drop support for msvc<=1900 and Interix (#22139)Matti Picus2022-08-191-3/+3
* Merge pull request #22150 from seiko2plus/issue_21920Charles Harris2022-08-191-12/+12
|\
| * BUG, SIMD: Fix C++ AVX512/qsort on old gcc compilersSayed Adel2022-08-191-12/+12
* | Missed a caseDeveloper-Ecosystem-Engineering2022-08-111-1/+1
* | Address failures in gccDeveloper-Ecosystem-Engineering2022-08-111-6/+6
* | PERF: Improve intrinsics for tobits and pack on Apple siliconDeveloper-Ecosystem-Engineering2022-08-081-6/+23
* | ENH,MAINT: Add overflow handling for negative integers scalar multiplication ...Meekail Zain2022-07-172-7/+37
|/
* fix: :bug: Change substract to subtractAnselm Hahn2022-06-231-1/+1
* MAINT, SIMD: remove orphan path vsx/conversion.hSayed Adel2022-06-161-146/+0
* Merge pull request #21748 from pradghos/s390x_numpy_fixSayed Adel2022-06-141-2/+7
|\
| * addressed review commentsPradipta Ghosh2022-06-131-4/+4
| * Fix for npyv_orc_b8 and npyv_xnor_b8 for s390x(z13)Pradipta Ghosh2022-06-131-2/+7
* | ENH: Add floating point error handling to advanced indexingSebastian Berg2022-06-131-2/+6
* | ENH: Check floating point error flags for all castsSebastian Berg2022-06-132-4/+10
|/
* Merge pull request #21734 from hoodmane/check-x86-before-asmMatti Picus2022-06-121-1/+3
|\
| * ENH: Check that we are targeting x86 or x64 before using bsr asm instructionHood Chatham2022-06-111-1/+3
* | Merge pull request #20913 from seiko2plus/zsystem_supMatti Picus2022-06-1217-222/+831
|\ \ | |/ |/|
| * ENH, SIMD: Extend universal intrinsics to support IBMZSayed Adel2022-06-0417-222/+831
* | ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-0/+8
* | BUG: switch _CMP_NEQ_OQ to _CMP_NEQ_UQ for npyv_cmpneq_f[32,64]Rafael CF Sousa2022-06-072-4/+4
|/
* Merge pull request #21483 from rafaelcfsousa/simd_comparisonMatti Picus2022-05-3011-0/+194
|\
| * SIMD, ENH: Add universal intrinsic andc8 and use it to remove ifneqRafael CF Sousa2022-05-296-18/+25
| * SIMD, ENH: Use logical bitwise to implement comparison functions (bool_)Rafael CF Sousa2022-05-235-0/+32
| * SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-236-0/+155
* | Fix some typos.Yulv-git2022-05-141-2/+2
|/
* 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
| | |/ | |/|