summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.interface.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Fix intersphinx inventory namesmelissawm2022-08-151-2/+2
| | | | Since Sphinx 5.0.0, some intersphinx links need explicit inventory names or they won't be resolved correctly. See https://www.sphinx-doc.org/en/master/changes.html\#release-5-0-0-released-may-30-2022 and https://github.com/sphinx-doc/sphinx/issues/2068.
* DOC: Apply final wording suggestion.Ross Barnowski2022-07-081-5/+9
| | | | Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>.
* DOC: Improve Array Interface `data`Axel Huebl2022-03-261-2/+4
| | | | | | | | | | | | The previous guidance on the integer type of `data` was a bit misleading in practice and has now been improved. In practice, Unix is fine with `int` (32bit) and `long` (64bit), but Windows requires `long long` to hold a pointer. https://en.cppreference.com/w/cpp/language/types In order not to complicate the guidance, recommend the `intptr_t` type explicitly.
* DOC: fix outdated description of unicodeNimrod2022-03-161-1/+1
|
* DOC: add the DLPack protocol to interpolability docsTirth Patel2022-03-031-1/+2
|
* Addressing review commentsmelissawm2021-11-221-13/+19
|
* DOC: Fix the references for ``__array_*__``takanori-pskq2020-10-251-4/+4
|
* DOC: Fixup for PR #17614takanori-pskq2020-10-241-1/+1
|
* DOC: Fix the document for arrays interfacetakanori-pskq2020-10-231-14/+14
|
* DOC: Fix wrong blockquotestakanori-pskq2020-10-141-8/+0
|
* Fix: Add the entry for `NPY_ARR_HAS_DESCR`takanori-pskq2020-10-051-0/+2
|
* DOC: Fix the references for macrostakanori-pskq2020-10-041-4/+4
|
* Wrap linesEric Wieser2020-08-261-4/+6
|
* Improve wording of noteEric Wieser2020-08-261-2/+4
|
* DOC: Remove references to PyCObjectEric Wieser2020-08-241-22/+33
| | | | This has been replaced by PyCapsule, and no longer exists as of 3.2.
* DOC: Fix spelling typo - homogenous to homogeneous. (#16324)Kevin Moore2020-05-211-1/+1
|
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-8/+8
|
* DOC: fix `None` reference from pythonmattip2019-10-151-8/+8
|
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
|
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
|
* DOC: typo in arrays.interface.rst #6516Alain2015-10-201-1/+1
|
* DOC: Document Datetime, Timedelta dtype kindsHassan Kibirige2015-09-081-0/+2
|
* DOC: Fix outdated sphinx directives.Charles Harris2015-07-011-15/+15
| | | | | | | Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function::
* DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-5/+6
| | | | | | | | | | | This update adds a section better describing record arrays in the user guide (numpy/doc/structured_arrays.py). It also corrects nomenclature, such that "structured array" refers to ndarrays with structured dtype, "record array" refers to modified ndarrays as created by np.rec.array, and "recarray" refers to ndarrays viewed as np.recarray. See the note at the end of the structured array user guide.
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-1/+1
|
* DOC: update the blurb about the array interfacePauli Virtanen2010-07-211-9/+9
|
* Merge from the doc wikiPauli Virtanen2009-03-241-3/+122
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-8/+8
|
* doc: make the endorsement of PEP 3118 over the old array interface more ↵Pauli Virtanen2009-03-081-6/+13
| | | | strongly worder
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+210