summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19981 from cmarmo/npyarray-enumsMatti Picus2021-10-012-54/+75
|\
| * Add comments to prevent revert.Chiara Marmo2021-09-302-0/+21
| * Fix scope of some sphinx declarations to avoid warnings.Chiara Marmo2021-09-282-54/+54
* | DOC: Copy-edit and fix typos.Warren Weckesser2021-09-291-2/+2
|/
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-212-3/+3
* Update doc/source/reference/c-api/array.rstCharles Harris2021-09-131-1/+1
* DOC: Added missing C-API functionsMukulika2021-09-081-14/+61
* DOC: Fix trivial doc typo. (#19692)Antony Lee2021-08-171-1/+1
* Dedent list of macros.Chiara Marmo2021-08-022-327/+330
* Fix scope of c:macro.Chiara Marmo2021-08-012-324/+327
* Merge pull request #19571 from seberg/ufunc-refactor-2021-normalMatti Picus2021-07-281-3/+7
|\
| * MAINT: Use the same pattern for the floating point error checkSebastian Berg2021-07-221-3/+4
| * DOC: use deprecated rather than note and delete old docstringSebastian Berg2021-07-221-6/+2
| * MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-221-0/+7
* | 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: Fix typosAdrian Gao2021-07-181-4/+4
* MAINT: Move masked strided/inner-loop code to its "final" place (#19370)Sebastian Berg2021-06-291-5/+1
* DOC: NeighborhoodIterator position on creationMarco Aurelio da Costa2021-06-081-1/+7
* DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsDataSebastian Berg2021-03-291-14/+0
* Merge pull request #16370 from takanori-pskq/i16217Matti Picus2020-12-165-120/+140
|\
| * DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-065-120/+140
* | ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-261-0/+24
|/
* Update doc/source/reference/c-api/array.rstTakanori H2020-10-271-1/+1
* DOC: Fix some referencestakanori-pskq2020-10-262-5/+6
* DOC: Don't use Python highlighting for non-python codeEric Wieser2020-10-252-2/+6
* Merge pull request #17627 from takanori-pskq/i13114-array-structMatti Picus2020-10-252-5/+5
|\
| * DOC: Fix the references for ``__array_*__``takanori-pskq2020-10-252-5/+5
* | Merge pull request #17630 from takanori-pskq/i13114-capsuleMatti Picus2020-10-251-2/+3
|\ \
| * | DOC: Replace ``PyCObject`` with ``PyCapsule``takanori-pskq2020-10-251-2/+3
| |/
* | Merge pull request #17629 from takanori-pskq/i13114-pyufunc-identityMatti Picus2020-10-251-3/+9
|\ \
| * | DOC: Add ``identity_value`` to ``PyUFuncObject``takanori-pskq2020-10-251-3/+9
| |/
* | DOC: Add entries for macrostakanori-pskq2020-10-251-3/+29
|/
* DOC: Fixup for ``PyUFunc_*``takanori-pskq2020-10-241-1/+3
* DOC: Fix some referencestakanori-pskq2020-10-242-6/+7
* 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
* | DOC: Fix typostakanori-pskq2020-10-151-2/+2
|/
* DOC: Remove directives for some constantstakanori-pskq2020-10-142-16/+6
* DOC: Add missing types to C function docs (#17549)Takanori H2020-10-134-86/+87
* DOC: Fix Boolean types in C functionstakanori-pskq2020-10-102-9/+9
* DOC: Fix the entries for members of structurestakanori-pskq2020-10-071-251/+251
* Fix: Remove the link for `PyArrayMapIterObject`takanori-pskq2020-10-061-3/+1
* Fixuptakanori-pskq2020-10-061-2/+2
* DOC: Add some entries for C types and macrostakanori-pskq2020-10-062-74/+113
* DOC: Fix some references for macrostakanori-pskq2020-10-054-9/+18
* DOC: Fix the references for macrostakanori-pskq2020-10-042-1/+13