summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
...
* DOC: Added missing versionadded to diff(prepend)Joseph R. Fox-Rabinovitz2019-09-181-2/+4
* DOC: lib: Add more explanation of the weighted average calculation.Warren Weckesser2019-08-261-2/+5
* DOC: Change (old) range() to np.arange()Dieter Werthmüller2019-07-111-3/+3
* BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-041-0/+1
* Update function_base.pyHe Jia2019-06-141-1/+2
* BUG: ensure i0 does not change the shape.Marten van Kerkwijk2019-06-121-13/+9
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-2/+2
* BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589)Stephan Hoyer2019-05-201-12/+12
* Merge pull request #13298 from navneet-nmk/diff-errorEric Wieser2019-05-021-0/+2
|\
| * ENH: add clearer error message for diff(0-d)ayir2019-04-261-0/+2
* | ENH: Add support for Fraction to percentile and quantileEric Wieser2019-04-231-2/+3
* | DOC: Specify range for numpy.anglekritisingh12019-04-211-2/+2
* | DOC: fix doc build warnings in a cleaner way.Ralf Gommers2019-04-151-6/+12
* | DOC: fix 4 remaining doc build warnings.Ralf Gommers2019-04-141-31/+31
|/
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-1/+0
* DOC: revert #13058 and fix Makefilemattip2019-03-011-3/+3
* DOC: Update interp docstringeuronion2019-02-281-3/+3
* DOC: Update docstring of diff() to use 'i' not 'n'Andy Scholand2019-01-151-1/+1
* ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-2/+0
* DOC, TST: clean up matplotlib importsTyler Reddy2019-01-021-7/+0
* DOC, TST: remove agg setting from docsTyler Reddy2019-01-021-4/+0
* Refactored numpy.delete function docsAbdur Rehman2018-12-211-1/+1
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-4/+4
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-152/+170
* DEP: remove deprecated numpy.lib.function_base.uniquemattip2018-11-151-19/+0
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+9
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+7
* ENH: __array_function__ for np.lib, part 1Stephan Hoyer2018-10-081-0/+159
* MAINT: remove unused importsEmil Hessman2018-09-291-8/+6
* ENH add prepend and append kwargs to diffMatt Harrigan2018-09-251-1/+29
* DOC: fix typo in vectorize docstringMatthew Brett2018-08-131-2/+2
* Merge pull request #11436 from uds5501/document-average-return-typeMatti Picus2018-08-121-6/+19
|\
| * Update function_base.pyUddeshya Singh2018-08-121-4/+4
| * Update function_base.pyUddeshya Singh2018-07-131-4/+5
| * Update function_base.pyUddeshya Singh2018-07-091-5/+10
| * Fixing basic build errorsUddeshya Singh2018-07-011-2/+2
| * DOC: update return type description for averageUddeshya Singh2018-06-281-6/+13
* | Merge pull request #11637 from eric-wieser/simplify-angleCharles Harris2018-07-311-8/+11
|\ \
| * | DOC: Add versionchanged about subclassesEric Wieser2018-07-311-0/+3
| * | ENH: np.angle: Preserve subclassesEric Wieser2018-07-301-1/+1
| * | STY: Remove C-like parenthesesEric Wieser2018-07-301-1/+1
| * | MAINT: np.angle: Fix type of default argument to match docsEric Wieser2018-07-301-1/+1
| * | MAINT: np.angle: Remove unnecessary multiplicationEric Wieser2018-07-301-5/+5
* | | DOC: Import maplotlib to show contourf in docs.Heath Henley2018-07-271-0/+1
* | | DOC: Show plot in meshgrid example.Heath Henley2018-07-271-0/+1
|/ /
* | BUG: Don't convert inputs to `np.float64` in digitizeEric Wieser2018-07-061-1/+111
* | MAINT: Move add_newdocs into core, since it only adds docs to those piecesEric Wieser2018-07-021-35/+1
|/
* Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-271-8/+9
|\
| * fixes from reviewmattip2018-06-241-8/+8
| * DOC: typos, small fixesmattip2018-06-151-1/+2