Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: switch min/max with amin/amax, and add them to html docs | Ralf Gommers | 2023-03-01 | 1 | -2/+4 |
| | | | | Closes gh-13877 | ||||
* | DOC: add `np.round` to the html docs, and make it the preferred alias | Ralf Gommers | 2023-03-01 | 1 | -0/+1 |
| | | | | | | | | | | The function is more commonly called `round`, both in the array API standard and in other array libraries (e.g., PyTorch has `round` but not around). Plus we have `ndarray.round`. `around` is heavily used, so keep it as an alias - but prefer `round`. For both this switch and for keeping the alias, xref gh-13877. Closes gh-19717 | ||||
* | DOC: Rm round_ from autosummary | Inessa Pawson | 2022-11-17 | 1 | -1/+0 |
| | |||||
* | DOC: RST Titles Underline reordering (#21677) | Matthias Bussonnier | 2022-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * ~ not ^ * = skipped for - * swap - and = underline in files they are swapped * * to = in header underline * - to = and * to - for consitency * A few more change * -> ~ * use ~ instead of + * DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement There is still a fourth level here, which remains using " Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> | ||||
* | DOC: centralized min-max documentation under 'extrema finding' subsection in ↵ | Yuval Ofek | 2021-10-30 | 1 | -5/+16 |
| | | | | mathematical functions page | ||||
* | DOC: Add docstrings for consistency in aliases | kritisingh1 | 2019-04-16 | 1 | -0/+1 |
| | |||||
* | ENH: Add gcd and lcm ufuncs | Eric Wieser | 2017-12-12 | 1 | -0/+8 |
| | | | | Fixes #8772 | ||||
* | DOC: Add isnat/positive ufunc to documentation [skip ci] | Michael Seifert | 2017-06-14 | 1 | -0/+1 |
| | |||||
* | ENH: add np.divmod ufunc | Stephan Hoyer | 2017-05-07 | 1 | -0/+1 |
| | |||||
* | DOC: Include nextafter and spacing function in documentation. | Michael Seifert | 2017-03-25 | 1 | -0/+2 |
| | | | | Fixes #8831 | ||||
* | DOC: Add 'heaviside' to the ufunc documentation. | Warren Weckesser | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | DOC: Add float_power to routines.math documentation autosummary | Michael Seifert | 2017-03-02 | 1 | -0/+1 |
| | |||||
* | DOC: add cbrt to math summary page | Julian Taylor | 2016-08-15 | 1 | -0/+1 |
| | | | | [ci skip] | ||||
* | ENH: adds np.nancumsum and np.nancumprod | Phillip J. Wolfram | 2016-03-24 | 1 | -0/+2 |
| | | | | | | | | This PR adds an implementation of `nancumsum` and `nancumprod`. The actual function is a two-liner adapted from `nansum`. Its structure is adapted from PR: https://github.com/numpy/numpy/pull/5418/ | ||||
* | DOC: add nanprod to the list of math routines | Stephan Hoyer | 2016-03-11 | 1 | -0/+1 |
| | | | This was otherwise undocumented, so the nanprod.rst page wasn't being generated. | ||||
* | DOC: add fmax/fmin to ufuncs list and math routines list | endolith | 2013-05-19 | 1 | -0/+2 |
| | |||||
* | second set of checkins from doc editor | Jarrod Millman | 2009-11-13 | 1 | -0/+7 |
| | |||||
* | docs: strip trailing whitespace from RST files | Pauli Virtanen | 2009-03-21 | 1 | -22/+22 |
| | |||||
* | Moved numpy-docs under doc/ in the main Numpy trunk. | Pauli Virtanen | 2008-11-23 | 1 | -0/+143 |