summaryrefslogtreecommitdiff
path: root/numpy/core/_add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Remove descriptions in method declarationsyuki2023-03-231-2/+2
* MAINT: Remove the python <3.9 guards for `__class_getitem__`BvB932023-02-021-13/+1
* Merge pull request #23045 from MikiPWata/doc/improve_nbytes_description-22925Matti Picus2023-01-261-0/+6
|\
| * STY: rm newline.Ross Barnowski2023-01-251-2/+1
| * DOC: Improved nbytes description渡邉 美希2023-01-191-0/+7
* | MAINT: Move unused import into hook for pyinstallerSebastian Berg2023-01-201-1/+1
* | MAINT: Remove all nose testing support.Charles Harris2023-01-191-0/+1
|/
* DOC: Improve description of the dtype parameter in np.array docstringmelissawm2022-12-051-8/+8
* Merge pull request #22422 from seberg/expose-dtype-resolution-get-loopMatti Picus2022-11-161-0/+159
|\
| * DOC: Apply Stuarts suggestions from code reviewSebastian Berg2022-10-271-3/+3
| * DOC: Add examples for ufunc.resolve_dtypesSebastian Berg2022-10-251-0/+25
| * ENH: Allow reductions in `np.add.resolve_dtypes`Sebastian Berg2022-10-121-0/+7
| * ENH: Expose `ufunc.resolve_dtypes` and strided loop accessSebastian Berg2022-10-121-0/+127
* | Merge pull request #22375 from melissawm/doc-arangeMatti Picus2022-11-081-0/+1
|\ \
| * | DOC: Improve how-to-partition contents.melissawm2022-10-111-0/+1
* | | DOC: Remove documentation specific to Python 2Dimitri Papadopoulos2022-10-081-2/+1
| |/ |/|
* | DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-061-1/+8
|/
* DOC: Fix intersphinx inventory namesmelissawm2022-08-151-3/+3
* DOC: unify `np.transpose`, `np.ndarray.transpose`, and `np.ndarray.T` (#21997)Petar Mlinarić2022-07-191-28/+27
* DOC: clarify `frombuffer` and `ndarray.tobytes` are inverse operationsNoritada Kobayashi2022-07-171-2/+5
* DOC: cross-reference descriptions of `frombuffer` and `ndarray.tobytes`Noritada Kobayashi2022-07-161-0/+9
* DOC: improve `ascontiguousarray()` and `asfortranarray()` examples (#21501)oleksiyskononenko2022-07-071-7/+45
* DOC: Add example assigning an array using fill and tweak release noteSebastian Berg2022-06-121-0/+18
* Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp...Matti Picus2022-05-191-1/+10
|\
| * WIP: docs... Need to start a whole new "promotion" probably based on some stu...Sebastian Berg2022-05-091-1/+10
* | Addressing review for more cleanup and clarificationBrigitta Sipőcz2022-05-171-1/+3
* | Remove python <3.6 related thingsBrigitta Sipocz2022-05-171-2/+1
* | ENH: Add `_get_madvise_hugepage` functionJohn Kirkham2022-05-141-0/+9
* | Merge pull request #20993 from seberg/fixup-fromiterMatti Picus2022-05-101-0/+17
|\ \ | |/ |/|
| * DOC: Add release notes and brief subarray example for fromiterSebastian Berg2022-02-111-0/+12
| * ENH: Allow object and subarray dtypes in fromiterSebastian Berg2022-02-031-0/+5
* | DOC: non-orphan page, and casing.Matthias Bussonnier2022-04-231-1/+1
* | BUG: Make mmap handling safer in frombufferSebastian Berg2022-04-111-0/+4
* | DOC: misc fixes:Matthias Bussonnier2022-03-211-1/+1
* | DOC: np.from_dlpack: add ``__dlpack_device__`` to the docsTirth Patel2022-03-081-1/+2
* | MAINT: make np._from_dlpack publicTirth Patel2022-03-031-6/+26
* | DOC: add note about array_like being optionalmelissawm2022-02-081-1/+1
* | DOC: Added note about possible arange signaturesmelissawm2022-02-081-5/+14
|/
* DOC: Add warning about differences between range and arange (#20972)Melissa Weber Mendonça2022-02-021-3/+20
* Update ndarray argmax-argmin docstring with correct keyword and default param...Jason Thai2022-01-171-2/+2
* Update ndarray argmax+min docstrings with keepdims paramJason Thai2022-01-161-2/+2
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* Merge pull request #20784 from DimitriPapadopoulos/codespellCharles Harris2022-01-121-2/+2
|\
| * MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-2/+2
* | ENH: Let ndarray.__array_finalize__ be callable.Marten van Kerkwijk2022-01-081-6/+10
|/
* Merge pull request #20722 from madphysicist/dtype-checking-1Matti Picus2022-01-061-14/+28
|\
| * ENH: Support for changing dtype in non-C-contiguous viewsJoseph R. Fox-Rabinovitz2022-01-051-14/+28
* | DOC: Document that dtype, strides, shape attributes should not be set (#20730)Sebastian Berg2022-01-051-0/+19
|/
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-14/+4
* Improve See Also of ndarray.shapeTim Hoffmann2021-11-201-2/+3