summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* TST: Don't construct Fraction instances from numpy scalarsEric Wieser2019-10-301-2/+2
* DEP: remove expired deprecation in selectmattip2019-09-231-17/+7
* BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-041-0/+16
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-3/+3
* BUG: ensure i0 does not change the shape.Marten van Kerkwijk2019-06-121-3/+7
* Merge pull request #10308 from eric-wieser/mask-attr-is-viewMatti Picus2019-05-121-1/+1
|\
| * API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-111-1/+1
* | Merge pull request #13298 from navneet-nmk/diff-errorEric Wieser2019-05-021-0/+3
|\ \ | |/ |/|
| * ENH: add clearer error message for diff(0-d)ayir2019-04-261-0/+3
* | ENH: Add support for Fraction to percentile and quantileEric Wieser2019-04-231-0/+36
* | TEST: update for PyPymattip2019-04-171-1/+2
|/
* ENH: Improve handling of infinities in np.interpEric Wieser2019-02-241-1/+70
* BUG: reference cycle in np.vectorize (#11977)Matti Picus2019-01-091-2/+47
* ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-69/+26
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-5/+3
* TST: tests for sort_complex()Tyler Reddy2018-10-221-0/+26
* ENH add prepend and append kwargs to diffMatt Harrigan2018-09-251-0/+52
* ENH: np.angle: Preserve subclassesEric Wieser2018-07-301-0/+10
* BUG: Don't convert inputs to `np.float64` in digitizeEric Wieser2018-07-061-0/+12
* BUG: fix interpolation with inf and NaN presentJack Vreeken2018-06-291-0/+14
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-151-21/+0
|\
| * MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-291-21/+0
* | MAINT: Misc. typos (#11005)luzpaz2018-04-301-3/+3
|/
* Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-231-0/+22
|\
| * ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-161-0/+22
* | ENH: Extend np.flip to work over multiple axesJunjie Bai2018-04-171-3/+33
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-10/+6
* TST: Switch to using pytest markersCharles Harris2018-04-041-3/+4