summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add dtype option to cov and corrcoef (#17456)Lisa Schwetlick2020-10-091-0/+12
* ENH: Make the window functions exactly symmetricEric Wieser2020-08-311-4/+4
* BUG: revert trim_zeros changes from gh-16911mattip2020-08-271-0/+4
* Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-191-1/+17
|\
| * TST: Added / updated object array-related testsBas van Beek2020-08-131-1/+18
| * ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-111-2/+1
* | API, BUG: Raise error on complex input to i0 (#17062)peterbell102020-08-121-2/+7
|/
* ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-041-12/+34
* Revert "Merge pull request #16248 from alexrockhill/edge"mattip2020-07-231-7/+0
* simplifiedAlex2020-07-221-0/+3
* changed from large number error to different solutionAlex2020-07-221-1/+1
* edge first tryAlex2020-07-221-0/+4
* MAINT: Fixup quantile tests to not use `np.float`Sebastian Berg2020-06-271-8/+9
* limit test_quantile_monotonicTobias Pitters2020-06-121-3/+8
* Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-06-121-4/+4
* check for `greater-equal` in lerp monotony testTobias Pitters2020-06-101-1/+1
* check for `greater-equal` in lerp monotony testTobias Pitters2020-06-101-1/+1
* make lerp be able to handle 0d casesTobias Pitters2020-06-101-0/+6
* refactor quantile testsTobias Pitters2020-05-271-4/+2
* limit range of lerp inputsTobias Pitters2020-05-271-10/+10
* Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-05-271-2/+8
* fix lerp function and corresponding testsTobias Pitters2020-05-271-4/+8
* Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-05-271-0/+1
* use symmetric lerp functionTobias Pitters2020-05-271-1/+1
* fix symmetry testTobias Pitters2020-05-271-1/+1
* remove pdb; add hypothesis tests for monotony, boundedness and symmetry of lerpTobias Pitters2020-05-271-0/+31
* add hypothesis test, fix bug of non-monotonic ordering of quantile functionCloseChoice2020-05-271-1/+14
* BUG: np.quantile ordering not monotonicTobias Pitters2020-05-271-0/+7
* BUG: Fix dtype leak in `PyArray_FromAny` error pathSebastian Berg2020-05-221-0/+9
* TST: Add a test for np.add_docstringSebastian Berg2020-05-201-1/+39
* MAINT: lib: A few changes in some vectorize tests.Warren Weckesser2020-05-021-41/+31
* BUG: lib: Fix a problem with vectorize with default parameters.Warren Weckesser2020-04-301-0/+77
* 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-12/+11
* Merge pull request #15802 from eric-wieser/simplify-insertEric Wieser2020-03-241-9/+8
|\
| * DEP: Make `np.insert` and `np.delete` on 0d arrays with an axis an errorEric Wieser2020-03-221-9/+8
* | Merge pull request #15812 from eric-wieser/expire-delete-out-of-boundsSebastian Berg2020-03-231-1/+5
|\ \
| * | TST: Remove code that is not supposed to warn out of warning assertionEric Wieser2020-03-231-1/+5
* | | Merge pull request #15804 from eric-wieser/expire-delete-out-of-boundsSebastian Berg2020-03-231-5/+4
|\ \ \ | |/ /
| * | DEP: Make np.delete on out-of-bounds indices an errorEric Wieser2020-03-221-5/+4
| |/
* | DEP: Forbid passing non-integral index arrays to `insert` and `delete`Eric Wieser2020-03-221-0/+12
|/
* ENH: Add `subok` parameter to np.copy function (cf. gfh6509) (gh-15685)Ross Barnowski2020-03-111-0/+7
* Merge pull request #15534 from seberg/deprecate-abstract-scalar-typesMatti Picus2020-03-061-4/+4
|\
| * DEP: Do not allow "abstract" dtype conversion/creationSebastian Berg2020-02-061-4/+4
* | BUG: Fixing result of np quantile edge caseEric Mariasis2020-02-281-0/+10
|/
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-7/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-45/+45
* 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-0/+34
* MAINT: lib: Clean up in tests.Warren Weckesser2020-01-011-1/+0