summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12308 from tylerjereddy/timedelta64_floordivMatti Picus2019-01-015-3/+118
|\
| * ENH: add mm->q floordivTyler Reddy2018-12-075-3/+118
* | Merge pull request #12618 from ahaldane/test_12byte_alignmentCharles Harris2018-12-271-2/+2
|\ \
| * | MAINT: add test for 12-byte alignmentAllan Haldane2018-12-261-2/+2
* | | BUG: Add missing free in ufunc deallocSebastian Berg2018-12-261-0/+2
|/ /
* | 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
* | Merge pull request #12317 from shoyer/array-function-cMarten van Kerkwijk2018-12-2015-145/+518
|\ \
| * | ENH: port __array_function__ overrides to CStephan Hoyer2018-12-1912-112/+455
| * | ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-196-83/+113
* | | Merge pull request #12575 from danielhrisca/masterMatti Picus2018-12-191-6/+18
|\ \ \ | |/ / |/| |
| * | Rename OrderedCounter to _OrderedCounterEric Wieser2018-12-181-2/+3
| * | use OrderedCounter recipe from Python documentationdanielhrisca2018-12-181-9/+17
| * | ENH: improve performance for core/records/find_duplicatedanielhrisca2018-12-171-6/+9
* | | Merge pull request #12560 from mattip/matmul-doctestsCharles Harris2018-12-171-11/+11
|\ \ \
| * | | DOC: fix some doctest failuresmattip2018-12-161-11/+11
* | | | Merge pull request #12572 from eric-wieser/fix-9647Charles Harris2018-12-174-24/+131
|\ \ \ \
| * \ \ \ Merge commit '7ce7382d5eacbc3da026289483a841184a609928' into fix-9647Eric Wieser2018-12-1681-2682/+3885
| |\ \ \ \
| * | | | | BUG: Fix regression in _missing_ctypes.cast that is not tested in CIEric Wieser2018-12-161-1/+1
| * | | | | BUG: Ensure that arr.ctypes works on arrays with overlapping fieldsEric Wieser2018-12-162-8/+40
| * | | | | 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
| |/ / / / /
* | | | | | Revert "Merge pull request #11721 from eric-wieser/fix-9647"Charles Harris2018-12-163-98/+23
| |_|/ / / |/| | | |
* | | | | Merge pull request #11721 from eric-wieser/fix-9647Charles Harris2018-12-163-23/+98
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MAINT: Use property decorators for clarityEric Wieser2018-11-041-8/+18
| * | | | BUG: Make `arr.ctypes.data` hold onto a reference to the underlying arrayEric Wieser2018-10-303-15/+80
* | | | | 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
| | |_|/ | |/| |
* | | | MAINT: >>> # style cleanups requestedTyler Reddy2018-12-143-13/+21
* | | | MAINT: addressing review commentsTyler Reddy2018-12-143-2/+3
* | | | MAINT: matmul docstring marked with SKIP in some places until fixedTyler Reddy2018-12-141-4/+4
* | | | MAINT: address several reviewer commentsTyler Reddy2018-12-146-26/+23
* | | | TST, DOC: enable refguide_checkTyler Reddy2018-12-1413-522/+529
| |_|/ |/| |
* | | 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