| Commit message (Expand) | Author | Age | Files | Lines |
| * | MAINT: improve comments | mattip | 2018-12-26 | 2 | -3/+4 |
| * | BUG: non-uint-aligned arrays were counted as uint-aligned | Allan Haldane | 2018-12-25 | 3 | -5/+7 |
| * | BUG: add case for longdouble alignment size | mattip | 2018-12-25 | 1 | -0/+3 |
| * | ENH: port __array_function__ overrides to C | Stephan Hoyer | 2018-12-19 | 6 | -6/+424 |
| * | Merge pull request #12572 from eric-wieser/fix-9647 | Charles Harris | 2018-12-17 | 1 | -1/+1 |
| |\ |
|
| | * | Merge commit '7ce7382d5eacbc3da026289483a841184a609928' into fix-9647 | Eric Wieser | 2018-12-16 | 30 | -1031/+1285 |
| | |\ |
|
| | * | | BUG: Do not duplicate dtype objects when asked to keep the same dtype | Eric Wieser | 2018-12-16 | 1 | -1/+1 |
| * | | | Merge pull request #12546 from mattip/dtype-err-check | Sebastian Berg | 2018-12-17 | 1 | -0/+9 |
| |\ \ \ |
|
| | * | | | BUG: check for errors after PyArray_DESCR_REPLACE | mattip | 2018-12-17 | 1 | -0/+9 |
| * | | | | Merge pull request #12544 from mattip/pypy-fixes2 | Charles Harris | 2018-12-16 | 4 | -7/+18 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | BUG: be sure to set returned value to NULL | mattip | 2018-12-16 | 1 | -0/+1 |
| | * | | | MAINT: return Py_None not NULL | mattip | 2018-12-14 | 3 | -4/+7 |
| | * | | | BUG: fix from review | mattip | 2018-12-14 | 3 | -8/+3 |
| | * | | | BUG: fix refcount issue caused by #12524 | mattip | 2018-12-14 | 4 | -3/+15 |
| | |/ / |
|
| * | | | Merge pull request #12555 from juliantaylor/fix-avx | Charles Harris | 2018-12-16 | 1 | -46/+53 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | BUG: only override vector size for avx code | Julian Taylor | 2018-12-16 | 1 | -46/+53 |
| * | | | Merge pull request #12524 from mattip/pypy-cleanup | Charles Harris | 2018-12-13 | 5 | -21/+46 |
| |\ \ \ |
|
| | * | | | MAINT: unify error messages | mattip | 2018-12-14 | 2 | -2/+2 |
| | * | | | STY: add space after "if" | mattip | 2018-12-13 | 1 | -13/+13 |
| | * | | | DOC: rearrange comment sequence from review | mattip | 2018-12-13 | 1 | -1/+2 |
| | * | | | STY: bracket if blocks with braces | mattip | 2018-12-12 | 1 | -2/+4 |
| | * | | | MAINT: comment, fix from review | mattip | 2018-12-10 | 2 | -2/+10 |
| | * | | | BUG: call PyType_Ready before using type | mattip | 2018-12-10 | 2 | -4/+3 |
| | * | | | MAINT: call PySequence_Fast() before any other PySequence_Fast* funcs | mattip | 2018-12-10 | 2 | -3/+18 |
| | |/ / |
|
| * | | | Merge pull request #12526 from mattip/fix-12520 | Charles Harris | 2018-12-13 | 2 | -7/+14 |
| |\ \ \ |
|
| | * | | | STY: add comment for future maintainers | mattip | 2018-12-12 | 2 | -0/+7 |
| | * | | | WIP, BUG: reorder operations for VS2015 | mattip | 2018-12-10 | 2 | -7/+7 |
| | |/ / |
|
| * | | | Merge pull request #12511 from ahaldane/fix_relaxstride_loops | Charles Harris | 2018-12-10 | 1 | -6/+6 |
| |\ \ \ |
|
| | * | | | MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES) | Allan Haldane | 2018-12-10 | 1 | -6/+6 |
| | |/ / |
|
| * | | | Merge pull request #12528 from ahaldane/fix_reshape_getitem | Matti Picus | 2018-12-11 | 1 | -1/+1 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | MAINT: fix an unsafe PyTuple_GET_ITEM call | Allan Haldane | 2018-12-10 | 1 | -1/+1 |
| * | | | STY, TST: fix formatting and add tests for other dtypes, unaligned data | Charles Harris | 2018-12-07 | 1 | -1/+1 |
| * | | | BUG: test, fix matmul, dot for vector array with stride[i]=0 | mattip | 2018-12-05 | 2 | -2/+8 |
| |/ / |
|
| * | | Merge pull request #12219 from mattip/matmul-as-ufunc2 | Eric Wieser | 2018-12-04 | 11 | -189/+478 |
| |\ \ |
|
| | * | | DOC: add a comment detailing the output ufunc flag choices | mattip | 2018-12-03 | 1 | -0/+12 |
| | * | | ENH: corrections and fixes from review | mattip | 2018-12-01 | 7 | -259/+183 |
| | * | | ENH: make matmul into a ufunc | mattip | 2018-11-25 | 12 | -185/+538 |
| * | | | Merge pull request #12470 from shoyer/less-multiarray-indirection | Charles Harris | 2018-12-01 | 1 | -0/+25 |
| |\ \ \ |
|
| | * | | | STY: Restyle some multiline comments. [ci skip] | Charles Harris | 2018-12-01 | 1 | -2/+4 |
| | * | | | MAINT: reformat comment in C | Stephan Hoyer | 2018-12-01 | 1 | -2/+4 |
| | * | | | MAINT: remove wrapper functions from numpy.core.multiarray | Stephan Hoyer | 2018-12-01 | 1 | -0/+21 |
| * | | | | Merge pull request #12447 from ahaldane/unrevert_multifield_view | Charles Harris | 2018-12-01 | 3 | -69/+7 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | ENH: add back the multifield copy->view change | Allan Haldane | 2018-11-26 | 3 | -69/+7 |
| * | | | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes)) | mattip | 2018-11-26 | 1 | -15/+0 |
| | |/ /
|/| | |
|
| * | | | Merge pull request #12437 from mattip/refactor-datetime-metadata | Eric Wieser | 2018-11-25 | 1 | -61/+55 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | MAINT: refactor datetime.c_metadata creation | mattip | 2018-11-25 | 1 | -61/+55 |
| * | | | Merge pull request #12419 from timfel/fix-fill-funcs | Charles Harris | 2018-11-24 | 1 | -8/+16 |
| |\ \ \ |
|
| | * | | | ENH: Fix PyArray_FillFunc definitions to return an int as per typedef | Tim Felgentreff | 2018-11-19 | 1 | -8/+16 |
| * | | | | Merge pull request #12439 from mattip/visible-to-invisible | Charles Harris | 2018-11-23 | 1 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORT | mattip | 2018-11-22 | 1 | -0/+6 |
| | | |/ /
| |/| | |
|