summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #12511 from ahaldane/fix_relaxstride_loopsCharles Harris2018-12-102-6/+44
|\
| * MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES)Allan Haldane2018-12-102-6/+44
* | Merge pull request #12528 from ahaldane/fix_reshape_getitemMatti Picus2018-12-111-1/+1
|\ \
| * | MAINT: fix an unsafe PyTuple_GET_ITEM callAllan Haldane2018-12-101-1/+1
* | | Merge pull request #12527 from jbj/patch-1Matti Picus2018-12-101-0/+4
|\ \ \
| * | | Fix lgtm.com C/C++ buildJonas Jensen2018-12-101-0/+4
* | | | Merge pull request #12522 from eric-wieser/fix-build-outputCharles Harris2018-12-102-6/+29
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: ensure new-lines in compiler error messages are actually printed to the ...Eric Wieser2018-12-092-6/+29
* | | | Merge pull request #12502 from tylerjereddy/azure_py_version_fixCharles Harris2018-12-091-3/+3
|\ \ \ \
| * | | | TST: Azure Python version fixTyler Reddy2018-12-071-3/+3
| | |/ / | |/| |
* | | | Merge pull request #12512 from oleksandr-pavlyk/expand-gitignoreCharles Harris2018-12-081-0/+5
|\ \ \ \
| * | | | MAINT: added template-generated files to .gitignoreOleksandr Pavlyk2018-12-081-0/+5
|/ / / /
* | | | Merge pull request #12506 from charris/prepare-for-1.17-developmentRalf Gommers2018-12-0810-29/+57
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-0810-29/+57
| | |/ | |/|
* | | Merge pull request #12508 from charris/fix-doc-makefileRalf Gommers2018-12-071-1/+1
|\ \ \ | |/ / |/| |
| * | DOC, MAINT: Make `PYVER = 3` in doc/Makefile.Charles Harris2018-12-071-1/+1
|/ /
* | 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
|/ /
* | Merge pull request #12388 from mhvk/linspace-allow-arrayCharles Harris2018-12-064-49/+139
|\ \
| * | DOC: Note the version in which we start supporting array_like start, stopMarten van Kerkwijk2018-12-061-6/+15
| * | ENH: allow user choice of sample axis in {lin,log,geom}space.Marten van Kerkwijk2018-12-052-19/+47
| * | ENH: Allow {lin,log,geom}space start and stop to be arrays.Marten van Kerkwijk2018-12-053-35/+90
| * | TST,BUG: fix two tests that were setup incorrectly.Marten van Kerkwijk2018-12-042-7/+5
* | | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-0653-106/+57
* | | Merge pull request #12493 from cgohlke/patch-2Charles Harris2018-12-061-3/+3
|\ \ \ | |_|/ |/| |
| * | BUG: Fix `/` that should be `//`.Charles Harris2018-12-061-1/+1
| * | BUG: fix records.fromfile fails to read data >4 GBcgohlke2018-12-051-2/+2
|/ /
* | ENH: implement matmul on NDArrayOperatorsMixin (#12488)Stephan Hoyer2018-12-053-3/+20
* | Merge pull request #12486 from ankokumoyashi/patch-1Ralf Gommers2018-12-051-1/+1
|\ \ | |/ |/|
| * fix typoankokumoyashi2018-12-051-1/+1
|/
* Merge pull request #12219 from mattip/matmul-as-ufunc2Eric Wieser2018-12-0418-375/+799
|\
| * DOC: add a comment detailing the output ufunc flag choicesmattip2018-12-031-0/+12
| * ENH: corrections and fixes from reviewmattip2018-12-0110-287/+242
| * ENH: make matmul into a ufuncmattip2018-11-2519-361/+818
* | Merge pull request #12474 from tylerjereddy/cov_array_funcCharles Harris2018-12-041-0/+1
|\ \
| * | TST: enable array_func covTyler Reddy2018-12-011-0/+1
* | | Merge pull request #12353 from mattip/check-thresholdCharles Harris2018-12-042-1/+10
|\ \ \
| * | | BUG: test, fix for threshold='nan'mattip2018-12-012-1/+10
* | | | Merge pull request #12477 from edgarlepe/pytesttester-docMatti Picus2018-12-031-11/+5
|\ \ \ \
| * | | | DOC: fix example for __call__. See #12451Edgar Giovanni Lepe2018-12-021-11/+5
|/ / / /
* | | | Merge pull request #12328 from mhvk/ndarray_array_function_allow_subclassesStephan Hoyer2018-12-023-45/+66
|\ \ \ \ | |/ / / |/| | |