summaryrefslogtreecommitdiff
path: root/numpy/core/multiarray.py
Commit message (Expand)AuthorAgeFilesLines
* change from_dlpack to _dlpack, remove unused headermattip2021-11-021-8/+9
* ENH, TST: Add the from_dlpack method and test DLPack.Hameer Abbasi2021-11-021-4/+5
* ENH: Configurable allocator (#17582)Matti Picus2021-10-251-2/+2
* MAINT: Remove unused imports and unreachable code (#18762)Elisha Hollander2021-07-071-2/+0
* MAINT: Remove `digitize` from `np.core.multiarray.__all__`Bas van Beek2021-06-131-1/+1
* DOC: Mark a number of function arguments as positional-onlyBas van Beek2021-06-061-9/+9
* ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-1/+6
* DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-271-3/+3
* DOC: Fix and extend the docstring for np.inner (#18002)Michal W. Tarnowski2020-12-161-6/+21
* DEP: Finalize unravel_index `dims` alias for `shape` keywordSebastian Berg2020-12-021-4/+1
* Harmonize quoting in (ones/fill/zeros/empty)_like documentationserge-sans-paille2020-11-211-2/+2
* Fix copy-paste typo in empty_like documentation.serge-sans-paille2020-11-211-1/+1
* 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
|\