summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Update function_base.pyUddeshya Singh2018-07-091-5/+10
* Fixing basic build errorsUddeshya Singh2018-07-011-2/+2
* DOC: update return type description for averageUddeshya Singh2018-06-281-6/+13
* Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-271-8/+9
|\
| * fixes from reviewmattip2018-06-241-8/+8
| * DOC: typos, small fixesmattip2018-06-151-1/+2
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-9/+9
|/
* DOC: make docstring of np.interp clearer (#11280)Jörg Döpfert2018-06-081-2/+2
* DOC: Fix doctest formatting in `rot90()` examplesMiguel Sánchez de León Peque2018-06-011-3/+2
* DOC: Make doc examples using StringIO python2-3 compatibleAndras Deak2018-04-271-2/+2
* Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-231-2/+108
|\
| * ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-161-2/+108
* | Merge pull request #10921 from mattip/percentile-graphCharles Harris2018-04-201-13/+16
|\ \
| * | DOC: clear up warnings, fix matplotlib plotmattip2018-04-171-13/+16
| |/
* | ENH: Extend np.flip to work over multiple axesJunjie Bai2018-04-171-13/+37
|/
* doc: fix examples in docstring for np.flipBerend Kapelle2018-04-031-3/+0
* Merge pull request #10666 from dfreese/fix/covcomplexCharles Harris2018-03-161-1/+1
|\
| * BUG: fix complex casting error in cov with aweightsDavid Freese2018-02-251-1/+1
* | Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk2018-03-151-20/+22
|\ \
| * | MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-161-20/+22
| |/
* | Merge pull request #10750 from eric-wieser/percentile-graphCharles Harris2018-03-151-0/+27
|\ \
| * | DOC: Add graph showing different behaviors of np.percentileEric Wieser2018-03-151-0/+27
* | | TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-141-2/+7
|/ /
* | BUG: fix error message in numpy.selectLouis Potok2018-03-081-1/+1
* | DOC: Grammar of np.gradient docstringAllan Haldane2018-03-061-3/+3
* | Merge pull request #10547 from hobler/patch-1Charles Harris2018-02-281-1/+1
|\ \
| * | Update function_base.pyhobler2018-02-081-1/+1
| |/
* | BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2018-02-251-16/+3
|/
* 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
|\ \