summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | MAINT: Remove uses of scalar aliasesEric Wieser2020-06-101-1/+1
* | TST: Simplify assert_warns in test_io.pySeth Troisi2020-05-281-17/+8
|/
* Merge pull request #16348 from seberg/fromany-leakCharles Harris2020-05-231-0/+9
|\
| * BUG: Fix dtype leak in `PyArray_FromAny` error pathSebastian Berg2020-05-221-0/+9
* | BUG: Indentation for docstringsEric Larson2020-05-221-5/+15
|/
* TST: Add a test for np.add_docstringSebastian Berg2020-05-201-1/+39
* BUG: Fix default fallback in genfromtxtSebastian Berg2020-05-182-2/+9
* 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
* TST: Add slow_pypy supportAnirudh Subramanian2020-04-131-0/+1
* TST: Run test_large_zip in a child process (#15893)Anirudh Subramanian2020-04-021-7/+12
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-264-9/+4
* 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
| |/
* | Merge pull request #15805 from eric-wieser/expired-insert-delete-TypeErrorSebastian Berg2020-03-231-0/+12
|\ \
| * | DEP: Forbid passing non-integral index arrays to `insert` and `delete`Eric Wieser2020-03-221-0/+12
| |/
* | BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-181-8/+9
|/
* MAINT: lib: PEP-8 clean up in test_arraysetops.py.Warren Weckesser2020-03-151-38/+41
* BUG: lib: Handle axes with length 0 in np.unique.Warren Weckesser2020-03-151-0/+6
* TST: lib: Add a unit test for np.unique applied to arrays with a length 0 axis.Huon Wilson2020-03-151-0/+35
* 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-062-5/+5
|\
| * DEP: Do not allow "abstract" dtype conversion/creationSebastian Berg2020-02-062-5/+5
* | BUG: Fixing result of np quantile edge caseEric Mariasis2020-02-281-0/+10
|/
* BUG: np.load does not handle empty array with an empty descr (#15397)Sha Liu2020-01-271-1/+3
* MAINT: Remove Python2 workaroundsSeth Troisi2020-01-231-1/+0
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-233-6/+1
* MAINT: Python2 CleanupsSeth Troisi2020-01-211-3/+2
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-212-15/+20
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-157-96/+38
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-061-6/+3
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-0519-155/+155
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0324-48/+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-013-3/+0
* Merge pull request #14981 from seberg/issue-13103Matti Picus2019-12-111-7/+12
|\