summaryrefslogtreecommitdiff
path: root/numpy/core/src/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12586 from hameerabbasi/radix-sortCharles Harris2019-05-111-0/+11
|\
| * ENH: Radix sortHameer Abbasi2019-05-111-0/+11
* | BUG: Fix incorrect reference counting of bytesEric Wieser2019-05-111-12/+14
* | MAINT: reviewer adjustments in PR 10723Tyler Reddy2019-04-301-3/+0
* | BUG: longdouble(int) does not workEric Wieser2019-04-112-0/+93
|/
* STY: Fix weird indents to be multiples of 4 spacesEric Wieser2019-03-201-1/+1
* ENH: preliminary numeric timsortwtli2019-01-211-0/+6
* MAINT: improve commentsmattip2018-12-262-3/+4
* BUG: non-uint-aligned arrays were counted as uint-alignedAllan Haldane2018-12-252-2/+7
* ENH: port __array_function__ overrides to CStephan Hoyer2018-12-191-1/+0
* BUG: be sure to set returned value to NULLmattip2018-12-161-0/+1
* MAINT: return Py_None not NULLmattip2018-12-141-1/+4
* BUG: fix from reviewmattip2018-12-141-5/+2
* BUG: fix refcount issue caused by #12524mattip2018-12-142-3/+9
* MAINT: unify error messagesmattip2018-12-141-1/+1
* MAINT: comment, fix from reviewmattip2018-12-101-2/+5
* MAINT: call PySequence_Fast() before any other PySequence_Fast* funcsmattip2018-12-101-2/+10
* 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