summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: >>> # style cleanups requestedTyler Reddy2018-12-141-4/+4
* MAINT: addressing review commentsTyler Reddy2018-12-141-1/+1
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-7/+4
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-32/+39
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-4/+2
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+5
* DOC: Clarify the examples for argmax and argmin (#12211)tteichmann2018-10-191-11/+11
* MAINT: fix depreciation message typo for np.sumRobin Aggleton2018-10-161-1/+1
* ENH: __array_function__ support for most of numpy.coreStephan Hoyer2018-10-081-12/+220
* removed spaces. improved right side outliningAnner2018-07-061-4/+4
* Update resize notes according to mattip's commentsAnner2018-07-051-4/+4
* include warning in np.resize() docsAnner2018-07-031-1/+11
* DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y)Eric Wieser2018-06-291-7/+14
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-1/+7
* DOC: Revise some of the docstrings.Charles Harris2018-05-141-7/+8
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-7/+6
* ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-241-8/+68
* Merge pull request #10670 from eric-wieser/deprecate-sum-generatorCharles Harris2018-04-061-0/+6
|\
| * DEP: Deprecate np.sum(generator)Eric Wieser2018-02-261-0/+6
* | Merge pull request #10826 from tylerjereddy/issue_10779_squeezeCharles Harris2018-04-061-6/+3
|\ \
| * | BUG: np.squeeze() now respects older API axis expectationTyler Reddy2018-03-301-6/+3
* | | Remove NPY_STABLESORT enumLakshay Garg2018-03-291-8/+11
* | | add stablesort in np.sort and point to mergesortLakshay Garg2018-03-231-5/+6
|/ /
* | MAINT: Unify reductions in fromnumeric.pyHameer Abbasi2018-02-261-65/+30
|/
* Merge pull request #10658 from eric-wieser/fix-partition-matrixMarten van Kerkwijk2018-02-261-2/+4
|\
| * BUG: Make np.partition and np.sort work on np.matrix when axis=NoneEric Wieser2018-02-251-2/+4
* | MAINT: Remove duplicate implementation for aliased functions.Eric Wieser2018-02-241-117/+75
|/
* DOC: Fix typo in docs for argpartitionMilo2018-01-181-1/+1
* Merge pull request #10298 from eric-wieser/digitize-docsCharles Harris2017-12-311-0/+13
|\
| * DOC: Improve docs for searchsortedEric Wieser2017-12-311-0/+13
* | DOC: Fix copy-paste mistakes in keepdims docstringsEric Wieser2017-12-281-10/+10
* | ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-4/+31
|/
* DOC: Fix minor typos in numpy/core/fromnumeric.py (#10072)Vedant Misra2017-12-011-2/+2
* Merge pull request #9946 from eric-wieser/improve-take-docsAllan Haldane2017-11-281-7/+37
|\
| * DOC: describe the expansion of take and apply_along_axis in detailEric Wieser2017-11-211-7/+37
* | ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-5/+5
|/
* DOC: Redo some examples of np.arg(sort|max|min)Charles Harris2017-10-051-15/+21
* DOC: Add examples for np.arg[min|max|sort]Élie Gouzien2017-10-051-0/+18
* BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2017-09-271-6/+6
* MAINT: remove try..except clause.Srinivas Reddy Thatiparthy2017-08-261-6/+1
* update example in np.nonzero docstringBrandon Carter2017-08-211-3/+4
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-3/+3
* BUG: np.resize discards empty shapesEric Wieser2017-07-011-7/+5
* Merge pull request #8737 from eric-wieser/squeeze-expand-docsCharles Harris2017-04-011-1/+17
|\
| * DOC: expand_dims and squeeze are inversesEric Wieser2017-03-061-1/+17
* | DOC: Replace line that was errantly removed in #8850Eric Wieser2017-03-301-1/+2
* | DOC: Updated doc of nonzero() to eliminate ambiguity (#8850)jsh92017-03-301-6/+5
|/
* 8552 doc clip none (#8558)pezcore2017-02-031-5/+9
* DOC: improve clip docstringFelix Berkenkamp2017-01-151-3/+3