summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-2/+2
* DOC, MAINT: Enforce np.ndarray arg for np.put and np.placegfyoung2016-01-141-1/+5
* DOC: Update trapz docstring.Charles Harris2016-01-091-3/+5
* DOC: fix typos in trapz()François Boulogne2016-01-091-1/+1
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-4/+4
* DOC, MAINT: Fix the numpy.ma.cov signature and documentation.jason king2015-12-181-6/+7
* DEP: Stricter arg checking for array orderinggfyoung2015-12-181-4/+6
* Updated typos in histogram bin estimator equationsMad Physicist2015-12-111-2/+2
* BUG, MAINT: check that histogram range parameters are finite, add tests to as...lzkelley2015-11-171-3/+10
* BUG: Make median work for empty arrays (issue #6462)Ethan Kruse2015-10-211-1/+1
* DOC: fix var. reference in percentile docstringTobias Megies2015-10-071-1/+1
* Merge pull request #6411 from larsmans/cov-memory-useCharles Harris2015-10-051-2/+2
|\
| * ENH: speed up cov by ~10% for large arraysLars Buitinck2015-10-051-2/+2
* | Merge pull request #6396 from rudimeier/opt-corrcoefCharles Harris2015-10-051-1/+5
|\ \
| * | MAINT: corrcoef, memory usage optimizationRuediger Meier2015-09-301-1/+5
* | | Merge pull request #6403 from larsmans/cov-memory-useJaime2015-10-041-1/+3
|\ \ \ | | |/ | |/|
| * | ENH: halve the memory requirement of np.covLars Buitinck2015-10-041-1/+3
* | | DOC: typo: affectLars Buitinck2015-10-021-3/+3
|/ /
* | DOC: numpy.diff docstring changed as per recommendation onjason king2015-09-161-4/+5
|/
* ENH: gradient takes axis keyword, added release note commentMaximilian Trescher2015-09-061-4/+6
* possibility to calculate gradient over specific axes instead of all axesMaximilian Trescher2015-09-031-5/+35
* ENH: Adding in automatic number of bins estimation for np.histogram. Users ca...Varun Nayyar2015-08-151-1/+170
* 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