summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | | Merge pull request #12439 from mattip/visible-to-invisibleCharles Harris2018-11-233-3/+22
|\ \ \ \ \ \
| * | | | | | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORTmattip2018-11-223-3/+22
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #12440 from shoyer/dot-override-errorCharles Harris2018-11-232-3/+23
|\ \ \ \ \ \
| * | | | | | BUG: don't override casting errors with matmul or innerStephan Hoyer2018-11-232-11/+19
| * | | | | | BUG: don't override original errors when casting inside np.dot() failsStephan Hoyer2018-11-232-1/+13
|/ / / / / /
* | | | | | Merge pull request #8923 from guoci/histo_iseCharles Harris2018-11-223-23/+104
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | resolve issues from reviewguoci2018-11-202-4/+7
| * | | | | DOC: mention LOOCV in description of "stone" rule.Stephan Hoyer2018-11-201-2/+2
| * | | | | ENH: Add 'ise' estimator to np.histogramguoci2018-11-203-23/+101
* | | | | | Merge pull request #12431 from eric-wieser/ndpointer-returnCharles Harris2018-11-214-25/+130
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BUG/ENH: Fix use of ndpointer in return valuesEric Wieser2018-11-214-25/+130
|/ / / / /
* | | | | Merge pull request #12429 from charris/update-mailmapCharles Harris2018-11-201-2/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Update mailmap for 1.16.0 release.Charles Harris2018-11-201-2/+24
* | | | | Merge pull request #12424 from eric-wieser/rework-11536Charles Harris2018-11-202-14/+28
|\ \ \ \ \
| * | | | | BUG: Fix inconsistent cache keying in ndpointerEric Wieser2018-11-192-14/+28
* | | | | | Merge pull request #12420 from aixoss/masterRalf Gommers2018-11-191-0/+6
|\ \ \ \ \ \
| * | | | | | gfortran needs -lpthread & -maix64(64 build) in AIXAyappan P2018-11-191-0/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12422 from QuLogic/pickle-errorMatti Picus2018-11-191-2/+2
|\ \ \ \ \ \
| * | | | | | MNT: Reword error message about loading pickled data.Elliott Sales de Andrade2018-11-191-2/+2
* | | | | | | Merge pull request #12306 from tylerjereddy/azure_32bit_linuxCharles Harris2018-11-191-0/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | TST: draft 32-bit linux Azure CI jobTyler Reddy2018-11-191-0/+19
* | | | | | | Merge pull request #12286 from mattip/no-api-warnCharles Harris2018-11-191-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ENH: do not emit compilation warning if using old APImattip2018-11-141-0/+3
* | | | | | | Merge pull request #12417 from eric-wieser/ctypes-bad-errorsMatti Picus2018-11-192-7/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | BUG: Fix regression on np.dtype(ctypes.c_void_p)Eric Wieser2018-11-192-3/+6
| * | | | | | MAINT: rename helper functions for consistencyEric Wieser2018-11-181-4/+4
| | |/ / / / | |/| | | |