summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|/ / /
* | | ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-041-8/+59
* | | Revert "Merge pull request #16248 from alexrockhill/edge"mattip2020-07-231-23/+3
* | | change != to ==Alex2020-07-221-1/+1
* | | fixed simplifyAlex2020-07-221-5/+10
* | | simplifiedAlex2020-07-221-14/+11
* | | forgot to include monotonicityAlex2020-07-221-2/+2
* | | changed from large number error to different solutionAlex2020-07-221-8/+10
* | | edge first tryAlex2020-07-221-2/+18
* | | DOC: Add explanation of 'K' and 'A' layout options to 'asarray*' functions (#...Neal C2020-07-141-4/+7
|/ /
* | DOC: add example to corrcoef function (#16805)Laurie Stephey2020-07-111-0/+63
|/
* Merge pull request #16273 from CloseChoice/BUG-order_percentile-monotonicallySebastian Berg2020-06-271-1/+7
|\
| * Update numpy/lib/function_base.pyTobias Pitters2020-06-121-11/+6
| * fix _scalar_or_0d in _lerpTobias Pitters2020-06-101-1/+1
| * make lerp be able to handle 0d casesTobias Pitters2020-06-101-2/+2
| * remove debug statementsTobias Pitters2020-05-271-1/+0