summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: add back the multifield copy->view changeAllan Haldane2018-11-268-179/+113
* 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
| | |/ / / | |/| | |
* | | | | Merge pull request #12414 from charris/fix-cversionEric Wieser2018-11-182-6/+6
|\ \ \ \ \
| * | | | | MAINT: Update cversion hash.Charles Harris2018-11-182-6/+6
* | | | | | Merge pull request #12413 from eric-wieser/distutils-debugRalf Gommers2018-11-181-8/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUG: Do not double-quote arguments to the command lineEric Wieser2018-11-181-8/+8
|/ / / / /
* | | | | ENH: Add support for `np.dtype(ctypes.Union)` (#12405)Mircea-Akos Brumă2018-11-182-7/+63
|/ / / /
* | | | Merge pull request #12407 from dimpase/masterCharles Harris2018-11-181-5/+8
|\ \ \ \
| * | | | fall back to 'ascii' locale in build (if needed)Dima Pasechnik2018-11-171-5/+8
* | | | | Merge pull request #12409 from ahaldane/fix_descr_descrMatti Picus2018-11-181-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: correct the dtype.descr docstringAllan Haldane2018-11-181-4/+4
* | | | | MAINT: Rewrite shape normalization in pad function (#11966)Lars Grüter2018-11-152-94/+145
* | | | | Merge pull request #12399 from hershen/fix-polyint-typoCharles Harris2018-11-151-1/+1
|\ \ \ \ \
| * | | | | DOC: Fix typo in polyint.Alon Hershenhorn2018-11-151-1/+1
* | | | | | Merge pull request #12398 from juliantaylor/fix-large-vector-overlapCharles Harris2018-11-151-117/+134
|\ \ \ \ \ \
| * | | | | | BUG: fix possible overlap issues with avx enabledJulian Taylor2018-11-151-117/+134
| |/ / / / /
* | | | | | Merge pull request #12391 from mattip/deprecate-uniqueCharles Harris2018-11-152-19/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DEP: remove deprecated numpy.lib.function_base.uniquemattip2018-11-152-19/+3
* | | | | | Merge pull request #12381 from tylerjereddy/datasource_del_handlingCharles Harris2018-11-152-1/+16
|\ \ \ \ \ \