summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TST,BUG: fix two tests that were setup incorrectly.Marten van Kerkwijk2018-12-042-7/+5
* 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
* | | | | Merge pull request #12458 from tylerjereddy/fix_azure_badgeRalf Gommers2018-11-271-1/+1
|\ \ \ \ \
| * | | | | MAINT: fix Azure README badge [ci skip]Tyler Reddy2018-11-271-1/+1
|/ / / / /
* | | | | Merge pull request #12455 from tylerjereddy/use_azure_conditionCharles Harris2018-11-271-5/+5
|\ \ \ \ \
| * | | | | TST: use condition for Azure 2.7 checkTyler Reddy2018-11-271-5/+5
|/ / / / /
* | | | | Merge pull request #11197 from wummo/correct_covariance_scalingMarten van Kerkwijk2018-11-273-21/+77
|\ \ \ \ \
| * | | | | Removed non-standard scaling of the covariance matrix and added option to dis...Andreas Nussbaumer2018-11-213-21/+77
* | | | | | Merge pull request #11739 from mattip/set-write-flagEric Wieser2018-11-263-15/+46
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes))mattip2018-11-263-15/+46
|/ / / / /
* | | | | Merge pull request #12408 from ahaldane/multifield_maCharles Harris2018-11-252-6/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | BUG: multifield-view of MaskedArray gets bad fill_valueAllan Haldane2018-11-192-6/+19
* | | | | Merge pull request #12437 from mattip/refactor-datetime-metadataEric Wieser2018-11-251-61/+55
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: refactor datetime.c_metadata creationmattip2018-11-251-61/+55
* | | | | Merge pull request #12419 from timfel/fix-fill-funcsCharles Harris2018-11-242-9/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ENH: Fix PyArray_FillFunc definitions to return an int as per typedefTim Felgentreff2018-11-192-9/+18
* | | | | Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redoCharles Harris2018-11-234-2/+399
|\ \ \ \ \
| * | | | | MAINT: Add new recfunctions to numpy function APIAllan Haldane2018-11-231-0/+23
| * | | | | ENH: Fixups to multi-field assignment helpersAllan Haldane2018-11-223-42/+77
| * | | | | ENH: add multi-field assignment helpers in np.lib.recfunctionsAllan Haldane2018-10-313-2/+341