summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22888 from charris/prepare-1.24.1-releasev1.24.1Charles Harris2022-12-252-3/+80
|\
| * REL: Prepare for the NumPY 1.24.1 release.Charles Harris2022-12-252-3/+80
|/
* Merge pull request #22887 from charris/backport-22872Charles Harris2022-12-254-25/+45
|\
| * BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22...Rohit Goswami2022-12-254-25/+45
* | Merge pull request #22883 from charris/backport-22882Charles Harris2022-12-253-18/+446
|\ \
| * | MAINT: restore npymath implementations needed for freebsdmattip2022-12-253-18/+446
| |/
* | Merge pull request #22884 from charris/backport-22878Charles Harris2022-12-252-4/+55
|\ \ | |/ |/|
| * BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)Miles Cranmer2022-12-252-4/+55
|/
* Merge pull request #22875 from charris/backport-22869Charles Harris2022-12-221-0/+2
|\
| * TST: Ignore nan-warnings in randomized out testsSebastian Berg2022-12-221-0/+2
|/
* Merge pull request #22868 from charris/backport-22855Charles Harris2022-12-223-4/+24
|\
| * BUG: Fortify string casts against floating point warningsSebastian Berg2022-12-223-4/+24
* | Merge pull request #22866 from charris/backport-22670Charles Harris2022-12-222-1/+12
|\ \
| * | Added pickle test for polynomialsMatteo Raso2022-12-221-0/+6
| * | BUG: Polynomials now copy properly (#22669)Matteo Raso2022-12-222-1/+6
| |/
* | Merge pull request #22867 from charris/backport-22851Charles Harris2022-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-222-13/+57
|/
* Merge pull request #22857 from charris/backport-22856Charles Harris2022-12-211-2/+4
|\
| * BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow`Sebastian Berg2022-12-211-2/+4
* | Merge pull request #22858 from charris/backport-22849Charles Harris2022-12-212-1/+18
|\ \ | |/ |/|
| * API: Ensure a full mask is returned for masked_invalidSebastian Berg2022-12-212-1/+18
|/
* Merge pull request #22848 from charris/backport-22846Charles Harris2022-12-202-9/+9
|\
| * BUG, SIMD: Fix the bitmask of the boolean comparisonSayed Adel2022-12-202-9/+9
* | Merge pull request #22847 from charris/backport-22836Charles Harris2022-12-203-3/+18
|\ \ | |/ |/|
| * BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836)Sebastian Berg2022-12-203-3/+18
|/
* Merge pull request #22839 from charris/backport-22838Charles Harris2022-12-192-2/+16
|\
| * BUG: Do not use getdata() in np.ma.masked_invalidSebastian Berg2022-12-192-2/+16
* | Merge pull request #22834 from charris/backport-22771Charles Harris2022-12-1915-173/+401
|\ \ | |/ |/|
| * MAINT: Do not test zero powersCharles Harris2022-12-191-27/+0
| * ENH, SIMD: Discard non-signaling comparison intrinsicsSayed Adel2022-12-1914-173/+22
| * BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on armhf/neonSayed Adel2022-12-192-68/+91
| * BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on x86/SSE2Sayed Adel2022-12-191-48/+134
| * BUG, SIMD: Fix invalid value encountered in expm1 when SVML/AVX512 enabledSayed Adel2022-12-191-0/+10
| * ENH, TST: Test all FP unary ufunc against any unexpected fp exceptionsSayed Adel2022-12-191-9/+104
| * BUG, SIMD: Fix invalid value encountered in cos/sin on aarch64 & ppc64leSayed Adel2022-12-192-2/+2
| * ENH, SIMD: Add ordered comparison intrinsics guarantees non-signalingSayed Adel2022-12-199-47/+239
* | Merge pull request #22837 from charris/backport-22828Charles Harris2022-12-191-0/+2
|\ \
| * | TST: ignore more np.distutils.log importsBen Greiner2022-12-191-0/+2
|/ /
* | Merge pull request #22832 from charris/backport-22798Charles Harris2022-12-192-3/+3
|\ \
| * | BUG: Fix refcounting errors found using pytest-leaksSebastian Berg2022-12-192-3/+3
| |/
* | Merge pull request #22831 from charris/backport-22818Charles Harris2022-12-191-2/+2
|\ \
| * | DOC: fix a couple typos in 1.23 changelogClément Robert2022-12-191-2/+2
| |/
* | Merge pull request #22830 from charris/backport-22824Charles Harris2022-12-191-1/+1
|\ \
| * | BLD: CIRRUS_TAG reduxAndrew Nelson2022-12-191-1/+1
| |/
* | Merge pull request #22820 from rgommers/backport-setuptools-compat-changeCharles Harris2022-12-181-0/+3
|\ \ | |/ |/|
| * STY: Break long line.Charles Harris2022-12-181-1/+2
| * BLD: add workaround in setup.py for newer setuptoolsRalf Gommers2022-12-181-0/+2
* | MAINT: prepare 1.24.x for further developmentCharles Harris2022-12-183-1/+18
|/
* Merge pull request #22813 from charris/prepare-1.24.0-releasev1.24.0Charles Harris2022-12-172-3/+21
|\