| Commit message (Expand) | Author | Age | Files | Lines |
| * | API,DEP: Move ufunc signature parsing to the start | Sebastian Berg | 2021-04-08 | 5 | -177/+462 |
| * | BUG: Check out requirements and raise when not satisfied | Kevin Sheppard | 2021-04-07 | 2 | -9/+53 |
| * | Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_div | Matti Picus | 2021-04-06 | 6 | -22/+149 |
| |\ |
|
| | * | SIMD: Use scalar division for Armv7, Aarch64, and IBM/Power | Ganesh Kathiresan | 2021-04-06 | 1 | -1/+11 |
| | * | TST: Division tests for unsigned ints | Ganesh Kathiresan | 2021-03-20 | 1 | -4/+13 |
| | * | SIMD, MAINT: Refined kernel and inner ufunc functions | Ganesh Kathiresan | 2021-03-20 | 1 | -66/+43 |
| | * | MAINT: Fixed dispatch in generate_umath | Ganesh Kathiresan | 2021-03-20 | 1 | -1/+5 |
| | * | ENH, SIMD: Add dispatch to build process | Ganesh Kathiresan | 2021-03-20 | 2 | -1/+2 |
| | * | ENH, SIMD: Use integer dispatch | Ganesh Kathiresan | 2021-03-20 | 2 | -17/+12 |
| | * | ENH, SIMD: Added integer dispatch | Ganesh Kathiresan | 2021-03-20 | 1 | -0/+131 |
| * | | Merge pull request #18708 from DCtheTall/meshgrid-test | Charles Harris | 2021-04-05 | 1 | -0/+21 |
| |\ \ |
|
| | * | | review comments | DCtheTall | 2021-04-05 | 1 | -6/+13 |
| | * | | rm comment | DCtheTall | 2021-03-31 | 1 | -1/+0 |
| | * | | Add tests np.meshgrid for higher dimensional grids. | DCtheTall | 2021-03-31 | 1 | -0/+15 |
| * | | | Merge pull request #18629 from ahaldane/min_digits | Charles Harris | 2021-03-31 | 8 | -88/+219 |
| |\ \ \ |
|
| | * | | | DOC: Add versionadded for new min_digits argument. | Charles Harris | 2021-03-31 | 1 | -1/+4 |
| | * | | | Update arrayprint.py | Allan Haldane | 2021-03-19 | 1 | -3/+4 |
| | * | | | Update numpy/core/arrayprint.py | Allan Haldane | 2021-03-19 | 1 | -1/+1 |
| | * | | | Update numpy/core/arrayprint.py | Allan Haldane | 2021-03-19 | 1 | -3/+3 |
| | * | | | BUG/ENH: fix array2string rounding bug by adding min_digits option | Allan Haldane | 2021-03-18 | 8 | -88/+215 |
| * | | | | Merge pull request #18701 from kchoudhu/main | Charles Harris | 2021-03-31 | 1 | -1/+2 |
| |\ \ \ \ |
|
| | * | | | | Strip extra newline when dumping gfortran version on MacOS | Kamil Choudhury | 2021-03-30 | 1 | -1/+2 |
| * | | | | | STY: Indentation fixes. | Charles Harris | 2021-03-31 | 1 | -7/+7 |
| * | | | | | TST: Tests for parsing Fortran abstract interface and a working example. | Pearu Peterson | 2021-03-31 | 3 | -3/+72 |
| * | | | | | ENH: Support parsing Fortran abstract interface blocks. | Pearu Peterson | 2021-03-31 | 3 | -9/+12 |
| * | | | | | Merge pull request #18697 from seberg/finish-deprecations-umath | Matti Picus | 2021-03-31 | 3 | -146/+38 |
| |\ \ \ \ \ |
|
| | * | | | | | DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsData | Sebastian Berg | 2021-03-29 | 3 | -146/+38 |
| | |/ / / / |
|
| * | | | | | Merge pull request #17586 from BvB93/type_aliases | Charles Harris | 2021-03-30 | 9 | -15/+23 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | Apply suggestions from code review
| Bas van Beek | 2021-01-16 | 3 | -3/+4 |
| | * | | | | MAINT: Remove a redundant use of `sctypeDict` | Bas van Beek | 2021-01-16 | 1 | -2/+2 |
| | * | | | | TST: Add a deprecation test | Bas van Beek | 2021-01-16 | 1 | -0/+3 |
| | * | | | | DEP: Add a deprecation note | Bas van Beek | 2021-01-16 | 1 | -0/+1 |
| | * | | | | MAINT,DEP: Replace references to `typeDict` with `sctypeDict` | Bas van Beek | 2021-01-16 | 5 | -11/+11 |
| | * | | | | DEP: Formally deprecate the use of `typeDict` | Bas van Beek | 2021-01-16 | 4 | -3/+6 |
| * | | | | | Merge pull request #18686 from mgorny/test-path-dot-fix | Matti Picus | 2021-03-29 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | BUG: Fix test_ccompiler_opt when path contains dots | Michał Górny | 2021-03-28 | 1 | -1/+1 |
| * | | | | | | Remove trailing whitespace | Alexander Hunt | 2021-03-29 | 1 | -2/+2 |
| * | | | | | | Merge branch 'main' of github.com:oscar139/numpy into main | Alexander Hunt | 2021-03-29 | 1 | -4/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Remove unnecessary comments | Alex | 2021-03-29 | 1 | -2/+0 |
| | * | | | | | | Clarify comments on Protocol | Alex | 2021-03-29 | 1 | -2/+2 |
| * | | | | | | | Merge remote-tracking branch 'upstream/main' into main | Alexander Hunt | 2021-03-29 | 2 | -1/+139 |
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | * | | | | | | Remove unused variables | Anne Archibald | 2021-03-28 | 1 | -2/+0 |
| | * | | | | | | BUG: fix segfault in object/longdouble operations | Anne Archibald | 2021-03-28 | 2 | -1/+141 |
| | |/ / / / / |
|
| * | | | | | | Add test case for np.datetime64(dt.date(2000, 5, 3)) | Alexander Hunt | 2021-03-28 | 1 | -0/+1 |
| * | | | | | | Added _DatetimeScalar to replace dt.Datetime in np.datetime64 | Alexander Hunt | 2021-03-27 | 1 | -2/+15 |
| |/ / / / / |
|
| * | | | | | Merge pull request #18679 from mrios1999/main | Charles Harris | 2021-03-26 | 2 | -1/+5 |
| |\ \ \ \ \ |
|
| | * | | | | | BUG: Changed METH_VARARGS to METH_NOARGS | mrios | 2021-03-25 | 1 | -0/+4 |
| | * | | | | | BUG: Changed METH_VARARGS to METH_NOARGS | mrios | 2021-03-25 | 1 | -1/+1 |
| * | | | | | | Merge pull request #18515 from terfilip/select-dtype-err-msg-18430 | Charles Harris | 2021-03-26 | 1 | -2/+13 |
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | MAINT: Adding exception chaining and switching to fstring | Filip Ter | 2021-03-24 | 1 | -5/+4 |