Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Array API : Directory restructure and code cleanup (#14010) | Kriti Singh | 2019-07-22 | 1 | -485/+0 |
| | | | | | | * Minor improvements in Array API docs * Directory restruture | ||||
* | [DOC] Remove unused/deprecated functions | kritisingh1 | 2019-07-15 | 1 | -22/+0 |
| | |||||
* | DOC: Add missing macros to C-API documentation (#13825) | Kriti Singh | 2019-06-30 | 1 | -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 object | Eric Wieser | 2018-11-12 | 1 | -1/+20 |
| | |||||
* | DOC: reflow paragraph to 80 columns | mattip | 2018-08-17 | 1 | -9/+7 |
| | |||||
* | DOC: reduce warnings and cleanup redundant c-api documentation | mattip | 2018-08-14 | 1 | -3/+62 |
| | |||||
* | DOC: typos, small fixes | mattip | 2018-06-15 | 1 | -11/+9 |
| | |||||
* | DOC: Further clarification of c-api. | Marten van Kerkwijk | 2018-05-29 | 1 | -9/+14 |
| | |||||
* | DOC: Clarify C-API for generalized ufuncs. | mattip | 2018-05-28 | 1 | -3/+4 |
| | |||||
* | DOC: improve docs for PyUFunc_FromFuncAndData. | mattip | 2018-05-28 | 1 | -4/+10 |
| | |||||
* | ENH: Spelling fixes | Ville Skyttä | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | DOC: Unwrap long signature lines | Michael Seifert | 2017-03-28 | 1 | -34/+73 |
| | | | | [skip ci] | ||||
* | DOC: Function definitions may not extend over several lines | Michael Seifert | 2017-03-27 | 1 | -73/+35 |
| | |||||
* | DOC: Fix broken links (include missing : and capitalization) | Michael Seifert | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | DOC: Fix typos | Jakub Wilk | 2017-03-17 | 1 | -3/+3 |
| | |||||
* | MAINT: cleanup dead code/arguments/fields from ufuncs | Nathaniel J. Smith | 2015-10-01 | 1 | -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 Harris | 2015-07-01 | 1 | -68/+68 |
| | | | | | | | Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function:: | ||||
* | DOC: Stricter checks for gufunc signatures | jaimefrio | 2014-10-20 | 1 | -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 functions | Julian Taylor | 2013-11-06 | 1 | -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 RegisterLoopForDescr | Jay Bourque | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | Change name of RegisterLoopForStructType to RegisterLoopByDescr | Jay Bourque | 2013-05-14 | 1 | -3/+5 |
| | |||||
* | Update c-api documentation | Jay Bourque | 2013-05-14 | 1 | -0/+8 |
| | |||||
* | ENH: ufunc: Restructure iterator ufunc evaluation into functions | Mark Wiebe | 2011-01-20 | 1 | -9/+11 |
| | |||||
* | ENH: Rename the half character code from 'j' to 'e' | Mark Wiebe | 2010-12-01 | 1 | -7/+7 |
| | |||||
* | DOC: core: Update docs for half/float16 type | Mark Wiebe | 2010-12-01 | 1 | -8/+26 |
| | |||||
* | updated documentation from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -34/+59 |
| | |||||
* | Docstring update: doc/source/reference | Pauli Virtanen | 2009-10-02 | 1 | -1/+7 |
| | |||||
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -21/+22 |
| | |||||
* | docs: strip trailing whitespace from RST files | Pauli Virtanen | 2009-03-21 | 1 | -13/+13 |
| | |||||
* | Moved numpy-docs under doc/ in the main Numpy trunk. | Pauli Virtanen | 2008-11-23 | 1 | -0/+335 |