summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-16Merge pull request #10666 from dfreese/fix/covcomplexCharles Harris1-1/+1
2018-03-15Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk1-20/+22
2018-03-15Merge pull request #10750 from eric-wieser/percentile-graphCharles Harris1-0/+27
2018-03-15DOC: Add graph showing different behaviors of np.percentileEric Wieser1-0/+27
2018-03-14TST: Import abstract classes from collections.abcFrederick Lefebvre1-2/+7
2018-03-08BUG: fix error message in numpy.selectLouis Potok1-1/+1
2018-03-06DOC: Grammar of np.gradient docstringAllan Haldane1-3/+3
2018-02-28Merge pull request #10547 from hobler/patch-1Charles Harris1-1/+1
2018-02-25BUG: fix complex casting error in cov with aweightsDavid Freese1-1/+1
2018-02-25BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser1-16/+3
2018-02-16MAINT: Stop using non-tuple indices internallyEric Wieser1-20/+22
2018-02-08Update function_base.pyhobler1-1/+1
2018-01-25DOC: fix formatting in interp exampleZane Bradley1-1/+2
2018-01-04More misc. typosluz.paz1-1/+1
2018-01-01Merge pull request #10241 from eric-wieser/no-repeated-percentile-checksCharles Harris1-16/+26
2017-12-30Documentation and misc. typosluzpaz1-1/+1
2017-12-22Merge pull request #10186 from eric-wieser/move_histogramCharles Harris1-801/+3
2017-12-20ENH: fix typoTai-Lin Wu1-1/+1
2017-12-18MAINT: Avoid repeated validation of percentiles in nanpercentileEric Wieser1-16/+26
2017-12-18Merge branch 'master' into move_histogramEric Wieser1-15/+14
2017-12-10MAINT: Move histogram and histogramdd into their own moduleEric Wieser1-801/+3
2017-12-10DOC: Fixup percentile docstring, from review in gh-9213Eric Wieser1-15/+14
2017-11-13ENH: don't show boolean dtype, as it is impliedEric Wieser1-1/+1
2017-10-23BUG: Throw an error if too many functions are given to piecewiseEric Wieser1-1/+6
2017-10-21DOC: piecewise callables take 1d arraysEric Wieser1-2/+2
2017-10-21MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing...Eric Wieser1-15/+8
2017-10-19MAINT: rename mn and mx to first_edge and last_edgeEric Wieser1-18/+19
2017-10-19MAINT: Tidy np.histogram, and improve error messagesEric Wieser1-59/+77
2017-09-24Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser1-1/+1
2017-09-21MAINT: Use zip, not enumerateEric Wieser1-17/+18
2017-09-21Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris1-7/+12
2017-08-25DOC: rot90 wrongly positioned versionadded directive. [skip ci]Michael Seifert1-2/+2
2017-08-19allow non-strictly increasing binsBrandon Carter1-1/+1
2017-08-10MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer1-7/+7
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-9/+9
2017-07-31MAINT: Changed diff to use iterative instead of recursive approachJoseph Fox-Rabinovitz1-23/+31
2017-07-13MAINT: Use dtypes, not typecodes, and remove special casing for timedeltaEric Wieser1-27/+21
2017-07-13BUG: float16 is promoted to float64 by gradientEric Wieser1-1/+1
2017-07-13MAINT: Use clearer variableEric Wieser1-1/+1
2017-07-13BUG: Use np.ndim not asarray, to allow duck-typesEric Wieser1-7/+6
2017-07-13BUG: Only allow 1d distance arraysEric Wieser1-1/+3
2017-07-13BUG: Allow 0d arrays instead of scalars in gradientEric Wieser1-7/+11
2017-06-25minor change to the logicBrandon Carter1-1/+1
2017-06-24BUG: fixes unsigned bins monotonicity check, see #9222Brandon Carter1-1/+1
2017-06-17MAINT: Use neq instead of xor in diffEgor Panfilov1-1/+1
2017-06-17BUG: Switched to xor for bool arrays in diff, added corresponding testsEgor Panfilov1-5/+9
2017-06-10DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers1-1/+1
2017-06-03Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris1-1/+1
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser1-1/+1
2017-06-03MAINT: Don't internally use the one-argument whereEric Wieser1-1/+1