summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22...Rohit Goswami2022-12-254-25/+45
* BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)Miles Cranmer2022-12-252-4/+55
* Merge pull request #22882 from mattip/freebsdCharles Harris2022-12-255-19/+470
|\
| * revert detection for meson.buildmattip2022-12-252-1/+24
| * MAINT: restore npymath implementations needed for freebsdmattip2022-12-253-18/+446
|/
* Merge pull request #22861 from Developer-Ecosystem-Engineering/convert_non_bo...Matti Picus2022-12-232-4/+39
|\
| * Update logical_and to avoid extra mask ops in AVX512Developer-Ecosystem-Engineering2022-12-211-16/+28
| * Add regression test for gh-22845Developer-Ecosystem-Engineering2022-12-211-0/+11
| * BUG, SIMD: Restore behavior converting non bool input to 0x00/0xffDeveloper-Ecosystem-Engineering2022-12-211-0/+12
* | Merge pull request #22869 from seberg/issue-22835Charles Harris2022-12-221-0/+2
|\ \
| * | TST: Ignore nan-warnings in randomized out testsSebastian Berg2022-12-221-0/+2
* | | Merge pull request #22874 from seberg/fixup-str-cast-testCharles Harris2022-12-221-2/+2
|\ \ \
| * | | TST: Fixup string cast test to not use `tiny`Sebastian Berg2022-12-221-2/+2
|/ / /
* | | Merge pull request #22851 from seiko2plus/issue_22841Sebastian Berg2022-12-223-26/+57
|\ \ \
| * | | MAINT: Remove unused umath macros IS_BLOCKABLE_BINARY_BOOL*Sayed Adel2022-12-221-13/+0
| * | | BUG, SIMD: Fix memory overlap on comparison accumulateSayed Adel2022-12-212-13/+57
| |/ /
* | | Merge pull request #22853 from mattip/issuesCharles Harris2022-12-212-34/+14
|\ \ \
| * | | MAINT: expand show_rutime, add it to issue template [skip ci]mattip2022-12-212-34/+14
| |/ /
* | | 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
| |/
* | Merge pull request #22856 from seberg/issue-22811Ralf Gommers2022-12-212-3/+6
|\ \ | |/ |/|
| * 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
* | Merge pull request #22838 from seberg/issue-22826Charles Harris2022-12-192-5/+19
|\ \
| * | 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 #22824 from andyfaff/tagger_reduxCharles Harris2022-12-191-1/+1
|\ \ \ | |/ / |/| |
| * | BLD: CIRRUS_TAG reduxAndrew Nelson2022-12-191-1/+1
| |/
* | Merge pull request #22818 from neutrinoceros/1.23_changelog_typosSebastian Berg2022-12-191-2/+2
|\ \
| * | DOC: fix a couple typos in 1.23 changelogClément Robert2022-12-181-2/+2
| |/
* | Merge pull request #22822 from charris/post-1.24.0-release-updateMatti Picus2022-12-193-12/+1148
|\ \ | |/ |/|
| * MAINT: Update main after 1.24.0 release.Charles Harris2022-12-183-12/+1148
|/
* Merge pull request #22816 from mattip/build-stuffMatti Picus2022-12-182-10/+8
|\
| * BLD: redo delocate, update labelermattip2022-12-182-10/+8
* | 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