summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Merge pull request #22853 from mattip/issuesCharles Harris2022-12-211-31/+9
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | MAINT: expand show_rutime, add it to issue template [skip ci]mattip2022-12-211-31/+9
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge pull request #22855 from seberg/issue-22843Charles Harris2022-12-213-4/+24
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | BUG: Fortify string casts against floating point warningsSebastian Berg2022-12-213-4/+24
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #22849 from seberg/issue-22720Charles Harris2022-12-212-1/+18
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | API: Ensure a full mask is returned for masked_invalidSebastian Berg2022-12-212-1/+18
| | |/ / / / / / / / /
| * | | | | | | | | | BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow`Sebastian Berg2022-12-212-3/+6
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #22846 from seiko2plus/issue_22841Charles Harris2022-12-202-9/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | BUG, SIMD: Fix the bitmask of the boolean comparisonSayed Adel2022-12-212-9/+9
| | |/ / / / / / / /
| * | | | | | | | | BUG: Do not use getdata() in np.ma.masked_invalidSebastian Berg2022-12-192-5/+19
| * | | | | | | | | Merge pull request #22828 from bnavigator/ignore-distutils-apiCharles Harris2022-12-191-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | TST: ignore more np.distutils.log importsBen Greiner2022-12-191-0/+2
| | |/ / / / / / / /
| * | | | | | | | | BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836)Sebastian Berg2022-12-193-3/+18
| |/ / / / / / / /
| * | | | | | | | Merge pull request #22771 from seiko2plus/issue_22461Sebastian Berg2022-12-1816-177/+405
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ENH, SIMD: Discard non-signaling comparison intrinsicsSayed Adel2022-12-1514-173/+22
| | * | | | | | | | BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on armhf/neonSayed Adel2022-12-142-68/+91
| | * | | | | | | | BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on x86/SSE2Sayed Adel2022-12-142-50/+135
| | * | | | | | | | BUG, SIMD: Fix invalid value encountered in expm1 when SVML/AVX512 enabledSayed Adel2022-12-141-0/+10
| | * | | | | | | | ENH, TST: Test all FP unary ufunc against any unexpected fp exceptionsSayed Adel2022-12-142-11/+80
| | * | | | | | | | BUG, SIMD: Fix invalid value encountered in cos/sin on aarch64 & ppc64leSayed Adel2022-12-142-2/+2
| | * | | | | | | | ENH, SIMD: Add ordered comparison intrinsics guarantees non-signalingSayed Adel2022-12-149-47/+239
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOSRalf Gommers2022-12-151-0/+52
| * | | | | | | | Merge pull request #22784 from eerovaher/percentile-plot-legendSebastian Berg2022-12-151-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | DOC: Fix legend placement in `percentile` docsEero Vaher2022-12-121-1/+2
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | MAINT: remove unused API documentation generationmattip2022-12-155-50/+6
| * | | | | | | | Merge pull request #22167 from Developer-Ecosystem-Engineering/add_simd_bool_...Matti Picus2022-12-157-337/+425
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ENG, SIMD: Dispatch bool (invert, add, fmax, fmin...)Sayed Adel2022-12-082-34/+62
| | * | | | | | | | Use mask_to_true() for logical_not to save a few opsDeveloper-Ecosystem-Engineering2022-12-071-8/+16
| | * | | | | | | | Remote setup.py.orig and use npyv_any/allDeveloper-Ecosystem-Engineering2022-12-072-1180/+3
| | * | | | | | | | Fix smoke test running without NPY_SIMDDeveloper-Ecosystem-Engineering2022-12-061-13/+18
| | * | | | | | | | Finish adopting universal intrinsics to fix AVX2/AVX512 tests.Developer-Ecosystem-Engineering2022-12-061-54/+0
| | * | | | | | | | Add loops_logical.dispatch.c.src to meson.buildDeveloper-Ecosystem-Engineering2022-12-061-0/+1
| | * | | | | | | | Update numpy/core/src/umath/loops_logical.dispatch.c.srcDeveloper-Ecosystem-Engineering2022-12-061-31/+0
| | * | | | | | | | Update numpy/core/src/umath/loops_logical.dispatch.c.srcDeveloper-Ecosystem-Engineering2022-12-061-1/+1
| | * | | | | | | | Update numpy/core/src/umath/loops_logical.dispatch.c.srcDeveloper-Ecosystem-Engineering2022-12-061-1/+3
| | * | | | | | | | ENH: Add SIMD versions of bool logical_and, logical_or, logical_not and absoluteDeveloper-Ecosystem-Engineering2022-12-067-307/+1613
| * | | | | | | | | Merge pull request #22801 from ngoldbaum/rm-forward-declareCharles Harris2022-12-141-3/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | MAINT: remove unnecessary forward declaration of _convert_from_anyNathan Goldbaum2022-12-141-3/+0
| * | | | | | | | | | BLD: fix issue in npymath on macOS arm64 in the Meson buildRalf Gommers2022-12-141-0/+3
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #22798 from seberg/pytest-leaksCharles Harris2022-12-142-3/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | BUG: Fix refcounting errors found using pytest-leaksSebastian Berg2022-12-142-3/+3
| * | | | | | | | | | TST: Remove outdated xfail from quantile testsSebastian Berg2022-12-141-1/+0
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #22792 from ngoldbaum/fix-unaligned-error-messageSebastian Berg2022-12-141-2/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | MAINT: elaborate on error message for unaligned casting specNathan Goldbaum2022-12-131-2/+3
| * | | | | | | | | | Merge pull request #22791 from hawkinsp/floatbarrierCharles Harris2022-12-132-3/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Change argument to npy_floatstatus_..._barrier() functions to ensure itPeter Hawkins2022-12-132-3/+3
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #22789 from seberg/issue-22787Charles Harris2022-12-132-9/+11
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | BUG: Fix infinite recursion in longdouble/large integer scalar opsSebastian Berg2022-12-132-9/+11
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | MAINT: Remove two TODO notes that got outdated (#22788)Sebastian Berg2022-12-132-12/+3
| |/ / / / / / / /
| * | | | | | | | Merge pull request #22763 from ngoldbaum/legacy-dtype-check-unsizedSebastian Berg2022-12-122-3/+11
| |\ \ \ \ \ \ \ \