summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api/array.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: delete out-of-date description of ResultType algorithmNathan Goldbaum2023-05-161-20/+4
* DOC: clarify how inputs of PyArray_ResultType are usedNathan Goldbaum2023-05-161-5/+5
* DOC: Fix return type of `PyArray_EinsteinSum` (#23684)Yuki2023-04-291-1/+1
* Merge pull request #23560 from F3eQnxN3RriK/doc-fix-parameter-typeMatti Picus2023-04-091-1/+1
|\
| * DOC: Fix parameter type of `PyArray_DiscardWritebackIfCopy`yuki2023-04-081-1/+1
* | DOC: Fix missing punctuation in `array.rst`yuki2023-04-071-1/+1
|/
* DOC: Fix description of `PyArray_DiscardWritebackIfCopy`yuki2023-04-071-1/+1
* DOC: Fix incorrect operators for member access in `array.rst`yuki2023-04-071-2/+2
* DOC: PyArray_ArrayType doesn't existSebastian Berg2023-03-311-11/+0
* DOC: Also delete PyArray_GetArrayParamsFromObjectSebastian Berg2023-03-311-16/+0
* DOC: Remove doc for non-existing `PyArray_XDECREF_ERR`Sebastian Berg2023-03-311-12/+0
* MAINT: Fix a wrong format of referenceyuki2023-03-271-1/+1
* ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-171-1/+1
* DOC: Fix broken link in C-API array docs (#23117)Ross Barnowski2023-01-271-3/+3
* Merge pull request #22411 from DimitriPapadopoulos/python2_docSebastian Berg2022-10-131-8/+8
|\
| * DOC: Remove documentation specific to Python 2Dimitri Papadopoulos2022-10-081-8/+8
* | DOC: Add reference links and switch to PyCapsuleRohit Goswami2022-10-101-1/+1
* | DOC: Replace CObject with Capsule consistentlyRohit Goswami2022-10-101-1/+1
|/
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
* DOC: Adopt changes as suggested in reviewSebastian Berg2022-07-051-2/+3
* DOC: Document expectation for object array initializationSebastian Berg2022-06-231-0/+22
* DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-081-30/+30
* DOC: fix documentation for typedescr argument of PyArray_AsCArrayMarkus Mohrhard2022-05-141-9/+6
* DOC: Add PyArray_FailUnlessWriteable to the online C-API docs.warren2021-12-221-0/+11
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-43/+13
* Merge pull request #20195 from WarrenWeckesser/doc-miscSebastian Berg2021-10-271-8/+14
|\
| * DOC: Two small changes in array.rst:warren2021-10-261-8/+14
* | MAINT: Only warn for transferred ownership if env variable is set (#20200)Matti Picus2021-10-271-3/+4
|/
* Add comments to prevent revert.Chiara Marmo2021-09-301-0/+12
* Fix scope of some sphinx declarations to avoid warnings.Chiara Marmo2021-09-281-24/+24
* Update doc/source/reference/c-api/array.rstCharles Harris2021-09-131-1/+1
* DOC: Added missing C-API functionsMukulika2021-09-081-14/+61
* Dedent list of macros.Chiara Marmo2021-08-021-13/+11
* Fix scope of c:macro.Chiara Marmo2021-08-011-9/+13
* Update doc/source/reference/c-api/array.rstChiara Marmo2021-07-271-1/+1
* Remove PyArray_MultiIter_SIZE definition. Tentative definition for PyArray_Fi...Chiara Marmo2021-07-271-4/+10
* Address some comments.Chiara Marmo2021-07-271-11/+10
* Fix sphinx warnings in c-info.beyond-basics.Chiara Marmo2021-07-271-0/+12
* DOC: NeighborhoodIterator position on creationMarco Aurelio da Costa2021-06-081-1/+7
* DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-061-47/+43
* Update doc/source/reference/c-api/array.rstTakanori H2020-10-271-1/+1
* DOC: Fix some referencestakanori-pskq2020-10-261-4/+4
* DOC: Don't use Python highlighting for non-python codeEric Wieser2020-10-251-1/+3
* Merge pull request #17627 from takanori-pskq/i13114-array-structMatti Picus2020-10-251-2/+2
|\
| * DOC: Fix the references for ``__array_*__``takanori-pskq2020-10-251-2/+2
* | DOC: Add entries for macrostakanori-pskq2020-10-251-3/+29
|/
* DOC: Fix some referencestakanori-pskq2020-10-241-2/+2
* Merge pull request #17570 from takanori-pskq/i13114-feature-versionMatti Picus2020-10-221-12/+16
|\
| * DOC: Fixuptakanori-pskq2020-10-221-17/+16
| * DOC: Add the entry for ``NPY_FEATURE_VERSION``takanori-pskq2020-10-151-0/+5