summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Allow subclasses in ndarray.__array_function__.Marten van Kerkwijk2018-12-023-45/+66
* | | | Merge pull request #12470 from shoyer/less-multiarray-indirectionCharles Harris2018-12-013-199/+163
|\ \ \ \ | |_|/ / |/| | |
| * | | STY: Restyle some multiline comments. [ci skip]Charles Harris2018-12-011-2/+4
| * | | MAINT: reformat comment in CStephan Hoyer2018-12-011-2/+4
| * | | DOC: add docs_from_dispatcher to docstringStephan Hoyer2018-12-012-3/+7
| * | | MAINT: remove wrapper functions from numpy.core.multiarrayStephan Hoyer2018-12-013-199/+155
* | | | Merge pull request #12471 from shoyer/linspace-overridesStephan Hoyer2018-12-011-5/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | ENH: override support for np.linspace and friendsStephan Hoyer2018-12-011-5/+24
| |/ /
* | | Merge pull request #12447 from ahaldane/unrevert_multifield_viewCharles Harris2018-12-018-179/+113
|\ \ \
| * | | ENH: add back the multifield copy->view changeAllan Haldane2018-11-268-179/+113
* | | | Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-0112-19/+19
|\ \ \ \
| * | | | Address review commentsRoman Yurchak2018-11-241-4/+4
| * | | | Use set litteralsRoman Yurchak2018-11-2412-21/+21
* | | | | MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-0117-136/+52
* | | | | Merge pull request #12466 from tylerjereddy/openblas_win_azureCharles Harris2018-12-011-2/+48
|\ \ \ \ \
| * | | | | TST: use openblas for Windows CITyler Reddy2018-11-301-2/+48
| | |_|/ / | |/| | |
* | | | | Merge pull request #12464 from mhvk/ma-structured-empty-listMatti Picus2018-12-012-3/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: IndexError for empty list on structured MaskedArray.Marten van Kerkwijk2018-11-302-3/+8
|/ / / /
* | | | Merge pull request #12446 from ahaldane/recfunctions_fixupsCharles Harris2018-11-292-13/+41
|\ \ \ \
| * | | | MAINT: Fixups to new functions in np.lib.recfunctionsAllan Haldane2018-11-262-13/+41