summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH, SIMD: add new universal intrinsics for floorHowJMay2021-12-127-3/+74
* Merge pull request #20558 from h-vetinari/glibcMatti Picus2021-12-123-14/+25
|\
| * make import path explicitH. Vetinari2021-12-102-2/+4
| * move get_glibc_version to np.testing; skip 2 more tests for old glibcH. Vetinari2021-12-103-16/+25
* | Merge pull request #19581 from seiko2plus/improve_simd_docRalf Gommers2021-12-1012-855/+1176
|\ \
| * | DOC, SIMD: redirect the old path to the new indexSayed Adel2021-12-101-1/+10
| * | DOC, SIMD: Apply suggestions from Melissa's code reviewSayed Adel2021-12-103-62/+65
| * | DOC, SIMD: move How It Works into separated pageSayed Adel2021-12-082-0/+350
| * | DOC, SIMD: Improve build options and move them into a separated pageSayed Adel2021-12-083-0/+456
| * | DOC, SIMD: add a new index for the optimization page to separate into multipl...Sayed Adel2021-12-083-527/+40
| * | DOC, SIMD: Improve the auto-generated tables of CPU featuresSayed Adel2021-12-086-330/+320
* | | Merge pull request #20528 from lithomas1/patch-1Matti Picus2021-12-091-12/+26
|\ \ \ | |_|/ |/| |
| * | BLD: Add PyPy wheels [wheel build]Thomas Li2021-12-071-12/+26
* | | Merge pull request #20556 from melissawm/fix-ml-linksCharles Harris2021-12-093-6/+6
|\ \ \
| * | | DOC: fix link to numpy-discussionmelissawm2021-12-091-1/+1
| * | | DOC: Update links to mailing list on python.orgmelissawm2021-12-093-6/+6
|/ / /
* | | Merge pull request #20547 from seberg/revert-reduce-stuffCharles Harris2021-12-083-67/+33
|\ \ \ | |_|/ |/| |
| * | BUG: Always check for mutated signatures in the legacy resolverSebastian Berg2021-12-081-11/+13
| * | REV: Revert adding a default ufunc promoterSebastian Berg2021-12-082-56/+20
|/ /
* | Merge pull request #18846 from amrit110/clarify_default_int_typeMelissa Weber Mendonça2021-12-081-4/+5
|\ \
| * | Add suggested fixes to wordingAmrit2021-12-021-4/+5
| * | Update doc with better wordingAmrit K2021-11-151-5/+4
| * | DOC: clarify doc about default int type on windowsAmrit K2021-04-241-1/+2
* | | Merge pull request #20517 from HaoZeke/f2pyTestRefactorMelissa Weber Mendonça2021-12-0848-1282/+1163
|\ \ \
| * | | MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-0623-399/+336
| * | | MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-0636-887/+831
* | | | DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-086-66/+13
* | | | Merge pull request #20533 from asmeurer/array_api-prod-fixCharles Harris2021-12-071-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: Fix handling of the dtype parameter to numpy.array_api.prod()Aaron Meurer2021-12-071-2/+2
* | | | Merge pull request #20518 from seberg/fix-dispatching-cacheCharles Harris2021-12-072-13/+18
|\ \ \ \
| * | | | PERF: Fix performance bug in dispatching cacheSebastian Berg2021-12-072-13/+18
|/ / / /
* | | | Merge pull request #20484 from seberg/promote-reduceCharles Harris2021-12-077-133/+456
|\ \ \ \
| * | | | BUG: Fixup rare reducelike cast causing rejection of a valid loopSebastian Berg2021-12-072-2/+52
| * | | | MAINT: Remove now unnecessary/bogus reduce special pathSebastian Berg2021-12-041-29/+0
| * | | | FIX: Add compat hack to find force a reduce-compatible loop if we found a non...Sebastian Berg2021-12-044-6/+47
| * | | | Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin...Sebastian Berg2021-12-043-20/+26
| * | | | MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-036-90/+307
| * | | | BUG: Fix reduce promotion with out argumentSebastian Berg2021-11-302-3/+41
* | | | | Merge pull request #20527 from asmeurer/array_api-__array__Charles Harris2021-12-072-0/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add type hints to the numpy.array_api.Array.__array__ signatureAaron Meurer2021-12-061-1/+2
| * | | | ENH: Add __array__ to the array_api Array objectAaron Meurer2021-12-062-0/+18
|/ / / /
* | | | Merge pull request #20516 from HaoZeke/f2pyDocBldUpdMelissa Weber Mendonça2021-12-061-4/+7
|\ \ \ \
| * | | | DOC: Add more details on F2PY output conditionsRohit Goswami2021-12-041-4/+7
* | | | | Merge pull request #20524 from h-vetinari/vs2019Matti Picus2021-12-061-1/+1
|\ \ \ \ \
| * | | | | make sure CI stays on VS2019 unless changed explicitlyH. Vetinari2021-12-061-1/+1
|/ / / / /
* | | | | Merge pull request #20417 from lithomas1/patch-1Matti Picus2021-12-063-6/+200
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BLD: Add arm64 wheels [wheel build]Thomas Li2021-12-053-6/+200
* | | | | Merge pull request #20479 from HaoZeke/f2pyTestPathCharles Harris2021-12-0524-819/+937
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Update to better python stylesRohit Goswami2021-12-054-45/+43
| * | | | MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-0524-737/+880