summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8617 from eric-wieser/fix-8561Marten van Kerkwijk2017-02-141-10/+7
|\
| * BUG: Copy meshgrid after broadcasting, fixing #8561Eric Wieser2017-02-131-10/+7
* | DOC: Indicate that axis param to average may be a tuple of ints.Alex Rothberg2017-02-121-3/+10
|/
* Revert "DOC: gradient uses 1st order central difference in the interior"Alessandro Pietro Bardelli2017-02-121-3/+3
* DOC: gradient uses 1st order central difference in the interior (#8605)drabach2017-02-111-3/+3
* MAINT: typo in histogram docstringdrlvk2017-01-281-1/+1
* change int check to bool check for rowvar in covBrandon Carter2016-12-191-2/+2
* change rowvar param to boolean from int in corrcoefBrandon Carter2016-12-191-3/+3
* BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-121-17/+1
* MAINT: let average preserve subclass information.Marten van Kerkwijk2016-11-191-13/+1
* Merge pull request #8194 from alvarosg/scalar-piecewiseseberg2016-11-091-5/+12
|\
| * BUG: np.piecewise not working for scalarsalvarosg2016-10-261-5/+12
* | Merge pull request #5302 from idfah/masterRalf Gommers2016-11-061-11/+7
|\ \ | |/ |/|
| * Fix to meshgrid allows passing array sub-classesElliott Forney2016-10-101-1/+1
| * Fixed meshgrid to return arrays with same dtype as arguments.Elliott M Forney2014-11-201-11/+7
* | ENH: add signature argument to vectorize for vectorizing like generalized ufu...Stephan Hoyer2016-10-171-35/+253
* | DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-3/+3
* | DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-3/+3
* | ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-15/+15
* | Spelling and grammar fix.Daniel Ching2016-08-041-2/+2
* | DOC: Misplaced parens in formulaJoseph Fox-Rabinovitz2016-07-061-1/+1
* | "lambda" is not allowed to use as keyword arguments because it is a reserved ...Toshihiro Kamishima2016-07-041-2/+2
* | Merge pull request #7347 from erensezener/generalized_rot90Charles Harris2016-06-221-3/+89
|\ \
| * | ENH: generalize rot90 with axes kwarg, move to function_base.py, and add testsDenis Alevi2016-03-201-3/+89
* | | MAINT: FutureWarning for changes to np.average subclass handlingAllan Haldane2016-06-141-1/+13
* | | BUG: fix handling of right edge of final bin.Robert Kern2016-05-251-3/+3
* | | ENH: correct initial index estimate in histogram.Robert Kern2016-05-241-5/+16
* | | ENH: linear interpolation of complex values in lib.interpPeter Creasey2016-05-121-14/+34
* | | DOC: Fix some incorrect RST definition listsEndolith2016-05-111-1/+1
* | | 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