summaryrefslogtreecommitdiff
path: root/numpy/core/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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-051-0/+4
* ENH: corrections and fixes from reviewmattip2018-12-012-3/+0
* ENH: make matmul into a ufuncmattip2018-11-252-1/+3
* Merge pull request #11480 from mhvk/ufunc-override-move-code-closer-to-useCharles Harris2018-11-132-181/+34
|\
| * MAINT: fix c comment from reviewmattip2018-10-161-1/+1
| * MAINT: move code to umath and multiarray as much as possible.Marten van Kerkwijk2018-09-212-181/+34
* | refactor sort head filewtli2018-11-112-204/+83
* | MAINT: Extract `_is_from_ctypes` to a header so that it can be sharedEric Wieser2018-10-251-0/+49
* | Merge pull request #11175 from mhvk/gufunc-signature-modification2Matti Picus2018-10-192-0/+840
|\ \
| * | MAINT: move functions to numpyos.c, adjust accordinglymattip2018-09-154-46/+840
| * | MAINT: rework wrapping and sharing common functionsmattip2018-09-132-4/+7
| * | MAINT: refactor to share npy_strto{u}llmattip2018-09-132-0/+43
| |/
* | MAINT: Move NPY_SETREF alongside the other backportsEric Wieser2018-10-141-12/+6
* | MAINT: Blacklist some MSVC complex functions.Charles Harris2018-10-041-1/+13
* | ENH: Fix complex64 alignmentAllan Haldane2018-09-271-16/+0
* | ENH: Make copy-code-paths check for uint-alignmentAllan Haldane2018-09-271-5/+9
* | ENH: Implement methods for uint-alignmentAllan Haldane2018-09-272-0/+31
* | BUG: raw_array_is_aligned ignores NPY_RELAXED_STRIDES_CHECKINGAllan Haldane2018-09-272-8/+39
|/
* MAINT: move declararions into umathmodule.hmattip2018-08-211-0/+8
* MAINT: move unchanging, non-api files to commonmattip2018-08-217-0/+1156
* MAINT: move private -> commonmattip2018-08-2119-0/+4178