summaryrefslogtreecommitdiff
path: root/numpy/core/multiarray.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use `np._using_numpy2_behavior()` and initialize it in CSebastian Berg2023-02-101-2/+3
* ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-231-3/+3
* DOC: Fix gh-22990 by correcting docstring of result_typeOleksandr Pavlyk2023-01-101-1/+1
* DOC: Fix doc `numpy.<exception>` to `numpy.exceptions.<exception>`Sebastian Berg2022-12-061-3/+3
* Merge pull request #22313 from rossbar/deprecate-fastCopyAndTransposeMatti Picus2022-10-071-2/+2
|\
| * DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-061-2/+2
* | DOC: Add copyto example (#22292)dg31922022-09-261-0/+16
|/
* DOC: add links to `linalg` in docs of `dot` and `matmul` (#22002)Petar Mlinarić2022-07-181-3/+7
* API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-3/+4
* API: Expose `get_promotion_state` and `set_promotion_state`Sebastian Berg2022-06-151-1/+4
* DIC: Misc RST reformatting.Matthias Bussonnier2022-06-031-1/+1
* ENH: Add `_get_madvise_hugepage` functionJohn Kirkham2022-05-141-1/+1
* MAINT: make np._from_dlpack publicTirth Patel2022-03-031-3/+3
* ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-8/+8
* 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