| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH, SIMD: add new universal intrinsics for floor | HowJMay | 2021-12-12 | 7 | -3/+74 |
* | Merge pull request #20558 from h-vetinari/glibc | Matti Picus | 2021-12-12 | 3 | -14/+25 |
|\ |
|
| * | make import path explicit | H. Vetinari | 2021-12-10 | 2 | -2/+4 |
| * | move get_glibc_version to np.testing; skip 2 more tests for old glibc | H. Vetinari | 2021-12-10 | 3 | -16/+25 |
* | | Merge pull request #19581 from seiko2plus/improve_simd_doc | Ralf Gommers | 2021-12-10 | 12 | -855/+1176 |
|\ \ |
|
| * | | DOC, SIMD: redirect the old path to the new index | Sayed Adel | 2021-12-10 | 1 | -1/+10 |
| * | | DOC, SIMD: Apply suggestions from Melissa's code review | Sayed Adel | 2021-12-10 | 3 | -62/+65 |
| * | | DOC, SIMD: move How It Works into separated page | Sayed Adel | 2021-12-08 | 2 | -0/+350 |
| * | | DOC, SIMD: Improve build options and move them into a separated page | Sayed Adel | 2021-12-08 | 3 | -0/+456 |
| * | | DOC, SIMD: add a new index for the optimization page to separate into multipl... | Sayed Adel | 2021-12-08 | 3 | -527/+40 |
| * | | DOC, SIMD: Improve the auto-generated tables of CPU features | Sayed Adel | 2021-12-08 | 6 | -330/+320 |
* | | | Merge pull request #20528 from lithomas1/patch-1 | Matti Picus | 2021-12-09 | 1 | -12/+26 |
|\ \ \
| |_|/
|/| | |
|
| * | | BLD: Add PyPy wheels [wheel build] | Thomas Li | 2021-12-07 | 1 | -12/+26 |
* | | | Merge pull request #20556 from melissawm/fix-ml-links | Charles Harris | 2021-12-09 | 3 | -6/+6 |
|\ \ \ |
|
| * | | | DOC: fix link to numpy-discussion | melissawm | 2021-12-09 | 1 | -1/+1 |
| * | | | DOC: Update links to mailing list on python.org | melissawm | 2021-12-09 | 3 | -6/+6 |
|/ / / |
|
* | | | Merge pull request #20547 from seberg/revert-reduce-stuff | Charles Harris | 2021-12-08 | 3 | -67/+33 |
|\ \ \
| |_|/
|/| | |
|
| * | | BUG: Always check for mutated signatures in the legacy resolver | Sebastian Berg | 2021-12-08 | 1 | -11/+13 |
| * | | REV: Revert adding a default ufunc promoter | Sebastian Berg | 2021-12-08 | 2 | -56/+20 |
|/ / |
|
* | | Merge pull request #18846 from amrit110/clarify_default_int_type | Melissa Weber Mendonça | 2021-12-08 | 1 | -4/+5 |
|\ \ |
|
| * | | Add suggested fixes to wording | Amrit | 2021-12-02 | 1 | -4/+5 |
| * | | Update doc with better wording | Amrit K | 2021-11-15 | 1 | -5/+4 |
| * | | DOC: clarify doc about default int type on windows | Amrit K | 2021-04-24 | 1 | -1/+2 |
* | | | Merge pull request #20517 from HaoZeke/f2pyTestRefactor | Melissa Weber Mendonça | 2021-12-08 | 48 | -1282/+1163 |
|\ \ \ |
|
| * | | | MAINT,TST: Reduce np.testing to IS_PYPY | Rohit Goswami | 2021-12-06 | 23 | -399/+336 |
| * | | | MAINT,TST: Refactor F2PY tests | Rohit Goswami | 2021-12-06 | 36 | -887/+831 |
* | | | | DOC: Merge doc strings of divide and true_divide. (#20246) | drosin | 2021-12-08 | 6 | -66/+13 |
* | | | | Merge pull request #20533 from asmeurer/array_api-prod-fix | Charles Harris | 2021-12-07 | 1 | -2/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | BUG: Fix handling of the dtype parameter to numpy.array_api.prod() | Aaron Meurer | 2021-12-07 | 1 | -2/+2 |
* | | | | Merge pull request #20518 from seberg/fix-dispatching-cache | Charles Harris | 2021-12-07 | 2 | -13/+18 |
|\ \ \ \ |
|
| * | | | | PERF: Fix performance bug in dispatching cache | Sebastian Berg | 2021-12-07 | 2 | -13/+18 |
|/ / / / |
|
* | | | | Merge pull request #20484 from seberg/promote-reduce | Charles Harris | 2021-12-07 | 7 | -133/+456 |
|\ \ \ \ |
|
| * | | | | BUG: Fixup rare reducelike cast causing rejection of a valid loop | Sebastian Berg | 2021-12-07 | 2 | -2/+52 |
| * | | | | MAINT: Remove now unnecessary/bogus reduce special path | Sebastian Berg | 2021-12-04 | 1 | -29/+0 |
| * | | | | FIX: Add compat hack to find force a reduce-compatible loop if we found a non... | Sebastian Berg | 2021-12-04 | 4 | -6/+47 |
| * | | | | Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin... | Sebastian Berg | 2021-12-04 | 3 | -20/+26 |
| * | | | | MAINT: Remove specialized `out=` casting loops and introduce resolvers for re... | Sebastian Berg | 2021-12-03 | 6 | -90/+307 |
| * | | | | BUG: Fix reduce promotion with out argument | Sebastian Berg | 2021-11-30 | 2 | -3/+41 |
* | | | | | Merge pull request #20527 from asmeurer/array_api-__array__ | Charles Harris | 2021-12-07 | 2 | -0/+19 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add type hints to the numpy.array_api.Array.__array__ signature | Aaron Meurer | 2021-12-06 | 1 | -1/+2 |
| * | | | | ENH: Add __array__ to the array_api Array object | Aaron Meurer | 2021-12-06 | 2 | -0/+18 |
|/ / / / |
|
* | | | | Merge pull request #20516 from HaoZeke/f2pyDocBldUpd | Melissa Weber Mendonça | 2021-12-06 | 1 | -4/+7 |
|\ \ \ \ |
|
| * | | | | DOC: Add more details on F2PY output conditions | Rohit Goswami | 2021-12-04 | 1 | -4/+7 |
* | | | | | Merge pull request #20524 from h-vetinari/vs2019 | Matti Picus | 2021-12-06 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | make sure CI stays on VS2019 unless changed explicitly | H. Vetinari | 2021-12-06 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #20417 from lithomas1/patch-1 | Matti Picus | 2021-12-06 | 3 | -6/+200 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | BLD: Add arm64 wheels [wheel build] | Thomas Li | 2021-12-05 | 3 | -6/+200 |
* | | | | | Merge pull request #20479 from HaoZeke/f2pyTestPath | Charles Harris | 2021-12-05 | 24 | -819/+937 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | MAINT: Update to better python styles | Rohit Goswami | 2021-12-05 | 4 | -45/+43 |
| * | | | | MAINT: Rework whitespace to pass PR checks | Rohit Goswami | 2021-12-05 | 24 | -737/+880 |