summaryrefslogtreecommitdiff
path: root/numpy/core/multiarray.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Typo in lexsort docstringandryandrew2020-10-201-1/+1
* DOC: Fix a parameter type in the `putmask` docs (#17412)Bas van Beek2020-10-011-1/+1
* DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)Bradley Dice2020-09-171-2/+2
* DOC: Fixup deprecation datesSebastian Berg2020-09-031-2/+2
* Apply suggestions from code reviewSebastian Berg2020-09-021-1/+1
* ENH: Implement concatenate dtype and casting keyword argumentsSebastian Berg2020-09-021-2/+12
* Merge pull request #16532 from seberg/delete-sigint-handlingMatti Picus2020-07-171-1/+1
|\
| * BUG: Remove non-threadsafe sigint handling from fft calculationSebastian Berg2020-06-251-1/+1
* | DOC: cross-reference numpy.dot and numpy.linalg.multi_dotAndras Deak2020-06-211-0/+1
|/
* DOC: Fix documentation rendering,Matthias Bussonnier2020-05-191-1/+1
* Merge pull request #16197 from timhoffm/doc-stackSebastian Berg2020-05-151-5/+6
|\
| * DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-101-5/+6
* | DOC: warn about runtime of shares_memoryPauli Virtanen2020-05-111-3/+34
|/
* Fixup: Implement suggestions by MattiSebastian Berg2020-04-281-1/+1
* Merge pull request #12646 from shoyer/refguide-check-exceptionsMatti Picus2020-02-281-2/+3
|\
| * TST: check exception details in refguide_check.pyStephan Hoyer2019-01-011-2/+3
* | BUG, DOC: restore missing importmattip2020-02-131-0/+3
* | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-3/+0
* | MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-2/+2
* | MAINT: Remove Python2 newbuffer getbufferSeth Troisi2020-01-051-2/+0
* | MAINT: Remove unused int_asbufferJon Dufresne2020-01-041-1/+1
* | Merge pull request #13944 from eric-wieser/forbid-_add_newdocs-pythonEric Wieser2019-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
* | | Revert "MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)"revert-13876-forbid-_add_newdocs-pythonEric Wieser2019-07-081-6/+3
* | | MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)Eric Wieser2019-07-061-3/+6
* | | DOC: Change random to uninitialized and unpredictable in empty and empty_like...Kexuan Sun2019-06-151-2/+2
* | | BUG: ensure that casting to/from structured is properly checked.Marten van Kerkwijk2019-06-121-5/+9
* | | DOC: add new un/packbits signature to documentationJulian Taylor2019-05-121-2/+2
* | | ENH: changes from reviewmattip2019-05-111-8/+12
* | | BUG: parametrize tests, fix for interaction of count, ordermattip2019-05-111-1/+1
* | | ENH: add 'order' keyword to packbits, unpackbitsmattip2019-05-111-2/+14
* | | ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-251-2/+8
* | | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-251-14/+43
* | | 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 Hoyer2018-12-191-3/+5
* | TST, DOC: enable refguide_checkTyler Reddy2018-12-141-17/+23
|/
* 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