summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fixed regression in np.histogram which caused input floating-point value...Thomas Robitaille2015-07-271-1/+1
* ENH: Faster algorithm for computing histograms with equal-size binsThomas Robitaille2015-07-231-26/+82
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-6/+12
* Moving warning outside of for loop.empeeu2015-06-221-4/+4
* BUG: Added proper handling of median and percentile when nan's are present in...empeeu2015-06-221-26/+92
* DOC: Update docs.Gabor Kovacs2015-06-211-4/+4
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+8
* Merge pull request #5893 from stefanv/hannNathaniel J. Smith2015-05-181-1/+1
|\
| * DOC: Fix spelling of Von Hann's surnameStefan van der Walt2015-05-181-1/+1
* | MAINT: Simplify code in cov function a bit.Charles Harris2015-05-131-6/+5
* | Merge pull request #4960 from tpoole/weighted_covCharles Harris2015-05-131-31/+104
|\ \
| * | ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-131-31/+104
| |/
* | Merge pull request #5605 from shoyer/stackCharles Harris2015-05-121-1/+1
|\ \ | |/ |/|
| * ENH: add np.stackStephan Hoyer2015-05-111-1/+1
* | 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
|/