summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: distance arg of np.gradient must be scalar, fix docstringAllan Haldane2016-05-111-5/+7
* Merge pull request #7505 from ahaldane/fixup_7382Charles Harris2016-04-041-1/+2
|\
| * MAIN: fix to #7382, make scl in np.average writeableAllan Haldane2016-04-041-1/+2
* | DOC: link frompyfunc and vectorizeendolith2016-04-041-0/+4
|/
* BUG: Ongoing fixes to PR#7416Joseph Fox-Rabinovitz2016-03-161-1/+1
* DOC: Updated documentation to reflect changes to bin estimators.Joseph Fox-Rabinovitz2016-03-161-26/+40
* BUG: Incorrect handling of range in `histogram` with automatic bins.Joseph Fox-Rabinovitz2016-03-161-65/+70
* BUG: Fix string copying for np.placegfyoung2016-03-151-1/+2
* Merge pull request #7414 from charris/tweak-corrcoefCharles Harris2016-03-141-5/+25
|\
| * MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1].Charles Harris2016-03-131-5/+19
| * ENH: Check array dimensionality in cov function.Charles Harris2016-03-131-0/+6
* | Merge pull request #7346 from erensezener/generalized_flipCharles Harris2016-03-121-1/+73
|\ \ | |/ |/|
| * ENH: Add generalized flip function and its testsEren Sezener2016-03-121-1/+73
* | MAINT: cleanup np.averageAllan Haldane2016-03-071-8/+13
* | Maint: Removed extra space from `ureduce` Mad Physicist2016-02-261-1/+1
|/
* Merge pull request #7199 from madphysicist/histogram-estimator-dictNathaniel J. Smith2016-02-231-126/+183
|\
| * MAINT: Cleanup for histogram bin estimator selectionJoseph Fox-Rabinovitz2016-02-161-126/+183
* | TST: Fixed shuffle axis in tests.Joseph Fox-Rabinovitz2016-02-221-1/+1
* | BUG: Preserve array order in np.deletegfyoung2016-02-191-4/+4
|/
* ENH: Adding support to the range keyword for estimation of the optimal number...Varun Nayyar2016-02-131-3/+23
* DOC: fix up invalid LaTeX in histogram docstring.Ralf Gommers2016-02-131-20/+24
* Added 'doane' and 'sqrt' estimators to np.histogram in numpy.function_baseJoseph Fox-Rabinovitz2016-02-111-83/+163
* MAINT: Made `iterable` return a booleanJoseph Fox-Rabinovitz2016-02-101-8/+8
* Merge pull request #7181 from madphysicist/doc-typosCharles Harris2016-02-071-57/+64
|\
| * DOC: Updated minor typos in function_base.py and test_function_base.pyJoseph Fox-Rabinovitz2016-02-051-57/+64
* | MAINT: Removed supurious assert in histogram estimatorsJoseph Fox-Rabinovitz2016-02-051-3/+0
|/
* Merge pull request #7129 from madphysicist/percentile-midpoint-interpolationCharles Harris2016-01-311-1/+1
|\
| * BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases.Joseph Fox-Rabinovitz2016-01-311-1/+1
* | Merge pull request #7145 from bastula/piecewiseCharles Harris2016-01-311-4/+9
|\ \
| * | MAINT: Addressed comments in PR #7145Aditya Panchal2016-01-311-2/+3
| * | BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729.Aditya Panchal2016-01-291-4/+8
* | | Merge pull request #7125 from madphysicist/percentile-docStephan Hoyer2016-01-291-42/+39
|\ \ \ | |/ / |/| |
| * | MAINT: Accepted all review comments for PR#7125Joseph Fox-Rabinovitz2016-01-271-7/+3
| * | DOC: Updated documentation wording and examples for np.percentile.Joseph Fox-Rabinovitz2016-01-261-39/+40
| |/
* | 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
|\ \ \ | | |/ | |/|