summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
Commit message (Expand)AuthorAgeFilesLines
* 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
* DOC: Fix some target not found Sphinx warnings. (#20140)Chiara Marmo2021-12-011-0/+5
* DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-181-7/+9
* ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-1/+2
* 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-272-3/+41
|/
* DOC: add release note and move NEP 49 to Final (#20194)Matti Picus2021-10-261-0/+2
* ENH: Configurable allocator (#17582)Matti Picus2021-10-252-0/+120
* 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
|/