summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.20.0 release with fix.v1.20.0Charles Harris2021-01-300-0/+0
* TST: Don't fail check_large_zip on signal 9Charles Harris2021-01-301-1/+4
* REL: NumPy 1.20.0 release.Charles Harris2021-01-301-1/+1
* Merge pull request #18259 from charris/prepare-for-1.20.0-releaseCharles Harris2021-01-292-2/+16
|\
| * DOC: Prepare for the NumPy 1.20.0 release.Charles Harris2021-01-292-2/+16
* | Merge pull request #18257 from charris/backport-18150Charles Harris2021-01-292-1/+30
|\ \
| * | Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
| * | BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-292-1/+32
| |/
* | Merge pull request #18258 from charris/backport-18255Charles Harris2021-01-291-0/+1
|\ \ | |/ |/|
| * add an 'apt update'mattip2021-01-291-0/+1
|/
* Merge pull request #18237 from charris/backport-18230Charles Harris2021-01-263-47/+99
|\
| * Fix ref to user guide in release notes.Ross Barnowski2021-01-262-1/+3
| * Apply suggestions from code reviewSebastian Berg2021-01-262-5/+4
| * Update numpy/__init__.pySebastian Berg2021-01-261-5/+4
| * Update doc/source/release/1.20.0-notes.rstSebastian Berg2021-01-261-2/+2
| * DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-262-47/+99
* | Merge pull request #18231 from h-vetinari/1.20.xCharles Harris2021-01-251-1/+1
|\ \ | |/ |/|
| * BLD: update OpenBLAS to af2b0d02mattip2021-01-251-1/+1
|/
* Merge pull request #18219 from charris/backport-18211Charles Harris2021-01-244-9/+54
|\
| * Remove duplicate axis checkRalf Gommers2021-01-241-4/+0
| * BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-244-8/+39
| * MAINT: warn when shuffling unrecognized objectsRalf Gommers2021-01-242-5/+23
|/
* Merge pull request #18201 from charris/backport-18197Charles Harris2021-01-202-7/+24
|\
| * BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-202-7/+24
* | Merge pull request #18192 from BvB93/fix_18190Charles Harris2021-01-191-2/+2
|\ \ | |/ |/|
| * STY: Use explicit reexports for numpy.typing objectsBas van Beek2021-01-191-2/+2
|/
* Merge pull request #18154 from charris/backport-18152Charles Harris2021-01-112-35/+38
|\
| * BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-112-35/+38
|/
* Merge pull request #18146 from charris/backport-18118Charles Harris2021-01-104-3/+168
|\
| * BUG, MAINT: improve avx512 mask logical operationsSayed Adel2021-01-102-2/+151
| * BLD: Add extra check for AVX512DQ mask conversionsSayed Adel2021-01-102-1/+17
|/
* Merge pull request #18130 from charris/backport-18115Charles Harris2021-01-062-4/+21
|\
| * BUG: Fix promotion of half and stringSebastian Berg2021-01-062-4/+21
|/
* Merge pull request #18127 from charris/backport-18126Charles Harris2021-01-053-0/+75
|\
| * REL: Update 1.20.x after 1.19.5 release.Charles Harris2021-01-053-0/+75
|/
* Merge pull request #18120 from charris/backport-18086Charles Harris2021-01-053-11/+18
|\
| * BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2021-01-053-11/+18
|/
* Merge pull request #18108 from charris/backport-18100Charles Harris2021-01-035-31/+66
|\
| * MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-032-6/+6
| * BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-035-28/+63
|/
* REL: prepare 1.20.x for further developmentCharles Harris2020-12-241-2/+2
* REL: NumPy 1.20.0rc2 release.v1.20.0rc2Charles Harris2020-12-241-2/+2
* Merge pull request #18068 from charris/prepare-1.20.0rc2-releaseCharles Harris2020-12-243-70/+93
|\
| * REL: Prepare for 1.20.0rc2 release.Charles Harris2020-12-243-70/+93
|/
* Merge pull request #18064 from charris/backport-18001Charles Harris2020-12-234-91/+89
|\
| * BLD, MAINT: add platform info to the final optimization reportSayed Adel2020-12-231-10/+12
| * BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-234-81/+77
* | Merge pull request #18063 from charris/backport-18052Charles Harris2020-12-234-40/+116
|\ \
| * | BUG: Fix concatenation when the output is "S" or "U"Sebastian Berg2020-12-234-40/+116
| |/
* | Merge pull request #18049 from charris/backport-18046Charles Harris2020-12-211-0/+15
|\ \ | |/ |/|