summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix formatting in interp exampleZane Bradley2018-01-251-1/+2
* More misc. typosluz.paz2018-01-041-1/+1
* Merge pull request #10241 from eric-wieser/no-repeated-percentile-checksCharles Harris2018-01-011-16/+26
|\
| * MAINT: Avoid repeated validation of percentiles in nanpercentileEric Wieser2017-12-181-16/+26
* | Documentation and misc. typosluzpaz2017-12-301-1/+1
* | Merge pull request #10186 from eric-wieser/move_histogramCharles Harris2017-12-221-801/+3
|\ \
| * \ Merge branch 'master' into move_histogramEric Wieser2017-12-181-15/+14
| |\ \ | | |/
| * | MAINT: Move histogram and histogramdd into their own moduleEric Wieser2017-12-101-801/+3
* | | ENH: fix typoTai-Lin Wu2017-12-201-1/+1
| |/ |/|
* | DOC: Fixup percentile docstring, from review in gh-9213Eric Wieser2017-12-101-15/+14
|/
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+1
* BUG: Throw an error if too many functions are given to piecewiseEric Wieser2017-10-231-1/+6
* DOC: piecewise callables take 1d arraysEric Wieser2017-10-211-2/+2
* MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing...Eric Wieser2017-10-211-15/+8
* MAINT: rename mn and mx to first_edge and last_edgeEric Wieser2017-10-191-18/+19
* MAINT: Tidy np.histogram, and improve error messagesEric Wieser2017-10-191-59/+77
* Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser2017-09-241-1/+1
|\
| * allow non-strictly increasing binsBrandon Carter2017-08-191-1/+1
| * minor change to the logicBrandon Carter2017-06-251-1/+1
| * BUG: fixes unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-1/+1
* | MAINT: Use zip, not enumerateEric Wieser2017-09-211-17/+18
* | Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris2017-09-211-7/+12
|\ \
| * | MAINT: Use clearer variableEric Wieser2017-07-131-1/+1
| * | BUG: Use np.ndim not asarray, to allow duck-typesEric Wieser2017-07-131-7/+6
| * | BUG: Only allow 1d distance arraysEric Wieser2017-07-131-1/+3
| * | BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-131-7/+11
* | | DOC: rot90 wrongly positioned versionadded directive. [skip ci]Michael Seifert2017-08-251-2/+2
* | | MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-7/+7
* | | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-9/+9
* | | MAINT: Changed diff to use iterative instead of recursive approachJoseph Fox-Rabinovitz2017-07-311-23/+31
* | | MAINT: Use dtypes, not typecodes, and remove special casing for timedeltaEric Wieser2017-07-131-27/+21
* | | BUG: float16 is promoted to float64 by gradientEric Wieser2017-07-131-1/+1
| |/ |/|
* | MAINT: Use neq instead of xor in diffEgor Panfilov2017-06-171-1/+1
* | BUG: Switched to xor for bool arrays in diff, added corresponding testsEgor Panfilov2017-06-171-5/+9
* | DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-1/+1
* | Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris2017-06-031-1/+1
|\ \
| * | MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-1/+1
* | | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
|/ /
* | Merge pull request #9212 from eric-wieser/tidy-function_baseJulian Taylor2017-06-031-5/+3
|\ \
| * | MAINT: Combine similar branchesEric Wieser2017-06-031-5/+3
| |/
* | MAINT: Use np.concatenate instead of np.vstack (#8934)Joseph Paul Cohen2017-06-021-12/+4
|/
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* DOC: Explain the behavior of diff on unsigned typesEric Wieser2017-04-251-0/+17
* DOC: Fix typos in percentile (#8900)Baurzhan Muftakhidinov2017-04-061-2/+2
* MAINT: Rename _validate_axis, and document itEric Wieser2017-03-281-2/+2
* MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-17/+14
* MAINT: Reuse _validate_axis in np.gradientEric Wieser2017-03-281-13/+2
* DOC: Include np. prefix in meshgrid examplesEgor Klenin2017-03-211-5/+5
* BUG: Fix np.average with object array weightsDuke Vijitbenjaronk2017-03-071-1/+1
* DOC: Fixed small mistakes in numpy.copy documentation.Michael Seifert2017-02-261-68/+68