summaryrefslogtreecommitdiff
path: root/doc/source/reference/ufuncs.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* DOC: Created fundamentals doc for explanations in `ufunc` reference doc (#19516)Mukulika2021-08-121-438/+129
* Merge pull request #18676 from seberg/new-promotion-partial-weak-scalarsCharles Harris2021-05-191-1/+1
|\
| * DOC,TST: Fix documentation and add testsSebastian Berg2021-05-121-1/+1
* | DOC: Updates based on Marten's reviewSebastian Berg2021-05-061-2/+3
* | Update doc/source/reference/ufuncs.rstSebastian Berg2021-05-051-2/+2
* | Grammatical fixups for ufuncs refguide.Ross Barnowski2021-05-031-2/+2
* | DOC,API: Fix the documentation.Sebastian Berg2021-05-031-16/+28
|/
* DOC: Make inline code example consistent in ufunc referenceAndras Deak2021-03-181-2/+2
* DOC: Fix some referencestakanori-pskq2020-10-241-2/+2
* DOC: Add ufunc docstring to generated docs.Ross Barnowski2020-07-201-0/+5
* DOC: describe ufunc copy behavior when input and output overlap (#16826)Neal C2020-07-161-0/+13
* DOC: Fixes for 18 broken links (#16472)bjnath2020-06-061-1/+1
* DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* DOC: correct possible list lengths for `extobj` in ufunc callsJosh Wilson2020-03-221-5/+5
* DOC: Add some missing functions in the list of available ufuncs.hippo912020-01-061-0/+4
* Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-251-3/+3
|\
| * API: Forbid Q<->m safe castingEric Wieser2019-10-161-3/+3
* | DOC: convert `None` to bare None or ``None``mattip2019-10-151-2/+2
* | DOC: fix output argument referencemattip2019-10-151-1/+1
|/
* DOC: Change the checkmark to 'Y'.Warren Weckesser2019-09-251-28/+27
* DOC: Fix code that generates the table in the 'Casting Rules' section.Warren Weckesser2019-09-201-33/+35
* DOC: fix default __array_priority__ in ufunc docsIsaac Virshup2019-06-221-1/+1
* DOC: Add docstrings for consistency in aliaseskritisingh12019-04-161-0/+1
* DOC: fixes from reviewmattip2019-02-281-1/+1
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-2/+2
* DOC: Describe new axis argument.Marten van Kerkwijk2018-06-071-1/+12
* DOC: Clarify C-API for generalized ufuncs.mattip2018-05-281-2/+2
* DOC: Describe new keepdims arguments (and axes).Marten van Kerkwijk2018-05-181-0/+12
* DOC: Mention we can return unitinitialized values (#11086)Matti Picus2018-05-151-0/+10
* DOC: describe axes keyword in ufunc documentation.Marten van Kerkwijk2018-02-271-0/+14
* ENH: Add gcd and lcm ufuncsEric Wieser2017-12-121-0/+2
* DOC:: Clarify the two ufunc signature types.Charles Harris2017-11-271-1/+3
* MAINT: Fix use of parenthesis. Charles Harris2017-11-271-1/+1
* DOC: Update ufunc documentation to mention generalized ufuncs.Marten van Kerkwijk2017-11-251-9/+22
* DOC: Add isnat/positive ufunc to documentation [skip ci]Michael Seifert2017-06-141-1/+2
* DOC: Update ufunc documentation (#9141)Shitian Ni2017-05-191-3/+5
* DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-3/+6
* Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris2017-05-091-0/+2
|\
| * DOC: Refer to main ufunc docs for kwargsEric Wieser2017-05-081-0/+2
* | ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
|/
* ENH: add np.divmod ufuncStephan Hoyer2017-05-071-0/+1
* ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer2017-04-301-0/+1
* DOC: implement many smaller and bigger changes suggested in review.Marten van Kerkwijk2017-04-271-0/+2
* DOC: Corrected links for several __array_*__ functionsMichael Seifert2017-03-271-11/+11
* Merge pull request #8830 from MSeifert04/missing_whitespace_before_directiveCharles Harris2017-03-241-1/+1
|\
| * DOC: added a whitespace so that sphinx directive displays correctlyMichael Seifert2017-03-251-1/+1
* | DOC: Add 'heaviside' to the ufunc documentation.Warren Weckesser2017-03-231-0/+1
|/
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-2/+2
* DOC: Include docstring for cbrt, spacing and fabs in ufuncs-documentation [sk...Michael Seifert2016-08-291-0/+4