summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.16.0rc1 release.v1.16.0rc1Charles Harris2018-12-191-2/+2
* Merge pull request #12590 from charris/prepare-1.16.0Charles Harris2018-12-194-101/+764
|\
| * DOC, MAINT: Prepare for 1.16.0rc1 release.Charles Harris2018-12-194-101/+764
|/
* Merge pull request #12588 from charris/backport-12546Charles Harris2018-12-181-0/+9
|\
| * BUG: check for errors after PyArray_DESCR_REPLACEmattip2018-12-181-0/+9
* | Merge pull request #12587 from charris/backport-12572Charles Harris2018-12-186-26/+138
|\ \ | |/ |/|
| * BUG: Make `arr.ctypes.data` hold a reference to the underlying array.Charles Harris2018-12-176-26/+138
* | Merge pull request #12582 from charris/backport-12577Charles Harris2018-12-171-1/+1
|\ \
| * | BUG: fix f2py pep338 execution methodJulian Taylor2018-12-171-1/+1
* | | Merge pull request #12580 from charris/backport-12566Charles Harris2018-12-172-1/+14
|\ \ \ | |/ / |/| |
| * | BUG: fix segfault in ctypeslib with obj being collectedAnthony Sottile2018-12-172-1/+14
| |/
* | Merge pull request #12581 from charris/backport-12578Charles Harris2018-12-171-0/+1
|\ \ | |/ |/|
| * TST: activate shippable maintenance branchesTyler Reddy2018-12-171-0/+1
|/
* Merge pull request #12573 from charris/backport-12544Charles 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-163-4/+7
| * BUG: fix from reviewmattip2018-12-163-8/+3
| * BUG: fix refcount issue caused by #12524mattip2018-12-164-3/+15
|/
* Merge pull request #12568 from charris/backport-12524Charles Harris2018-12-165-21/+46
|\
| * MAINT: unify error messagesmattip2018-12-162-2/+2
| * STY: add space after "if"mattip2018-12-161-13/+13
| * DOC: rearrange comment sequence from reviewmattip2018-12-161-1/+2
| * STY: bracket if blocks with bracesmattip2018-12-161-2/+4
| * MAINT: comment, fix from reviewmattip2018-12-162-2/+10
| * BUG: call PyType_Ready before using typemattip2018-12-162-4/+3
| * MAINT: call PySequence_Fast() before any other PySequence_Fast* funcsmattip2018-12-162-3/+18
* | Merge pull request #12569 from charris/backport-12522Charles Harris2018-12-162-6/+29
|\ \
| * | BUG: ensure new-lines in compiler error messages are actually printed to the ...Eric Wieser2018-12-162-6/+29
| |/
* | Merge pull request #12570 from charris/backport-12511Charles Harris2018-12-162-6/+44
|\ \
| * | MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES)Allan Haldane2018-12-162-6/+44
| |/
* | Merge pull request #12567 from charris/backport-12526Charles Harris2018-12-162-7/+14
|\ \ | |/ |/|
| * STY: add comment for future maintainersmattip2018-12-162-0/+7
| * WIP, BUG: reorder operations for VS2015mattip2018-12-162-7/+7
|/
* Merge pull request #12563 from charris/backport-12554Charles Harris2018-12-162-8/+13
|\
| * DOC: more doc updates for structured arraysAllan Haldane2018-12-162-8/+13
* | Merge pull request #12565 from charris/backport-12527Charles Harris2018-12-161-0/+4
|\ \
| * | Fix lgtm.com C/C++ buildJonas Jensen2018-12-161-0/+4
| |/
* | Merge pull request #12564 from charris/backport-12528Charles Harris2018-12-161-1/+1
|\ \
| * | MAINT: fix an unsafe PyTuple_GET_ITEM callAllan Haldane2018-12-161-1/+1
| |/
* | Merge pull request #12562 from charris/fix-doc-makefileCharles Harris2018-12-161-1/+1
|\ \ | |/ |/|
| * DOC, MAINT: Make `PYVER = 3` in doc/Makefile.Charles Harris2018-12-161-1/+1
|/
* Merge pull request #12556 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 #12501 from schnaitterm/masterCharles Harris2018-12-071-1/+1
|\
| * MAINT: removed word/typo from comment in site.cfg.exampleMichael James Jamie Schnaitter2018-12-071-1/+1
* | Merge pull request #12494 from mattip/disallow-dgemmCharles Harris2018-12-073-2/+38
|\ \ | |/ |/|
| * STY, TST: fix formatting and add tests for other dtypes, unaligned dataCharles Harris2018-12-072-3/+19
| * BUG: test, fix matmul, dot for vector array with stride[i]=0mattip2018-12-053-2/+22
* | Merge pull request #12498 from tylerjereddy/bump_azure_win_openblasCharles Harris2018-12-061-3/+3
|\ \
| * | TST: sync Azure Win openblasTyler Reddy2018-12-061-3/+3
|/ /