summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix lerp function and corresponding testsTobias Pitters2020-05-271-3/+11
| * use symmetric lerp functionTobias Pitters2020-05-271-8/+4
| * fix symmetry testTobias Pitters2020-05-271-6/+6
| * remove pdb; add hypothesis tests for monotony, boundedness and symmetry of lerpTobias Pitters2020-05-271-2/+8
| * add hypothesis test, fix bug of non-monotonic ordering of quantile functionCloseChoice2020-05-271-1/+3
* | DOC: Fixes for 18 broken links (#16472)bjnath2020-06-061-3/+2
* | MAINT: use zip instead of range in piecewiseEric Wieser2020-06-011-8/+6
* | DOC: make clearer that sinc is normalized by a factor piRalf Gommers2020-05-301-4/+11
|/
* Merge pull request #16332 from LSchroefl/link_SciPy_multidimensional_interpol...Matti Picus2020-05-221-0/+4
|\
| * Update numpy/lib/function_base.pyLSchroefl2020-05-221-1/+1
| * DOC: link np.interp to SciPy's multidimensional interpolation functions (#14154)skywalker2020-05-211-0/+4
* | Merge pull request #16284 from eric-wieser/extract-lerpSebastian Berg2020-05-191-62/+58
|\ \
| * | MAINT: remove workaround for fixed issue Eric Wieser2020-05-191-2/+0
| * | MAINT: Remove special cases for 0d arrays in quantileEric Wieser2020-05-181-62/+55
| * | MAINT: Extract a lerp helper function to make the algorithm of quantile clearerEric Wieser2020-05-181-4/+9
| |/
* | Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-191-1/+0
|\ \ | |/ |/|
| * DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-041-1/+0
* | MAINT: Avoid moving axes around multiple timesEric Wieser2020-05-171-15/+5
* | MAINT: Remove a pointless ifEric Wieser2020-05-171-4/+1