summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16987 from scimax/masterCharles Harris2021-05-191-14/+53
|\
| * BUG: Fix missing "np." in docstring examples.Charles Harris2021-05-191-4/+4
| * STY: Break long linesCharles Harris2021-05-191-9/+14
| * Update numpy/lib/function_base.pyEric Wieser2021-02-161-1/+1
| * Update numpy/lib/function_base.pyEric Wieser2021-02-161-0/+3
| * Cleanup whitespaceEric Wieser2020-09-141-1/+1
| * Add missing newlineEric Wieser2020-09-141-0/+1
| * Cleanup whitespaceEric Wieser2020-09-141-1/+0
| * Apply suggestions from code review Eric Wieser2020-09-141-3/+2
| * fix CI fails by blank linesMax Kellermeier2020-09-111-0/+3
| * Update numpy/lib/function_base.pyEric Wieser2020-09-021-1/+1
| * Comment in docs on discontinuity in unwrapMax Kellermeier2020-08-231-2/+3
| * Apply suggestions from code reviewscimax2020-08-231-9/+10
| * Minor corrections in unwrapping docstringsMax Kellermeier2020-08-231-3/+3
| * Code cleanupscimax2020-08-211-5/+4
| * Updated incorrect argument in tests. boundary correction for int and float.Max Kellermeier2020-08-211-1/+3
| * Integer input returning integer outputMax Kellermeier2020-08-201-5/+13
| * Renamed new argument for unwraping. Extended release noteMax Kellermeier2020-08-201-16/+16
| * Minor code clean upscimax2020-08-201-2/+4
| * Rolling back to only. Improved documentationMax Kellermeier2020-08-201-26/+5
| * shorter slicescimax2020-08-171-1/+1
| * Hybrid solution including interval boundaries, and keeping backward compatibi...Max Kellermeier2020-08-031-7/+30
| * dispatcher fixedMax Kellermeier2020-08-031-1/+1
| * Tests added according to #14877, obsolete comments removed.Max Kellermeier2020-08-021-5/+0
| * Update numpy/lib/function_base.py scimax2020-08-021-1/+1
| * Phase unwrapping generalizedscimax2020-08-011-16/+35
* | DOC: Improve trapz docstring (#19041)Bhargav v2021-05-191-4/+24
* | BUG: Prevent nan being used in percentile (gh-18831)Kevin Sheppard2021-04-221-3/+2
* | Merge pull request #18515 from terfilip/select-dtype-err-msg-18430Charles Harris2021-03-261-2/+13
|\ \
| * | MAINT: Adding exception chaining and switching to fstringFilip Ter2021-03-241-5/+4
| * | ENH: A more helpful error message, when types don't match type of default kwargFilip Ter2021-02-281-2/+14
* | | Merge pull request #18652 from timhoffm/doc-plotRalf Gommers2021-03-211-1/+2
|\ \ \
| * | | DOC: Update some plotting code to current Matplotlib idiomsTim Hoffmann2021-03-211-1/+2
| |/ /
* | | ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-5/+4
|/ /
* | API: make piecewise subclass safe using use zeros_like.Marten van Kerkwijk2021-02-221-2/+2
* | Specified the return type for trapz to include the possibility of ndarray bei...zolboo10242021-02-051-4/+7
* | DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-291-1/+1
* | Make it clearer that np.interp input must be monotonically increasingDavid Stansby2020-11-271-3/+3
* | ENH: add dtype option to cov and corrcoef (#17456)Lisa Schwetlick2020-10-091-9/+24
* | DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)Bradley Dice2020-09-171-1/+1
* | DOC: reformat meshgrid see also linksRoss Barnowski2020-09-091-4/+3
* | Fix docstring cross-referencingAlbert Villanova del Moral2020-09-041-2/+2
* | ENH: Make the window functions exactly symmetricEric Wieser2020-08-311-8/+8
* | BUG: revert trim_zeros changes from gh-16911mattip2020-08-271-56/+0
* | DOC: Fix spacing in vectorize docKevin Sheppard2020-08-201-2/+2
* | Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-191-8/+14
|\ \
| * | MAINT: Issue the DeprecationWarning after creating the to-be returned arrayBas van Beek2020-08-131-4/+5
| * | MAINT: Catching warnings is expensive; remove itBas van Beek2020-08-111-5/+6
| * | ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-111-2/+6
* | | API, BUG: Raise error on complex input to i0 (#17062)peterbell102020-08-121-13/+10
|/ /