summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | MAINT: fix mispellingStephan Hoyer2018-11-141-1/+1
| * | | | | MAINT: fix test failuresStephan Hoyer2018-11-132-22/+13
| * | | | | MAINT: separate builtins and undocumented functionsStephan Hoyer2018-11-131-8/+12
| * | | | | DOC: add a comment explaining why we use normal assertStephan Hoyer2018-11-131-0/+2
| * | | | | ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-1329-195/+704
* | | | | | Merge pull request #12358 from mattip/roundtrip-record-arraysCharles Harris2018-11-142-2/+62
|\ \ \ \ \ \
| * | | | | | MAINT: fix from reviewmattip2018-11-141-6/+2
| * | | | | | BUG: fix for titles, cleanup, fixes from reviewmattip2018-11-132-8/+25
| * | | | | | BUG: test, fix loading structured dtypes with paddingmattip2018-11-132-2/+49
| |/ / / / /
* | | | | | Merge pull request #12376 from mattip/remove-import-error-maskCharles Harris2018-11-141-1/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BUG: do not override exception on import failuremattip2018-11-131-1/+0