| Commit message (Expand) | Author | Age | Files | Lines |
* | add fast iter loop and benchmark | mattip | 2022-12-26 | 1 | -10/+85 |
* | refactor part that does the iteration into function | mattip | 2022-12-26 | 1 | -177/+188 |
* | refactor ufunc_at in preparation for breaking it into sub-functions | Matti Picus | 2022-12-26 | 1 | -194/+225 |
* | ENH: find the place to add a fast path for ufunc_at | Matti Picus | 2022-12-26 | 2 | -1/+22 |
* | BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22... | Rohit Goswami | 2022-12-25 | 3 | -25/+43 |
* | BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878) | Miles Cranmer | 2022-12-25 | 2 | -4/+55 |
* | revert detection for meson.build | mattip | 2022-12-25 | 2 | -1/+24 |
* | MAINT: restore npymath implementations needed for freebsd | mattip | 2022-12-25 | 3 | -18/+446 |
* | Merge pull request #22861 from Developer-Ecosystem-Engineering/convert_non_bo... | Matti Picus | 2022-12-23 | 2 | -4/+39 |
|\ |
|
| * | Update logical_and to avoid extra mask ops in AVX512 | Developer-Ecosystem-Engineering | 2022-12-21 | 1 | -16/+28 |
| * | Add regression test for gh-22845 | Developer-Ecosystem-Engineering | 2022-12-21 | 1 | -0/+11 |
| * | BUG, SIMD: Restore behavior converting non bool input to 0x00/0xff | Developer-Ecosystem-Engineering | 2022-12-21 | 1 | -0/+12 |
* | | Merge pull request #22869 from seberg/issue-22835 | Charles Harris | 2022-12-22 | 1 | -0/+2 |
|\ \ |
|
| * | | TST: Ignore nan-warnings in randomized out tests | Sebastian Berg | 2022-12-22 | 1 | -0/+2 |
* | | | TST: Fixup string cast test to not use `tiny` | Sebastian Berg | 2022-12-22 | 1 | -2/+2 |
* | | | Merge pull request #22851 from seiko2plus/issue_22841 | Sebastian Berg | 2022-12-22 | 3 | -26/+57 |
|\ \ \ |
|
| * | | | MAINT: Remove unused umath macros IS_BLOCKABLE_BINARY_BOOL* | Sayed Adel | 2022-12-22 | 1 | -13/+0 |
| * | | | BUG, SIMD: Fix memory overlap on comparison accumulate | Sayed Adel | 2022-12-21 | 2 | -13/+57 |
| |/ / |
|
* | | | Merge pull request #22853 from mattip/issues | Charles Harris | 2022-12-21 | 1 | -31/+9 |
|\ \ \ |
|
| * | | | MAINT: expand show_rutime, add it to issue template [skip ci] | mattip | 2022-12-21 | 1 | -31/+9 |
| |/ / |
|
* | | | Merge pull request #22855 from seberg/issue-22843 | Charles Harris | 2022-12-21 | 3 | -4/+24 |
|\ \ \
| |_|/
|/| | |
|
| * | | BUG: Fortify string casts against floating point warnings | Sebastian Berg | 2022-12-21 | 3 | -4/+24 |
| |/ |
|
* | | Merge pull request #22849 from seberg/issue-22720 | Charles Harris | 2022-12-21 | 2 | -1/+18 |
|\ \ |
|
| * | | API: Ensure a full mask is returned for masked_invalid | Sebastian Berg | 2022-12-21 | 2 | -1/+18 |
| |/ |
|
* | | BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow` | Sebastian Berg | 2022-12-21 | 2 | -3/+6 |
|/ |
|
* | Merge pull request #22846 from seiko2plus/issue_22841 | Charles Harris | 2022-12-20 | 2 | -9/+9 |
|\ |
|
| * | BUG, SIMD: Fix the bitmask of the boolean comparison | Sayed Adel | 2022-12-21 | 2 | -9/+9 |
* | | BUG: Do not use getdata() in np.ma.masked_invalid | Sebastian Berg | 2022-12-19 | 2 | -5/+19 |
* | | Merge pull request #22828 from bnavigator/ignore-distutils-api | Charles Harris | 2022-12-19 | 1 | -0/+2 |
|\ \ |
|
| * | | TST: ignore more np.distutils.log imports | Ben Greiner | 2022-12-19 | 1 | -0/+2 |
| |/ |
|
* | | BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836) | Sebastian Berg | 2022-12-19 | 3 | -3/+18 |
|/ |
|
* | Merge pull request #22771 from seiko2plus/issue_22461 | Sebastian Berg | 2022-12-18 | 16 | -177/+405 |
|\ |
|
| * | ENH, SIMD: Discard non-signaling comparison intrinsics | Sayed Adel | 2022-12-15 | 14 | -173/+22 |
| * | BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on armhf/neon | Sayed Adel | 2022-12-14 | 2 | -68/+91 |
| * | BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on x86/SSE2 | Sayed Adel | 2022-12-14 | 2 | -50/+135 |
| * | BUG, SIMD: Fix invalid value encountered in expm1 when SVML/AVX512 enabled | Sayed Adel | 2022-12-14 | 1 | -0/+10 |
| * | ENH, TST: Test all FP unary ufunc against any unexpected fp exceptions | Sayed Adel | 2022-12-14 | 2 | -11/+80 |
| * | BUG, SIMD: Fix invalid value encountered in cos/sin on aarch64 & ppc64le | Sayed Adel | 2022-12-14 | 2 | -2/+2 |
| * | ENH, SIMD: Add ordered comparison intrinsics guarantees non-signaling | Sayed Adel | 2022-12-14 | 9 | -47/+239 |
* | | REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOS | Ralf Gommers | 2022-12-15 | 1 | -0/+52 |
* | | Merge pull request #22784 from eerovaher/percentile-plot-legend | Sebastian Berg | 2022-12-15 | 1 | -1/+2 |
|\ \ |
|
| * | | DOC: Fix legend placement in `percentile` docs | Eero Vaher | 2022-12-12 | 1 | -1/+2 |
* | | | MAINT: remove unused API documentation generation | mattip | 2022-12-15 | 5 | -50/+6 |
* | | | Merge pull request #22167 from Developer-Ecosystem-Engineering/add_simd_bool_... | Matti Picus | 2022-12-15 | 7 | -337/+425 |
|\ \ \ |
|
| * | | | ENG, SIMD: Dispatch bool (invert, add, fmax, fmin...) | Sayed Adel | 2022-12-08 | 2 | -34/+62 |
| * | | | Use mask_to_true() for logical_not to save a few ops | Developer-Ecosystem-Engineering | 2022-12-07 | 1 | -8/+16 |
| * | | | Remote setup.py.orig and use npyv_any/all | Developer-Ecosystem-Engineering | 2022-12-07 | 2 | -1180/+3 |
| * | | | Fix smoke test running without NPY_SIMD | Developer-Ecosystem-Engineering | 2022-12-06 | 1 | -13/+18 |
| * | | | Finish adopting universal intrinsics to fix AVX2/AVX512 tests. | Developer-Ecosystem-Engineering | 2022-12-06 | 1 | -54/+0 |
| * | | | Add loops_logical.dispatch.c.src to meson.build | Developer-Ecosystem-Engineering | 2022-12-06 | 1 | -0/+1 |