summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23159 from charris/prepare-1.24.2-releasev1.24.2Charles Harris2023-02-052-0/+80
|\
| * REL: Prepare for the NumPy 1.24.2 releaseCharles Harris2023-02-052-0/+80
|/
* Merge pull request #23161 from mattip/npy_nextafterCharles Harris2023-02-051-4/+0
|\
| * BLD: remove redundant definition of npy_nextafter [wheel build]mattip2023-02-051-4/+0
|/
* Merge pull request #23150 from charris/backport-23144Charles Harris2023-02-021-4/+11
|\
| * TYP,MAINT: Add a missing explicit `Any` parameter to the `npt.ArrayLike` defi...BvB932023-02-021-4/+11
|/
* Merge pull request #23149 from charris/backport-23128Charles Harris2023-02-021-0/+1
|\
| * Add missing <type_traits> header.Peter Hawkins2023-02-021-0/+1
* | Merge pull request #23148 from charris/backport-23079Charles Harris2023-02-022-28/+56
|\ \
| * | TST: Explicitly ignore promotion issues for array**2 in hypothesis testSebastian Berg2023-02-021-1/+6
| * | TST: Expand scalar/umath comparison tests especially for dtypesSebastian Berg2023-02-021-12/+42
| * | BUG: Fix `integer / float` scalar promotionSebastian Berg2023-02-021-16/+9
| |/
* | Merge pull request #23147 from charris/backport-23077Charles Harris2023-02-021-1/+2
|\ \ | |/ |/|
| * replace __builtin_s390_vflls with npyv_doublee as beforePradipta Ghosh2023-02-021-2/+2
| * BUG: Fix for npyv_s32 npyv__trunc_s32_f32 (VXE)Pradipta Ghosh2023-02-021-1/+2
|/
* Merge pull request #23031 from charris/backport-23016Charles Harris2023-01-172-3/+13
|\
| * BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016)Khem Raj2023-01-172-3/+13
* | Merge pull request #23030 from charris/backport-23015Charles Harris2023-01-171-0/+2
|\ \ | |/ |/|
| * DOC: Add version added information for the strict parameter in assert_array_e...Mark Harfouche2023-01-171-0/+2
|/
* Merge pull request #22989 from charris/backport-22986Charles Harris2023-01-102-5/+54
|\
| * BUG: Ensure correct loop order in sin, cos, and arctan2Sebastian Berg2023-01-102-5/+54
|/
* Merge pull request #22976 from charris/backport-22954Charles Harris2023-01-091-2/+27
|\
| * BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clangSayed Adel2023-01-091-2/+27
|/
* Merge pull request #22972 from charris/backport-22939Charles Harris2023-01-093-15/+16
|\
| * restore declaration of npy_nextaftermattip2023-01-091-0/+2
| * MAINT: Move export for scipy arm64 helper into main moduleSebastian Berg2023-01-083-16/+15
|/
* Merge pull request #22971 from charris/backport-22947Charles Harris2023-01-082-2/+53
|\
| * MAINT: Add additional information to missing scalar AttributeErrorSebastian Berg2023-01-082-2/+53
* | Merge pull request #22970 from charris/backport-22959Charles Harris2023-01-082-0/+12
|\ \
| * | Bug: Fix fill violating read-only flag. (#22959)Panagiotis Zestanakis2023-01-082-0/+12
| |/
* | Merge pull request #22969 from charris/backport-22931Charles Harris2023-01-081-0/+4
|\ \
| * | TST: Add fixture to avoid issue with randomizing test order.Ross Barnowski2023-01-081-0/+4
| |/
* | Merge pull request #22968 from charris/backport-22906Charles Harris2023-01-083-1/+24
|\ \
| * | BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp...dmbelov2023-01-083-1/+24
| |/
* | Merge pull request #22967 from charris/backport-22777Charles Harris2023-01-082-4/+20
|\ \
| * | ENH: Detect CPU features on FreeBSD/powerpc64*pkubaj2023-01-082-4/+20
| |/
* | Merge pull request #22966 from charris/backport-22708Charles Harris2023-01-081-4/+0
|\ \ | |/ |/|
| * Remove dangling deprecation warningSyam Gadde2023-01-081-4/+0
|/
* Merge pull request #22965 from charris/update-ci-test-matrixCharles Harris2023-01-081-1/+1
|\
| * MAINT: Update python 3.11-dev to 3.11.Charles Harris2023-01-081-1/+1
|/
* MAINT: Prepare 1.24.x for further developmentCharles Harris2022-12-264-2/+18
* 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
|\