summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* MAINT: improve commentsmattip2018-12-262-3/+4
* BUG: non-uint-aligned arrays were counted as uint-alignedAllan Haldane2018-12-253-5/+7
* BUG: add case for longdouble alignment sizemattip2018-12-251-0/+3
* ENH: port __array_function__ overrides to CStephan Hoyer2018-12-196-6/+424
* Merge pull request #12572 from eric-wieser/fix-9647Charles Harris2018-12-171-1/+1
|\
| * Merge commit '7ce7382d5eacbc3da026289483a841184a609928' into fix-9647Eric Wieser2018-12-1630-1031/+1285
| |\
| * | BUG: Do not duplicate dtype objects when asked to keep the same dtypeEric Wieser2018-12-161-1/+1
* | | Merge pull request #12546 from mattip/dtype-err-checkSebastian Berg2018-12-171-0/+9
|\ \ \
| * | | BUG: check for errors after PyArray_DESCR_REPLACEmattip2018-12-171-0/+9
* | | | Merge pull request #12544 from mattip/pypy-fixes2Charles Harris2018-12-164-7/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: be sure to set returned value to NULLmattip2018-12-161-0/+1
| * | | MAINT: return Py_None not NULLmattip2018-12-143-4/+7
| * | | BUG: fix from reviewmattip2018-12-143-8/+3
| * | | BUG: fix refcount issue caused by #12524mattip2018-12-144-3/+15
| |/ /
* | | Merge pull request #12555 from juliantaylor/fix-avxCharles Harris2018-12-161-46/+53
|\ \ \ | |/ / |/| |
| * | BUG: only override vector size for avx codeJulian Taylor2018-12-161-46/+53
* | | Merge pull request #12524 from mattip/pypy-cleanupCharles Harris2018-12-135-21/+46
|\ \ \
| * | | MAINT: unify error messagesmattip2018-12-142-2/+2
| * | | STY: add space after "if"mattip2018-12-131-13/+13
| * | | DOC: rearrange comment sequence from reviewmattip2018-12-131-1/+2
| * | | STY: bracket if blocks with bracesmattip2018-12-121-2/+4
| * | | MAINT: comment, fix from reviewmattip2018-12-102-2/+10
| * | | BUG: call PyType_Ready before using typemattip2018-12-102-4/+3
| * | | MAINT: call PySequence_Fast() before any other PySequence_Fast* funcsmattip2018-12-102-3/+18
| |/ /
* | | Merge pull request #12526 from mattip/fix-12520Charles Harris2018-12-132-7/+14
|\ \ \
| * | | STY: add comment for future maintainersmattip2018-12-122-0/+7
| * | | WIP, BUG: reorder operations for VS2015mattip2018-12-102-7/+7
| |/ /
* | | Merge pull request #12511 from ahaldane/fix_relaxstride_loopsCharles Harris2018-12-101-6/+6
|\ \ \
| * | | MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES)Allan Haldane2018-12-101-6/+6
| |/ /
* | | Merge pull request #12528 from ahaldane/fix_reshape_getitemMatti Picus2018-12-111-1/+1
|\ \ \ | |/ / |/| |
| * | MAINT: fix an unsafe PyTuple_GET_ITEM callAllan Haldane2018-12-101-1/+1
* | | STY, TST: fix formatting and add tests for other dtypes, unaligned dataCharles Harris2018-12-071-1/+1
* | | BUG: test, fix matmul, dot for vector array with stride[i]=0mattip2018-12-052-2/+8
|/ /
* | Merge pull request #12219 from mattip/matmul-as-ufunc2Eric Wieser2018-12-0411-189/+478
|\ \
| * | DOC: add a comment detailing the output ufunc flag choicesmattip2018-12-031-0/+12
| * | ENH: corrections and fixes from reviewmattip2018-12-017-259/+183
| * | ENH: make matmul into a ufuncmattip2018-11-2512-185/+538
* | | Merge pull request #12470 from shoyer/less-multiarray-indirectionCharles Harris2018-12-011-0/+25
|\ \ \
| * | | STY: Restyle some multiline comments. [ci skip]Charles Harris2018-12-011-2/+4
| * | | MAINT: reformat comment in CStephan Hoyer2018-12-011-2/+4
| * | | MAINT: remove wrapper functions from numpy.core.multiarrayStephan Hoyer2018-12-011-0/+21
* | | | Merge pull request #12447 from ahaldane/unrevert_multifield_viewCharles Harris2018-12-013-69/+7
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: add back the multifield copy->view changeAllan Haldane2018-11-263-69/+7
* | | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes))mattip2018-11-261-15/+0
| |/ / |/| |
* | | Merge pull request #12437 from mattip/refactor-datetime-metadataEric Wieser2018-11-251-61/+55
|\ \ \ | |/ / |/| |
| * | MAINT: refactor datetime.c_metadata creationmattip2018-11-251-61/+55
* | | Merge pull request #12419 from timfel/fix-fill-funcsCharles Harris2018-11-241-8/+16
|\ \ \
| * | | ENH: Fix PyArray_FillFunc definitions to return an int as per typedefTim Felgentreff2018-11-191-8/+16
* | | | Merge pull request #12439 from mattip/visible-to-invisibleCharles Harris2018-11-231-0/+6
|\ \ \ \
| * | | | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORTmattip2018-11-221-0/+6
| | |/ / | |/| |