summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22234 from charris/prepare-1.23.3-releasev1.23.3Charles Harris2022-09-093-40/+90
|\
| * REL: Prepare for the NumPy 1.23.3 release.Charles Harris2022-09-083-40/+90
|/
* BUG: Better report integer division overflow (backport) (#22230)Ganesh Kathiresan2022-09-085-67/+337
* Merge pull request #22224 from charris/backport-21928Charles Harris2022-09-071-1/+12
|\
| * BUG: Fix the implementation of numpy.array_api.vecdot (#21928)Aaron Meurer2022-09-071-1/+12
* | Merge pull request #22223 from charris/backport-21981Charles Harris2022-09-073-2/+24
|\ \
| * | BUG: Replace assert with correct errorSebastian Berg2022-09-072-2/+16
| * | TST: ensure `np.equal.reduce` raises a `TypeError`Saransh2022-09-071-0/+8
| |/
* | Merge pull request #22222 from charris/backport-22212Charles Harris2022-09-074-16/+25
|\ \
| * | TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212)Bas van Beek2022-09-074-16/+25
| |/
* | Merge pull request #22221 from charris/backport-22204Charles Harris2022-09-071-2/+7
|\ \
| * | TST,BUG: Us context from spawn to fork in (#22204)Jyn Spring 琴春2022-09-071-2/+7
| |/
* | Merge pull request #22220 from charris/backport-22193Charles Harris2022-09-073-0/+48
|\ \ | |/ |/|
| * BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.iantra2022-09-073-14/+62
| * BUG: change overload order to play nice with pyright.iantra2022-09-071-27/+27
|/
* Merge pull request #22214 from charris/backport-22024Charles Harris2022-09-063-232/+233
|\
| * Expose heapsort algorithms in a shared headerserge-sans-paille2022-09-063-232/+233
* | Merge pull request #22215 from charris/backport-22152Charles Harris2022-09-063-1/+12
|\ \
| * | BUG: Support using libunwind for backtrackRin Cat (鈴猫)2022-09-063-1/+12
| |/
* | Merge pull request #22216 from charris/backport-22189Charles Harris2022-09-061-3/+3
|\ \ | |/ |/|
| * MAINT: fix an incorrect pointer type usage in f2pyRalf Gommers2022-09-061-3/+3
|/
* Merge pull request #22195 from charris/fix-circleci-failureCharles Harris2022-09-013-2/+3
|\
| * BUG: Fix circleci buildCharles Harris2022-09-013-2/+3
|/
* Merge pull request #22156 from charris/backport-22124Charles Harris2022-08-193-3/+16
|\
| * DEV: supporting IBM i systemGavinZhang2022-08-193-3/+16
|/
* Merge pull request #22155 from charris/backport-22150Charles Harris2022-08-195-19/+75
|\
| * DOC: add notes on GCC 6.5 being the minimum supported GCC version.Ralf Gommers2022-08-192-2/+3
| * BUG, SIMD: Fix C++ AVX512/qsort on old gcc compilersSayed Adel2022-08-192-17/+13
| * CI: Test NumPy build against old versions of GCC(6, 7, 8)Sayed Adel2022-08-191-0/+59
|/
* Merge pull request #22148 from charris/add-python310-to-classifiersCharles Harris2022-08-181-1/+2
|\
| * MAINT: Update setup.py for Python 3.11.Charles Harris2022-08-181-1/+2
|/
* Merge pull request #22136 from charris/build-aarch64-311-wheelsCharles Harris2022-08-151-5/+25
|\
| * BLD: Add Python 3.11 wheels to aarch64 buildCharles Harris2022-08-151-5/+25
|/
* MAINT: prepare 1.23.x for further developmentCharles Harris2022-08-133-1/+54
* Merge pull request #22121 from charris/prepare-for-1.23.2v1.23.2Charles Harris2022-08-132-3/+77
|\
| * REL: Prepare for the NumPy 1.23.2 release.Charles Harris2022-08-132-3/+77
|/
* Merge pull request #22115 from charris/backport-22102Charles Harris2022-08-121-2/+2
|\
| * BLD: Build python3.11.0rc1 wheels.Charles Harris2022-08-121-2/+2
|/
* Merge pull request #22106 from charris/backport-22105Charles Harris2022-08-111-1/+1
|\
| * TST: fix test_linear_interpolation_formula_symmetricPal Barta2022-08-101-1/+1
* | Merge pull request #22107 from charris/backport-22083Charles Harris2022-08-111-5/+10
|\ \ | |/ |/|
| * BUG: Fix skip condition for test_loss_of_precision[complex256]Alexander Grund2022-08-101-5/+10
|/
* Merge pull request #22078 from charris/backport-22017Charles Harris2022-08-031-1/+1
|\
| * ENH: reorder includes for system installationsmattip2022-08-031-1/+1
|/
* Merge pull request #22057 from charris/quiet-anaconda-uploadCharles Harris2022-07-291-2/+2
|\
| * MAINT: Quiet the anaconda uploads.Charles Harris2022-07-291-2/+2
|/
* Merge pull request #22039 from charris/backport-22010Charles Harris2022-07-241-0/+5
|\
| * DOC: Add versionchanged for converter callable behavior.Ross Barnowski2022-07-241-0/+5
* | Merge pull request #22038 from charris/backport-21996Charles Harris2022-07-242-10/+47
|\ \
| * | BUG: Avoid errors on NULL during deepcopy (#21996)Jon Cusick2022-07-242-10/+47
| |/