summaryrefslogtreecommitdiff
path: root/numpy/core/multiarray.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: ensure that casting to/from structured is properly checked.Marten van Kerkwijk2019-07-171-5/+9
* Merge pull request #13933 from eric-wieser/forbid-_add_newdocs-pythonCharles Harris2019-07-081-3/+6
|\
| * BUG: Add missing `np.core.multiarray._get_ndarray_c_version` functionEric Wieser2019-06-301-1/+1
| * BUG: Remove items from `multiarray.__all__` which do not exist on python 3Eric Wieser2019-06-301-2/+5
* | BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and lowermattip2019-01-271-0/+4
* | ENH: refactor __array_function__ pure Python implementationStephan Hoyer2019-01-161-3/+5
|/
* Merge pull request #12219 from mattip/matmul-as-ufunc2Eric Wieser2018-12-041-1/+0
|\
| * ENH: make matmul into a ufuncmattip2018-11-251-1/+0
* | DOC: add docs_from_dispatcher to docstringStephan Hoyer2018-12-011-1/+1
* | MAINT: remove wrapper functions from numpy.core.multiarrayStephan Hoyer2018-12-011-196/+110
|/
* MAINT: fix mispellingStephan Hoyer2018-11-141-1/+1
* MAINT: fix test failuresStephan Hoyer2018-11-131-2/+13
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+479
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+6
* ENH: finish __array_function__ support for multiarrayStephan Hoyer2018-10-161-0/+800
* MAINT: fixup where_dispatcherStephan Hoyer2018-10-141-1/+1
* MAINT: fixup where signatureStephan Hoyer2018-10-141-3/+4
* WIP: __array_ufunc__ for multiarray functionsStephan Hoyer2018-10-141-0/+315
* BUG: The multiarray/ufunc merge broke old wheels.Charles Harris2018-09-041-17/+20
* DOC: add docstring to new python filesmattip2018-08-211-0/+7
* MAINT: export newly added c-extension functionmattip2018-08-211-2/+2
* MAINT: fix more name replacements, __all__ importsmattip2018-08-211-2/+2
* MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-211-0/+27