| Commit message (Expand) | Author | Age | Files | Lines |
| * | API,DEP: Move ufunc signature parsing to the start | Sebastian Berg | 2021-04-08 | 2 | -172/+380 |
| * | Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_div | Matti Picus | 2021-04-06 | 3 | -17/+130 |
| |\ |
|
| | * | SIMD: Use scalar division for Armv7, Aarch64, and IBM/Power | Ganesh Kathiresan | 2021-04-06 | 1 | -1/+11 |
| | * | SIMD, MAINT: Refined kernel and inner ufunc functions | Ganesh Kathiresan | 2021-03-20 | 1 | -66/+43 |
| | * | 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 #18629 from ahaldane/min_digits | Charles Harris | 2021-03-31 | 4 | -63/+101 |
| |\ \ |
|
| | * | | BUG/ENH: fix array2string rounding bug by adding min_digits option | Allan Haldane | 2021-03-18 | 4 | -63/+101 |
| * | | | DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsData | Sebastian Berg | 2021-03-29 | 1 | -142/+38 |
| * | | | Remove unused variables | Anne Archibald | 2021-03-28 | 1 | -2/+0 |
| * | | | BUG: fix segfault in object/longdouble operations | Anne Archibald | 2021-03-28 | 1 | -1/+60 |
| * | | | BUG: Changed METH_VARARGS to METH_NOARGS | mrios | 2021-03-25 | 1 | -1/+1 |
| * | | | BUG: Fix bug(s) introduced due to rebase/merge conflict | Sebastian Berg | 2021-03-23 | 1 | -2/+1 |
| * | | | DOC: Fixup ufunc-argparse release notes and code comments | Sebastian Berg | 2021-03-23 | 1 | -2/+2 |
| * | | | MAINT: Declare functions `static` rather than `NPY_NO_EXPORT` | Sebastian Berg | 2021-03-23 | 1 | -3/+3 |
| * | | | BUG: Add missing `static` leading to a (harmless) ref-leak | Sebastian Berg | 2021-03-23 | 1 | -1/+1 |
| * | | | BUG: Add missing decref to `dtype` parsing | Sebastian Berg | 2021-03-23 | 1 | -0/+1 |
| * | | | MAINT: Address comments by Marten | Sebastian Berg | 2021-03-23 | 2 | -78/+67 |
| * | | | DOC: Fixup comment style for now | Sebastian Berg | 2021-03-23 | 1 | -1/+1 |
| * | | | DOC: Fixup comments based on review and remove TODO | Sebastian Berg | 2021-03-23 | 2 | -6/+10 |
| * | | | ENH: Optimize and cleanup ufunc calls and ufunc CheckOverrides | Sebastian Berg | 2021-03-23 | 5 | -1133/+855 |
| * | | | BUG: Fix small issues found with pytest-leaks | Sebastian Berg | 2021-03-23 | 5 | -12/+23 |
| * | | | Merge pull request #18593 from seberg/stop-lying-about-binop-inputs | Matti Picus | 2021-03-21 | 6 | -54/+59 |
| |\ \ \ |
|
| | * | | | Update numpy/core/src/multiarray/calculation.c | Sebastian Berg | 2021-03-18 | 1 | -1/+2 |
| | * | | | MAINT: Do not claim input to binops is `self` (array object) | Sebastian Berg | 2021-03-10 | 6 | -54/+58 |
| * | | | | Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarray | Matti Picus | 2021-03-21 | 3 | -239/+386 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | BUG,TST: Fix error path and argument name (and add test coverage) | Sebastian Berg | 2021-03-18 | 2 | -4/+6 |
| | * | | | ENH: Use new argument parsing for array creation functions | Sebastian Berg | 2021-03-18 | 3 | -239/+384 |
| | | |/
| |/| |
|
| * | | | BUG: Fix small valgrind-found issues (#18651) | Sebastian Berg | 2021-03-19 | 4 | -0/+5 |
| * | | | Merge pull request #17492 from aitikgupta/unwanted-mode-dep | Matti Picus | 2021-03-18 | 3 | -2/+77 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Update numpy/core/src/multiarray/conversion_utils.c | Eric Wieser | 2021-03-18 | 1 | -0/+1 |
| | * | | DEP: Deprecate inexact matches of mode, shift parameter parsing to C | Aitik Gupta | 2021-03-18 | 3 | -2/+76 |
| * | | | Merge pull request #18398 from seberg/casting-loop-signature | Matti Picus | 2021-03-18 | 17 | -2244/+1643 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | MAINT: Add comment to unused func, silence linter and avoid non-contig error | Sebastian Berg | 2021-03-18 | 1 | -0/+5 |
| | * | | DOC: Fix comments | Sebastian Berg | 2021-02-17 | 3 | -13/+6 |
| | * | | BUG: Fix cleanup on `get_loop` failure | Sebastian Berg | 2021-02-12 | 1 | -4/+20 |
| | * | | BUG: string->datetime64 does not support byte swapping | Sebastian Berg | 2021-02-11 | 1 | -7/+8 |
| | * | | ENH: Micro-optimize within dtype casts | Sebastian Berg | 2021-02-11 | 1 | -1/+28 |
| | * | | MAINT: Fix casting signatures to align with NEP 43 | Sebastian Berg | 2021-02-11 | 17 | -2230/+1587 |
| * | | | Merge pull request #15269 from seberg/splitup-faster-argparsing-infrastructure | Matti Picus | 2021-03-18 | 5 | -183/+778 |
| |\ \ \ |
|
| | * | | | ENH: Use fast parsing for methods and undispatched functions | Sebastian Berg | 2021-03-17 | 2 | -183/+238 |
| | * | | | TST: Add specific argument parsing tests | Sebastian Berg | 2021-03-17 | 1 | -0/+23 |
| | * | | | ENH: Add vectorcall/fastcall argument parsing capabilities | Sebastian Berg | 2021-03-17 | 2 | -0/+517 |
| * | | | | Merge pull request #18571 from isuruf/overflow | Matti Picus | 2021-03-17 | 1 | -0/+15 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Update comment | Isuru Fernando | 2021-03-14 | 1 | -1/+1 |
| | * | | | Fix overflow warning on apple silicon | Isuru Fernando | 2021-03-07 | 1 | -0/+15 |
| * | | | | MAINT: Remove strange `op == NULL` check | Sebastian Berg | 2021-03-10 | 1 | -32/+2 |
| | |_|/
|/| | |
|
| * | | | Merge pull request #18178 from seiko2plus/npyv_fast_div | Matti Picus | 2021-03-08 | 9 | -24/+1341 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | SIMD, BUG: fix passing immediate values to npyv_setall_u64 on SSE/32-bit | Sayed Adel | 2021-03-08 | 1 | -15/+10 |
| | * | | SIMD, TST: add test cases for NPYV fast integer division | Sayed Adel | 2021-03-08 | 1 | -3/+16 |