summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #10666 from dfreese/fix/covcomplexCharles Harris2018-03-161-1/+3
|\
| * BUG: fix complex casting error in cov with aweightsDavid Freese2018-02-251-1/+3
* | Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-121-2/+2
* | BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2018-02-251-2/+11
|/
* ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-0/+3
* MAINT: Move histogram and histogramdd into their own moduleEric Wieser2017-12-101-512/+0
* BUG: Throw an error if too many functions are given to piecewiseEric Wieser2017-10-231-0/+10
* TST: Add test for 0d conditions in np.piecewiseEric Wieser2017-10-221-0/+6
* MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing...Eric Wieser2017-10-211-1/+1
* MAINT: improve wording of error messagesEric Wieser2017-10-171-2/+2
* Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser2017-09-241-0/+8
|\
| * TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-0/+8
* | Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris2017-09-211-1/+8
|\ \
| * | BUG: Only allow 1d distance arraysEric Wieser2017-07-131-0/+4
| * | BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-131-1/+4
* | | MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-2/+2
* | | MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-051-4/+4
* | | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-4/+4
* | | MAINT: Changed diff to use iterative instead of recursive approachJoseph Fox-Rabinovitz2017-07-311-0/+53
* | | Merge pull request #9434 from charris/remove-unittest-dependenciesCharles Harris2017-07-241-87/+87
|\ \ \
| * | | TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-87/+87
* | | | BUG: float16 is promoted to float64 by gradientEric Wieser2017-07-131-0/+6
|/ / /
* | | MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-2/+1
| |/ |/|
* | BUG: Switched to xor for bool arrays in diff, added corresponding testsEgor Panfilov2017-06-171-1/+11