summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix type conversions for gccDeveloper-Ecosystem-Engineering2023-01-041-14/+14
* Include simd.h before using NPY_SIMD_BIGENDIANDeveloper-Ecosystem-Engineering2023-01-041-20/+19
* Address feedback from 2022-12-14Developer-Ecosystem-Engineering2023-01-041-342/+361
* Update .gitignore and meson.build for loops_unary_fp_le.dispatch.c.srcDeveloper-Ecosystem-Engineering2023-01-042-0/+2
* Clean-up merge to mainDeveloper-Ecosystem-Engineering2023-01-041-42/+0
* fix commentDeveloper-Ecosystem-Engineering2023-01-041-1/+1
* move split test to test_fp_noncontiguous, remove use of as_strided as it was ...Developer-Ecosystem-Engineering2023-01-041-53/+10
* Trigger rerun of TravisCIDeveloper-Ecosystem-Engineering2023-01-040-0/+0
* fix lint & add test_fp_noncontiguousDeveloper-Ecosystem-Engineering2023-01-041-9/+48
* see if stride_tricks can give us more coverageDeveloper-Ecosystem-Engineering2023-01-041-1/+37
* add some tests with different shape arraysDeveloper-Ecosystem-Engineering2023-01-041-1/+16
* re-enable vx and vxe (avoid perf regressions) for existing code by splitting ...Developer-Ecosystem-Engineering2023-01-046-463/+577
* add tests to test_simd.pyDeveloper-Ecosystem-Engineering2023-01-041-0/+33
* Revert "CI: Try hooking gdb into failing CI (likely not correct, but lets see...Developer-Ecosystem-Engineering2023-01-041-1/+0
* Resolve linux32 stride failuresDeveloper-Ecosystem-Engineering2023-01-041-2/+3
* CI: Try hooking gdb into failing CI (likely not correct, but lets see...)Sebastian Berg2023-01-041-0/+1
* Resolve linux 32 failuresDeveloper-Ecosystem-Engineering2023-01-041-2/+7
* resolve additional platform test failuresDeveloper-Ecosystem-Engineering2023-01-042-11/+39
* Add vector casts to resolve additional cygwin failuresDeveloper-Ecosystem-Engineering2023-01-041-4/+4
* Address cygwin failuresDeveloper-Ecosystem-Engineering2023-01-041-1/+1
* Fix gcc failuresDeveloper-Ecosystem-Engineering2023-01-041-32/+33
* ENH: Implement SIMD versions of isnan,isinf, isfinite and signbitDeveloper-Ecosystem-Engineering2023-01-045-277/+427
* TST: split long ufunc.at test (#22918)Matti Picus2023-01-031-13/+12
* Merge pull request #22917 from mattip/NPY_DISABLE_CPU_FEATURESSayed Adel2023-01-033-6/+22
|\
| * DOC: move section (from review) [skip ci]mattip2023-01-033-26/+19
| * DOC: document NPY_DISABLE_CPU_FEATURESmattip2023-01-032-3/+26
* | Merge pull request #22889 from mattip/speedup-ufunc.at-mainSebastian Berg2023-01-035-220/+402
|\ \
| * | MAINT: test broadcasting; test, fix output casting (from review)mattip2023-01-032-4/+18
| * | BENCH: use intp dtype when indexingMatti Picus2023-01-031-1/+1
| * | MAINT: remove overly-cautious check (from review)mattip2023-01-031-16/+10
| * | TST: use clean copiesmattip2023-01-031-5/+8
| * | MAINT: add missing test cases (from review)mattip2023-01-032-6/+33
| * | MAINT: improve coverage of slow path by using a user-defined dtypemattip2023-01-031-2/+9
| * | MAINT: remove dead code path (from review)mattip2023-01-031-6/+0
| * | MAINT: enable fast_path in more cases (from review)mattip2023-01-032-18/+8
| * | Revert "MAINT: elide the generic_wrapped_legacy_loop wrapper out of the hot l...mattip2023-01-022-24/+8
| * | use 4 for float, 2 for double in fast-path countmattip2022-12-291-1/+2
| * | use better semantics for calling PyArray_DiscardWritebackIfCopymattip2022-12-291-1/+1
| * | lower limit to 2, improves benchmarksmattip2022-12-281-1/+1
| * | fix for non-generic_legacy loppsmattip2022-12-281-0/+4
| * | MAINT: do not try SIMD arithmetic loops if count < 4mattip2022-12-281-1/+1
| * | MAINT: elide the generic_wrapped_legacy_loop wrapper out of the hot loopmattip2022-12-282-8/+24
| * | add fast iter loop and benchmarkmattip2022-12-262-10/+95
| * | refactor part that does the iteration into functionmattip2022-12-261-177/+188
| * | refactor ufunc_at in preparation for breaking it into sub-functionsMatti Picus2022-12-261-194/+225
| * | ENH: find the place to add a fast path for ufunc_atMatti Picus2022-12-262-1/+22
* | | Merge pull request #22902 from charris/remove-python-3.8Sebastian Berg2023-01-037-51/+66
|\ \ \ | |_|/ |/| |
| * | MAINT: Replace Python3.8 by Python3.9.Charles Harris2022-12-297-51/+66
* | | Merge pull request #22886 from HaoZeke/docBenchVersionsMatti Picus2023-01-021-2/+33
|\ \ \
| * | | DOC: linting, spellingMatti Picus2023-01-021-1/+2