summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-7/+7
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-9/+9
* MAINT: Changed diff to use iterative instead of recursive approachJoseph Fox-Rabinovitz2017-07-311-23/+31
* MAINT: Use dtypes, not typecodes, and remove special casing for timedeltaEric Wieser2017-07-131-27/+21
* BUG: float16 is promoted to float64 by gradientEric Wieser2017-07-131-1/+1
* MAINT: Use neq instead of xor in diffEgor Panfilov2017-06-171-1/+1
* BUG: Switched to xor for bool arrays in diff, added corresponding testsEgor Panfilov2017-06-171-5/+9
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-1/+1
* Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris2017-06-031-1/+1
|\
| * MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-1/+1
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
|/
* Merge pull request #9212 from eric-wieser/tidy-function_baseJulian Taylor2017-06-031-5/+3
|\
| * MAINT: Combine similar branchesEric Wieser2017-06-031-5/+3
* | MAINT: Use np.concatenate instead of np.vstack (#8934)Joseph Paul Cohen2017-06-021-12/+4
|/
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* DOC: Explain the behavior of diff on unsigned typesEric Wieser2017-04-251-0/+17
* DOC: Fix typos in percentile (#8900)Baurzhan Muftakhidinov2017-04-061-2/+2
* MAINT: Rename _validate_axis, and document itEric Wieser2017-03-281-2/+2
* MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-17/+14
* MAINT: Reuse _validate_axis in np.gradientEric Wieser2017-03-281-13/+2
* DOC: Include np. prefix in meshgrid examplesEgor Klenin2017-03-211-5/+5
* BUG: Fix np.average with object array weightsDuke Vijitbenjaronk2017-03-071-1/+1
* DOC: Fixed small mistakes in numpy.copy documentation.Michael Seifert2017-02-261-68/+68
* Merge pull request #8685 from eric-wieser/shape-to-ndimJulian Taylor2017-02-251-4/+4
|\
| * MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-4/+4
* | Merge pull request #8688 from madphysicist/patch-1Charles Harris2017-02-241-1/+8
|\ \
| * | DOC: Added note to np.diffJoseph Fox-Rabinovitz2017-02-241-1/+8
| |/
* | MAINT: Fix use of Python 2.6 deprecated escape sequences.Charles Harris2017-02-241-2/+2
|/
* ENH: gradient support for unevenly spaced dataAlessandro Pietro Bardelli2017-02-221-84/+235
* MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-9/+4
* 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