summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
|/
* ENH: Spelling fixesVille Skyttä2017-05-091-2/+2
* MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-8/+11
* MAINT: Reuse _validate_axis in np.gradientEric Wieser2017-03-281-3/+3
* Merge pull request #8348 from anntzer/bincount-zero-minlengthEric Wieser2017-03-261-8/+7
|\
| * ENH: Allow bincount(..., minlength=0).Antony Lee2017-03-241-8/+7
* | BUG: Fix np.average with object array weightsDuke Vijitbenjaronk2017-03-071-0/+7
* | ENH: gradient support for unevenly spaced dataAlessandro Pietro Bardelli2017-02-221-42/+163
* | MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-201-2/+2
* | BUG: Copy meshgrid after broadcasting, fixing #8561Eric Wieser2017-02-131-0/+10
|/
* MAINT: let average preserve subclass information.Marten van Kerkwijk2016-11-191-5/+2
* Merge pull request #8194 from alvarosg/scalar-piecewiseseberg2016-11-091-1/+11
|\
| * BUG: np.piecewise not working for scalarsalvarosg2016-10-261-1/+11
* | Merge pull request #5302 from idfah/masterRalf Gommers2016-11-061-0/+25
|\ \ | |/ |/|
| * Fixed meshgrid to return arrays with same dtype as arguments.Elliott M Forney2014-11-201-0/+25
* | ENH: add signature argument to vectorize for vectorizing like generalized ufu...Stephan Hoyer2016-10-171-0/+154
* | TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-19/+14
* | ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-151-1/+3
* | Merge pull request #7347 from erensezener/generalized_rot90Charles Harris2016-06-221-13/+76
|\ \
| * | MAINT: fix indentation and whitespaces of the flip functionEren Sezener2016-03-201-12/+7
| * | ENH: generalize rot90 with axes kwarg, move to function_base.py, and add testsDenis Alevi2016-03-201-1/+69
* | | BUG: fix handling of right edge of final bin.Robert Kern2016-05-251-0/+5
* | | TST: Failing test for histogram.Robert Kern2016-05-241-0/+11