summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | Merge pull request #12571 from charris/revert-11721Charles Harris2018-12-165-105/+25
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Revert "Merge pull request #11721 from eric-wieser/fix-9647"Charles Harris2018-12-165-105/+25
|/ / / / / / / /
* | | | | | | | Merge pull request #11721 from eric-wieser/fix-9647Charles Harris2018-12-165-25/+105
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | 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-305-17/+87
* | | | | | | 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 #12554 from ahaldane/further_struct_doc_fixesCharles Harris2018-12-152-8/+13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | DOC: more doc updates for structured arraysAllan Haldane2018-12-152-8/+13
|/ / / / /
* | | | | Merge pull request #12253 from tylerjereddy/enable_doctestsCharles Harris2018-12-1455-2008/+3132
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MAINT: include recfunctions moduleTyler Reddy2018-12-143-1/+3
| * | | | MAINT: >>> # style cleanups requestedTyler Reddy2018-12-143-13/+21
| * | | | MAINT: addressing review commentsTyler Reddy2018-12-144-3/+4
| * | | | MAINT: revert numpy/lib/mixins to master branch status -- refguide passes in ...Tyler Reddy2018-12-141-49/+52
| * | | | MAINT: clean up whitespace issues in mtrand.pyx.Tyler Reddy2018-12-141-25/+25
| * | | | MAINT: matmul docstring marked with SKIP in some places until fixedTyler Reddy2018-12-141-4/+4
| * | | | MAINT: address several reviewer commentsTyler Reddy2018-12-1414-54/+59
| * | | | TST, DOC: enable refguide_checkTyler Reddy2018-12-1456-2078/+3183
|/ / / /
* | | | Merge pull request #12534 from jturner314/fix-ellipsis-docsSebastian Berg2018-12-141-3/+4
|\ \ \ \
| * | | | DOC: Fix desc. of Ellipsis behavior in referenceJim Turner2018-12-121-3/+4
* | | | | 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 #12543 from tylerjereddy/linux_openblas_bumpCharles Harris2018-12-131-2/+9
|\ \ \ \ \ \
| * | | | | | TST: wheel-match Linux openblas in CITyler Reddy2018-12-131-2/+9
|/ / / / / /
* | | | | | Merge pull request #12539 from mattip/remove-travis-jobCharles Harris2018-12-132-60/+0
|\ \ \ \ \ \
| * | | | | | DEV: remove travis 32 bit chroot job since it is running on azuremattip2018-12-132-60/+0
* | | | | | | 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 #12532 from mattip/add-ctagsCharles Harris2018-12-131-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | DEV: add ctags option filemattip2018-12-111-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #12538 from tylerjereddy/remove_vc_9Ralf Gommers2018-12-121-8/+0
|\ \ \ \ \ \
| * | | | | | MAINT: remove VC 9.0 from CITyler Reddy2018-12-121-8/+0
|/ / / / / /
* | | | | | Merge pull request #12537 from prisae/patch-1Charles Harris2018-12-121-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: Change 'num' to 'np'Dieter Werthmüller2018-12-121-5/+5
|/ / / / /