Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #12466 from tylerjereddy/openblas_win_azure | Charles Harris | 2018-12-01 | 1 | -2/+48 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: use openblas for Windows CI | Tyler Reddy | 2018-11-30 | 1 | -2/+48 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #12464 from mhvk/ma-structured-empty-list | Matti Picus | 2018-12-01 | 2 | -3/+8 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | BUG: IndexError for empty list on structured MaskedArray. | Marten van Kerkwijk | 2018-11-30 | 2 | -3/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #12446 from ahaldane/recfunctions_fixups | Charles Harris | 2018-11-29 | 2 | -13/+41 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: Fixups to new functions in np.lib.recfunctions | Allan Haldane | 2018-11-26 | 2 | -13/+41 | |
* | | | | | Merge pull request #12458 from tylerjereddy/fix_azure_badge | Ralf Gommers | 2018-11-27 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: fix Azure README badge [ci skip] | Tyler Reddy | 2018-11-27 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12455 from tylerjereddy/use_azure_condition | Charles Harris | 2018-11-27 | 1 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: use condition for Azure 2.7 check | Tyler Reddy | 2018-11-27 | 1 | -5/+5 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #11197 from wummo/correct_covariance_scaling | Marten van Kerkwijk | 2018-11-27 | 3 | -21/+77 | |
|\ \ \ \ \ | ||||||
| * | | | | | Removed non-standard scaling of the covariance matrix and added option to dis... | Andreas Nussbaumer | 2018-11-21 | 3 | -21/+77 | |
* | | | | | | Merge pull request #11739 from mattip/set-write-flag | Eric Wieser | 2018-11-26 | 3 | -15/+46 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes)) | mattip | 2018-11-26 | 3 | -15/+46 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12408 from ahaldane/multifield_ma | Charles Harris | 2018-11-25 | 2 | -6/+19 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | BUG: multifield-view of MaskedArray gets bad fill_value | Allan Haldane | 2018-11-19 | 2 | -6/+19 | |
* | | | | | Merge pull request #12437 from mattip/refactor-datetime-metadata | Eric Wieser | 2018-11-25 | 1 | -61/+55 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | MAINT: refactor datetime.c_metadata creation | mattip | 2018-11-25 | 1 | -61/+55 | |
* | | | | | Merge pull request #12419 from timfel/fix-fill-funcs | Charles Harris | 2018-11-24 | 2 | -9/+18 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | ENH: Fix PyArray_FillFunc definitions to return an int as per typedef | Tim Felgentreff | 2018-11-19 | 2 | -9/+18 | |
* | | | | | Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo | Charles Harris | 2018-11-23 | 4 | -2/+399 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: Add new recfunctions to numpy function API | Allan Haldane | 2018-11-23 | 1 | -0/+23 | |
| * | | | | | ENH: Fixups to multi-field assignment helpers | Allan Haldane | 2018-11-22 | 3 | -42/+77 | |
| * | | | | | ENH: add multi-field assignment helpers in np.lib.recfunctions | Allan Haldane | 2018-10-31 | 3 | -2/+341 | |
* | | | | | | Merge pull request #12439 from mattip/visible-to-invisible | Charles Harris | 2018-11-23 | 3 | -3/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORT | mattip | 2018-11-22 | 3 | -3/+22 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #12440 from shoyer/dot-override-error | Charles Harris | 2018-11-23 | 2 | -3/+23 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: don't override casting errors with matmul or inner | Stephan Hoyer | 2018-11-23 | 2 | -11/+19 | |
| * | | | | | | BUG: don't override original errors when casting inside np.dot() fails | Stephan Hoyer | 2018-11-23 | 2 | -1/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #8923 from guoci/histo_ise | Charles Harris | 2018-11-22 | 3 | -23/+104 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | resolve issues from review | guoci | 2018-11-20 | 2 | -4/+7 | |
| * | | | | | DOC: mention LOOCV in description of "stone" rule. | Stephan Hoyer | 2018-11-20 | 1 | -2/+2 | |
| * | | | | | ENH: Add 'ise' estimator to np.histogram | guoci | 2018-11-20 | 3 | -23/+101 | |
* | | | | | | Merge pull request #12431 from eric-wieser/ndpointer-return | Charles Harris | 2018-11-21 | 4 | -25/+130 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | BUG/ENH: Fix use of ndpointer in return values | Eric Wieser | 2018-11-21 | 4 | -25/+130 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12429 from charris/update-mailmap | Charles Harris | 2018-11-20 | 1 | -2/+24 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | MAINT: Update mailmap for 1.16.0 release. | Charles Harris | 2018-11-20 | 1 | -2/+24 | |
* | | | | | Merge pull request #12424 from eric-wieser/rework-11536 | Charles Harris | 2018-11-20 | 2 | -14/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | BUG: Fix inconsistent cache keying in ndpointer | Eric Wieser | 2018-11-19 | 2 | -14/+28 | |
* | | | | | | Merge pull request #12420 from aixoss/master | Ralf Gommers | 2018-11-19 | 1 | -0/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | gfortran needs -lpthread & -maix64(64 build) in AIX | Ayappan P | 2018-11-19 | 1 | -0/+6 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #12422 from QuLogic/pickle-error | Matti Picus | 2018-11-19 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MNT: Reword error message about loading pickled data. | Elliott Sales de Andrade | 2018-11-19 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #12306 from tylerjereddy/azure_32bit_linux | Charles Harris | 2018-11-19 | 1 | -0/+19 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | TST: draft 32-bit linux Azure CI job | Tyler Reddy | 2018-11-19 | 1 | -0/+19 | |
* | | | | | | | Merge pull request #12286 from mattip/no-api-warn | Charles Harris | 2018-11-19 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | ENH: do not emit compilation warning if using old API | mattip | 2018-11-14 | 1 | -0/+3 | |
* | | | | | | | Merge pull request #12417 from eric-wieser/ctypes-bad-errors | Matti Picus | 2018-11-19 | 2 | -7/+10 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | BUG: Fix regression on np.dtype(ctypes.c_void_p) | Eric Wieser | 2018-11-19 | 2 | -3/+6 | |
| * | | | | | | MAINT: rename helper functions for consistency | Eric Wieser | 2018-11-18 | 1 | -4/+4 | |
| | |/ / / / | |/| | | | |