summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
...
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-1/+0
* DEP: Do not cast boolean indices to integers in np.delete (#15815)Eric Wieser2020-03-251-18/+24
* Merge pull request #15802 from eric-wieser/simplify-insertEric Wieser2020-03-241-20/+0
|\
| * DEP: Make `np.insert` and `np.delete` on 0d arrays with an axis an errorEric Wieser2020-03-221-20/+0
* | Merge pull request #15804 from eric-wieser/expire-delete-out-of-boundsSebastian Berg2020-03-231-17/+0
|\ \
| * | DEP: Make np.delete on out-of-bounds indices an errorEric Wieser2020-03-221-17/+0
| |/
* | DEP: Forbid passing non-integral index arrays to `insert` and `delete`Eric Wieser2020-03-221-15/+0
|/
* MAINT: Make the axis logic for delete match insert.Eric Wieser2020-03-221-5/+4
* MAINT: Add missing deprecation dates and versionsEric Wieser2020-03-221-1/+4
* MAINT: Remove some weird syntax for kwargsEric Wieser2020-03-221-1/+1
* MAINT: Add an explanatory comment for some weird codeEric Wieser2020-03-221-0/+2
* ENH: Add `subok` parameter to np.copy function (cf. gfh6509) (gh-15685)Ross Barnowski2020-03-111-3/+12
* BUG: Fixing result of np quantile edge caseEric Mariasis2020-02-281-1/+1
* BUG: fix doctest exception messagesmattip2020-02-281-1/+3
* STY: use 'yield from <expr>' for simple cases (#15444)Mike Taves2020-01-271-8/+4
* MAINT: Revise imports from collections.abc moduleMike Taves2020-01-221-7/+2
* MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-061-20/+7
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: lib: Fix handling of integer arrays by gradient.Warren Weckesser2020-01-011-4/+13
* MAINT: lib: Clean up in function_base.py.Warren Weckesser2020-01-011-16/+13
* DOC: lib: Use a clearer example of ddof in the notes of the cov docstring.Warren Weckesser2019-11-301-1/+1
* Merge pull request #14699 from mattip/doc-warningsRalf Gommers2019-10-181-1/+1
|\
| * DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
* | DOC: Add to doc that interp cannot contain NaN (#14598)Zijie (ZJ) Poh2019-10-151-3/+7
|/
* DOC misleading np.sinc() documentationSamesh Lakhotia2019-10-021-7/+0
* DEP: remove expired deprecation in selectmattip2019-09-231-21/+3
* 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