summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api/ufunc.rst
Commit message (Expand)AuthorAgeFilesLines
* DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsDataSebastian Berg2021-03-291-14/+0
* DOC: Remove directives for some constantstakanori-pskq2020-10-141-6/+3
* DOC: Add missing types to C function docs (#17549)Takanori H2020-10-131-1/+1
* DOC: Add some entries for C types and macrostakanori-pskq2020-10-061-57/+91
* DOC: Fix types including curly bracestakanori-pskq2020-08-131-1/+1
* DOC: Fix the role of references (var -> macro)takanori-pskq2020-07-251-8/+8
* Merge pull request #15427 from seberg/deprecate-unused-c-apiMatti Picus2020-02-021-9/+10
|\
| * DEP: Deprecate PyUFunc_GenericFunction public C-API functionSebastian Berg2020-01-311-9/+10
* | MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-30/+32
|/
* DOC: Add backslashes so the function renders correctly with sphinx.MSeifert042019-09-131-3/+3
* DOC: Array API : Directory restructure and code cleanup (#14010)Kriti Singh2019-07-221-0/+485