summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-233-2/+394
|\ \ \ \ \
| * | | | | MAINT: Add new recfunctions to numpy function APIAllan Haldane2018-11-231-0/+23
| * | | | | ENH: Fixups to multi-field assignment helpersAllan Haldane2018-11-222-42/+72
| * | | | | 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
| | |_|/ / / | |/| | | |
* | | | | | 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-222-23/+97
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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-202-23/+94
| | |_|_|/ | |/| | |
* | | | | BUG/ENH: Fix use of ndpointer in return valuesEric Wieser2018-11-213-25/+120
|/ / / /
* | | | 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
| | |_|/ / | |/| | |
* | | | | MNT: Reword error message about loading pickled data.Elliott Sales de Andrade2018-11-191-2/+2
* | | | | 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
* | | | | | 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-151-19/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DEP: remove deprecated numpy.lib.function_base.uniquemattip2018-11-151-19/+0
* | | | | Merge pull request #12381 from tylerjereddy/datasource_del_handlingCharles Harris2018-11-152-1/+16
|\ \ \ \ \
| * | | | | BUG: improve DataSource __del__Tyler Reddy2018-11-132-1/+16
* | | | | | Merge pull request #12390 from mattip/cleanup-deprecateCharles Harris2018-11-151-7/+0
|\ \ \ \ \ \
| * | | | | | DEV remove shim added in 1.4mattip2018-11-141-7/+0
| | |/ / / / | |/| | | |
* | | | | | BUG: Fix for #10533 np.dtype(ctype) does not respect endianness (#12380)Mircea-Akos Brumă2018-11-152-6/+39
* | | | | | Merge pull request #11898 from tylerjereddy/rm_exec_command_2Charles Harris2018-11-142-21/+66
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: remove exec_command usage from ccompiler.pyTyler Reddy2018-10-312-21/+66
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12382 from shoyer/finish-set-moduleCharles Harris2018-11-1430-215/+727
|\ \ \ \ \
| * | | | | MAINT: fix tests on Python 2Stephan Hoyer2018-11-141-0/+6