summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
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 #23648 from JulesKouatchou/feature/JulesK/docsMatti Picus2023-04-261-0/+84
|\
| * Change the section (on memory tracing) title to reflect its content.Jules Kouatchou2023-04-251-2/+2
| * Added indentation for the sample code to be properly displayed.Jules Kouatchou2023-04-251-72/+71
| * Added an example on how to trace memory in an application with NumPy related ...Jules Kouatchou2023-04-251-0/+85
* | DOC: Clarify that defining NPY_NO_DEPRECATED_API does not determine ABI compa...Chris Brown2023-04-221-0/+4
|/
* DOC: Fix incorrectly formatted roles in c-api document (#23639)yuki2023-04-211-1/+1
* DOC: Refactor description of `PyArray_Descr`yuki2023-04-151-77/+77
* DOC: Remove descriptions of non-existent C-types (#23584)yuki2023-04-131-16/+0
* DOC: Add directive for C-type `PyArrayMapIterObject`yuki2023-04-101-2/+6
* Merge pull request #23562 from F3eQnxN3RriK/doc-fix-pyufuncobjectCharles Harris2023-04-091-8/+7
|\
| * DOC: Fix document structure of `PyUfuncObject`yuki2023-04-081-8/+7
* | 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: add missing punctuation in a C API .rst file (#23516)yuki2023-04-021-1/+1
* Merge pull request #23509 from F3eQnxN3RriK/doc-npy-typesCharles Harris2023-03-311-97/+97
|\
| * DOC: Fix a structure in `NPY_TYPES`yuki2023-03-311-97/+97
* | 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
|/
* Merge pull request #23473 from F3eQnxN3RriK/maint-link-writebackifcopyMatti Picus2023-03-281-1/+1
|\
| * MAINT: Fix a wrong format of referenceyuki2023-03-271-1/+1
* | MAINT: Fix missing asteriskyuki2023-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-272-4/+6
* DOC: fix typo in C API reference (#23092)Nathan Goldbaum2023-01-251-1/+1
* DOC: misleading text lead to false hopeLaurenz Kremeyer2022-12-011-3/+3
* MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-281-6/+6
* DOC: Remove traces of interrupt handling utilitiesSebastian Berg2022-11-211-11/+0
* DOC: update libnpymath docs on its status and how to consume itRalf Gommers2022-11-061-35/+63
* 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: Add C API documentation for NPY_ITER_MULTI_INDEXWill Ayd2022-09-191-0/+60
* 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-082-38/+38
* DOC: fix documentation for typedescr argument of PyArray_AsCArrayMarkus Mohrhard2022-05-141-9/+6
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-132-2/+2
* DOC: Capitalization and missing word in docsJoseph Fox-Rabinovitz2022-01-061-3/+3
* BUG: Added check for NULL data in ufuncs (#20689)Joseph Fox-Rabinovitz2022-01-061-4/+8
* 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-182-47/+16