summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge pull request #12378 from charris/fix-longdouble-testsCharles Harris2018-11-131-17/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | TST: Update complex long double precision tests.Charles Harris2018-11-131-17/+5
* | | | | | Merge pull request #11480 from mhvk/ufunc-override-move-code-closer-to-useCharles Harris2018-11-135-186/+168
|\ \ \ \ \ \
| * | | | | | MAINT: fix c comment from reviewmattip2018-10-161-1/+1
| * | | | | | MAINT: move code to umath and multiarray as much as possible.Marten van Kerkwijk2018-09-215-186/+168
* | | | | | | Merge pull request #12338 from ryzheboka/docs-for-compare_chararraysCharles Harris2018-11-131-0/+37
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MAINT: Fix spaces, formatting, and improve explanations. Charles Harris2018-11-131-13/+11
| * | | | | | STY: Fix up indentation.Charles Harris2018-11-131-3/+1
| * | | | | | DOC: changing the example in the docstring for the function 'compare_chararrays'Elena Mokeeva2018-11-071-3/+3
| * | | | | | DOC: add a docstring for the function 'compare_chararrays'Elena Mokeeva2018-11-051-0/+41
| | |_|_|_|/ | |/| | | |