summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-16Merge pull request #10666 from dfreese/fix/covcomplexCharles Harris1-1/+3
2018-03-12Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen1-2/+2
2018-02-25BUG: fix complex casting error in cov with aweightsDavid Freese1-1/+3
2018-02-25BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser1-2/+11
2017-12-28ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser1-0/+3
2017-12-10MAINT: Move histogram and histogramdd into their own moduleEric Wieser1-512/+0
2017-10-23BUG: Throw an error if too many functions are given to piecewiseEric Wieser1-0/+10
2017-10-22TST: Add test for 0d conditions in np.piecewiseEric Wieser1-0/+6
2017-10-21MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing...Eric Wieser1-1/+1
2017-10-17MAINT: improve wording of error messagesEric Wieser1-2/+2
2017-09-24Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser1-0/+8
2017-09-21Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris1-1/+8
2017-08-10MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer1-2/+2
2017-08-05MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser1-4/+4
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-4/+4
2017-07-31MAINT: Changed diff to use iterative instead of recursive approachJoseph Fox-Rabinovitz1-0/+53
2017-07-24Merge pull request #9434 from charris/remove-unittest-dependenciesCharles Harris1-87/+87
2017-07-24TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris1-87/+87
2017-07-13BUG: float16 is promoted to float64 by gradientEric Wieser1-0/+6
2017-07-13BUG: Only allow 1d distance arraysEric Wieser1-0/+4
2017-07-13BUG: Allow 0d arrays instead of scalars in gradientEric Wieser1-1/+4
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris1-2/+1
2017-06-24TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter1-0/+8
2017-06-17BUG: Switched to xor for bool arrays in diff, added corresponding testsEgor Panfilov1-1/+11
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser1-1/+1
2017-05-09ENH: Spelling fixesVille Skyttä1-2/+2
2017-03-28MAINT: Use _validate_axis inside _ureduceEric Wieser1-8/+11
2017-03-28MAINT: Reuse _validate_axis in np.gradientEric Wieser1-3/+3
2017-03-26Merge pull request #8348 from anntzer/bincount-zero-minlengthEric Wieser1-8/+7
2017-03-24ENH: Allow bincount(..., minlength=0).Antony Lee1-8/+7
2017-03-07BUG: Fix np.average with object array weightsDuke Vijitbenjaronk1-0/+7
2017-02-22ENH: gradient support for unevenly spaced dataAlessandro Pietro Bardelli1-42/+163
2017-02-20MAINT: Be specific about where AxisError is raisedEric Wieser1-2/+2
2017-02-13BUG: Copy meshgrid after broadcasting, fixing #8561Eric Wieser1-0/+10
2016-11-19MAINT: let average preserve subclass information.Marten van Kerkwijk1-5/+2
2016-11-09Merge pull request #8194 from alvarosg/scalar-piecewiseseberg1-1/+11
2016-11-06Merge pull request #5302 from idfah/masterRalf Gommers1-0/+25
2016-10-26BUG: np.piecewise not working for scalarsalvarosg1-1/+11
2016-10-17ENH: add signature argument to vectorize for vectorizing like generalized ufu...Stephan Hoyer1-0/+154
2016-09-02TST: Use new warnings context manager in all testsSebastian Berg1-19/+14
2016-08-15ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip1-1/+3
2016-06-22Merge pull request #7347 from erensezener/generalized_rot90Charles Harris1-13/+76
2016-05-25BUG: fix handling of right edge of final bin.Robert Kern1-0/+5
2016-05-24TST: Failing test for histogram.Robert Kern1-0/+11
2016-05-12ENH: linear interpolation of complex values in lib.interpPeter Creasey1-0/+22
2016-05-11BUG: distance arg of np.gradient must be scalar, fix docstringAllan Haldane1-0/+3
2016-03-21TST: check reference counts of dtypes after calling bincountJaime Fernandez1-4/+19
2016-03-20MAINT: fix indentation and whitespaces of the flip functionEren Sezener1-12/+7
2016-03-20ENH: generalize rot90 with axes kwarg, move to function_base.py, and add testsDenis Alevi1-1/+69
2016-03-17Merge pull request #7341 from inesw/bug-fix-6469Charles Harris1-0/+6