summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix coremath.rst to fix refguide_check (#15718)Pierre de Buyl2020-03-061-1/+6
* Merge pull request #15427 from seberg/deprecate-unused-c-apiMatti Picus2020-02-022-72/+16
|\
| * DEP: Deprecate PyUFunc_GenericFunction public C-API functionSebastian Berg2020-01-311-9/+10
| * DEP: Schedule PyArray_GetArrayParamsFromObject for removalSebastian Berg2020-01-311-63/+6
* | MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-30/+32
|/
* Merge pull request #15118 from mattip/cleanup-array-callSebastian Berg2020-01-161-11/+10
|\
| * MAINT: remove undocumented use of context in __array__(dtype, context)mattip2020-01-161-11/+10
* | DEP: Deprecate `->f->fastclip` at registration timeSebastian Berg2020-01-151-1/+11
* | Merge pull request #14942 from seberg/clean-fasttakeMatti Picus2020-01-161-2/+10
|\ \
| * | DEP: Actually deprecate fasttake and fastclipmaskSebastian Berg2020-01-151-2/+10
| |/
* | DOC: fix typosBrian Wignall2020-01-141-5/+5
|/
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-2/+2
* API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-211-8/+12
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
* DOC: fix function argument definitions and add vertical space around macrosmattip2019-10-151-55/+68
* DOC: Document the NPY_SCALARKIND values as C variables.MSeifert042019-09-221-8/+15
* DOC: Add backslashes so the function renders correctly with sphinx.MSeifert042019-09-131-3/+3
* DOC: Fix reference NPY_ARRAY_OWNDATA instead of NPY_OWNDATA.MSeifert042019-09-121-1/+1
* BUG: Fix fieldless comparison broadcastingAllan Haldane2019-09-051-2/+3
* BUG: Fix comparison of fieldless structured arraysAllan Haldane2019-08-311-0/+3
* DOC: fix typoColin Snyder2019-07-241-3/+3
* DOC: Array API : Directory restructure and code cleanup (#14010)Kriti Singh2019-07-2210-0/+8227