summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12328 from mhvk/ndarray_array_function_allow_subclassesStephan Hoyer2018-12-023-45/+66
|\
| * MAINT: Allow subclasses in ndarray.__array_function__.Marten van Kerkwijk2018-12-023-45/+66
* | Merge pull request #12470 from shoyer/less-multiarray-indirectionCharles Harris2018-12-013-199/+163
|\ \
| * | STY: Restyle some multiline comments. [ci skip]Charles Harris2018-12-011-2/+4
| * | MAINT: reformat comment in CStephan Hoyer2018-12-011-2/+4
| * | DOC: add docs_from_dispatcher to docstringStephan Hoyer2018-12-012-3/+7
| * | MAINT: remove wrapper functions from numpy.core.multiarrayStephan Hoyer2018-12-013-199/+155
* | | Merge pull request #12471 from shoyer/linspace-overridesStephan Hoyer2018-12-011-5/+24
|\ \ \ | |_|/ |/| |
| * | ENH: override support for np.linspace and friendsStephan Hoyer2018-12-011-5/+24
| |/
* | Merge pull request #12447 from ahaldane/unrevert_multifield_viewCharles Harris2018-12-015-133/+20
|\ \
| * | ENH: add back the multifield copy->view changeAllan Haldane2018-11-265-133/+20
* | | Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-016-10/+10
|\ \ \
| * | | Address review commentsRoman Yurchak2018-11-241-4/+4
| * | | Use set litteralsRoman Yurchak2018-11-246-12/+12
* | | | MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-019-98/+34
| |_|/ |/| |
* | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes))mattip2018-11-262-15/+40
* | | Merge pull request #12437 from mattip/refactor-datetime-metadataEric Wieser2018-11-251-61/+55
|\ \ \ | |_|/ |/| |
| * | 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 #12439 from mattip/visible-to-invisibleCharles Harris2018-11-232-2/+9
|\ \ \
| * | | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORTmattip2018-11-222-2/+9
| | |/ | |/|
* | | 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
|/ /
* | BUG/ENH: Fix use of ndpointer in return valuesEric Wieser2018-11-211-0/+13
* | 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
* | | ENH: Add support for `np.dtype(ctypes.Union)` (#12405)Mircea-Akos Brumă2018-11-182-7/+63
|/ /
* | 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
* | | BUG: fix possible overlap issues with avx enabledJulian Taylor2018-11-151-117/+134
* | | BUG: Fix for #10533 np.dtype(ctype) does not respect endianness (#12380)Mircea-Akos Brumă2018-11-152-6/+39
* | | Merge pull request #12382 from shoyer/finish-set-moduleCharles Harris2018-11-1415-203/+561
|\ \ \
| * | | MAINT: fix mispellingStephan Hoyer2018-11-141-1/+1
| * | | MAINT: fix test failuresStephan Hoyer2018-11-132-22/+13
| * | | ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-1314-183/+550
* | | | 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