summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.ufunc.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Array API : Directory restructure and code cleanup (#14010)Kriti Singh2019-07-221-485/+0
| | | | | | * Minor improvements in Array API docs * Directory restruture
* [DOC] Remove unused/deprecated functionskritisingh12019-07-151-22/+0
|
* DOC: Add missing macros to C-API documentation (#13825)Kriti Singh2019-06-301-1/+11
| | | | | | | | * DOC: Adds missing macros in C-API documentation * Adds new PyUFunc_{KIND} macros Fixes #13775
* ENH: Allow ufunc.identity to be any python objectEric Wieser2018-11-121-1/+20
|
* DOC: reflow paragraph to 80 columnsmattip2018-08-171-9/+7
|
* DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-3/+62
|
* DOC: typos, small fixesmattip2018-06-151-11/+9
|
* DOC: Further clarification of c-api.Marten van Kerkwijk2018-05-291-9/+14
|
* DOC: Clarify C-API for generalized ufuncs.mattip2018-05-281-3/+4
|
* DOC: improve docs for PyUFunc_FromFuncAndData.mattip2018-05-281-4/+10
|
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
|
* DOC: Unwrap long signature linesMichael Seifert2017-03-281-34/+73
| | | | [skip ci]
* DOC: Function definitions may not extend over several linesMichael Seifert2017-03-271-73/+35
|
* DOC: Fix broken links (include missing : and capitalization)Michael Seifert2017-03-271-1/+1
|
* DOC: Fix typosJakub Wilk2017-03-171-3/+3
|
* MAINT: cleanup dead code/arguments/fields from ufuncsNathaniel J. Smith2015-10-011-7/+4
| | | | | | | | The check_return argument and ufunc object field was never used; ditto for the "new" inner loop selector (which was never implemented), along with associated typedefs. Since I was looking at this code anyway trying to figure out which parts were actually in use, I figured I'd clear up some of the brush to make it easier next time...
* DOC: Fix outdated sphinx directives.Charles Harris2015-07-011-68/+68
| | | | | | | Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function::
* DOC: Stricter checks for gufunc signaturesjaimefrio2014-10-201-1/+15
| | | | | | Documented the the new behavior in c-api.generalized-ufuncs.rst. Added PyUFunc_FromFuncAndDataAndSignature to c-api.ufunc.rst.
* ENH: avoid expensive clears in fenv functionsJulian Taylor2013-11-061-0/+2
| | | | | | | | | | Clearing is 50-100 times more expensive than checking on x86, so check if there is anything needs to be cleared first. This speeds up scalar operations by 10%-20%. Based on Arink Verma code in #3739. Implement the functions as new C-API functions npy_get_floatstatus and npy_clear_floatstatus in npy_math.
* Another name change to RegisterLoopForDescrJay Bourque2013-05-141-1/+1
|
* Change name of RegisterLoopForStructType to RegisterLoopByDescrJay Bourque2013-05-141-3/+5
|
* Update c-api documentationJay Bourque2013-05-141-0/+8
|
* ENH: ufunc: Restructure iterator ufunc evaluation into functionsMark Wiebe2011-01-201-9/+11
|
* ENH: Rename the half character code from 'j' to 'e'Mark Wiebe2010-12-011-7/+7
|
* DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-011-8/+26
|
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-34/+59
|
* Docstring update: doc/source/referencePauli Virtanen2009-10-021-1/+7
|
* Merge from doc wikiPauli Virtanen2009-06-191-21/+22
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-13/+13
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+335