summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* DOC, MAINT: fix typo in np.insert docstringFrançois Magimel2015-04-131-0/+1
* DOC: Docstring of gradient() functionHelder Oliveira2015-04-091-3/+3
* DOC: Return of gradient() functionHelder Cesar2015-04-051-0/+4
* ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-151-17/+22
* DOC: fix typos in corrcoef()Martin Spacek2015-02-251-2/+2
* MAINT: merge _compiled_base module into multiarrayJulian Taylor2015-01-221-3/+3
* DOC : move shape to front to match rest of docsThomas A Caswell2014-12-121-4/+4
* DOC : do not abuse enumeration for return typesThomas A Caswell2014-12-121-4/+4
* Merge pull request #5214 from mkowoods/np.averageJulian Taylor2014-10-271-3/+2
|\
| * BUG: upcast weights to average result type to avoid inaccuraciesMalik Woods2014-10-271-3/+2
* | Merge pull request #5203 from njsmith/masterCharles Harris2014-10-211-1/+2
|\ \
| * | BUG: copy inherited masks in MaskedArray.__array_finalize__Nathaniel J. Smith2014-10-211-1/+2
| |/
* | Merge branch 'master' of https://github.com/numpy/numpy into interp_with_periodsaullogiovani2014-10-171-19/+30
|\ \
| * | BUG: Fixes #5184 gradient calculation behavior at boundariesDavid M Fobes2014-10-161-19/+30
* | | ENH: added parameter to use periodic x-coordinatessaullogiovani2014-10-021-8/+55
|/ /
* | DOC: update numpy.extract docstringGregory R. Lee2014-09-151-1/+3
* | fix typoGabriel-p2014-09-071-1/+1
* | Merge pull request #5022 from seberg/structured-insertCharles Harris2014-08-301-1/+3
|\ \
| * | BUG: Fix np.insert for inserting a single item into a structured arraySebastian Berg2014-08-301-1/+3
* | | Merge pull request #4989 from juliantaylor/percentile-fixCharles Harris2014-08-241-1/+1
|\ \ \ | |/ /
| * | BUG: don't overwrite input percentile arraysJulian Taylor2014-08-241-1/+1
| |/
* | Merge pull request #4929 from juliantaylor/charris-pep8-numpy-libCharles Harris2014-07-311-19/+22
|\ \ | |/
| * STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-5/+7
| * MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-14/+15
* | BUG: handle rounding issue with histogram edges on float32 dataJulian Taylor2014-06-231-2/+7
|/
* BUG: Fixed piecewise function for 0d inputJuan Luis Cano Rodríguez2014-06-081-20/+12
* DOC: Fix indentation and add missing blank lines for meshgrid doc.Charles Harris2014-06-021-4/+7
* DOC: add versionadded tags to meshgrid argumentsJulian Taylor2014-06-021-0/+3
* MAINT: Removed code emulating keepdims in covDavid Freese2014-05-301-4/+2
* BUG: Don't let meshgrid ignore unknown kwargs. Fixes #4755.Michael McNeil Forbes2014-05-301-3/+7
* Merge pull request #4358 from seberg/fast-selectCharles Harris2014-03-241-26/+64
|\
| * ENH: Speed improvements and deprecations for np.selectSebastian Berg2014-03-231-26/+64
* | MAINT: revert back to separate median implementationJulian Taylor2014-03-131-66/+112
* | ENH: add extended axis and keepdims support to median and percentileJulian Taylor2014-03-131-52/+113
* | remove assert in _get_ufunc_and_otypes, add a test in test_function_base.pyLeoMao2014-03-121-3/+3
* | when initialize a vectorize object, always set self._ufunc to None first. fix...LeoMao2014-03-111-2/+1
|/
* Merge pull request #4372 from charris/fix-gh-2423Charles Harris2014-03-011-88/+95
|\
| * DOC: Fix documentation of normed in histogram2d and histogramdd.Charles Harris2014-02-261-88/+95
* | Merge pull request #4284 from robquant/histogramdd_rightmost_binedgeJulian Taylor2014-03-011-3/+3
|\ \
| * | Fix histogramdd treatment of events at rightmost binedgeRobert Franke2014-02-121-3/+3
| |/
* | BUG: accept non arrays in cor and corrcoeffJulian Taylor2014-02-271-0/+2
|/
* ENH: Allow meshgrid to work for 1D and 0D cases.rhewett2013-12-181-11/+11
* Correct typo in interp() docstring.Christopher Dembia2013-12-061-1/+1
* BUG: Fix np.insert with negative axis.Sebastian Berg2013-12-021-1/+1
* ENH: improve add_newdocs performanceJulian Taylor2013-11-191-5/+4
* BUG: cov/corrcoef complex input and empty arraysJoseph Martinot-Lagarde2013-10-161-22/+24
* BUG: ensure percentile has same output structure as in 1.8Julian Taylor2013-10-041-21/+48
* BUG: preserve ndarray subclasses in medianJulian Taylor2013-10-021-1/+1
* STY: error and warning formatting on 'function_base.py'Yaron de Leeuw2013-09-241-18/+25
* STY: Error and warning newline standardization in function_base.pyYaron de Leeuw2013-09-241-130/+158