summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Update amin/amax return description. (#22362)Muhammad Jarir Kanji2022-09-301-4/+6
* Merge pull request #22297 from sanjanamm98/np.prod-example-issue#22266Sebastian Berg2022-09-281-3/+6
|\
| * DOC: Apply Chuck's suggestion.Ross Barnowski2022-09-271-5/+5
| * Added example to np.prodSanjana M Moodbagil2022-09-161-0/+3
* | DOC: Update for return value of np.ptp() (#22276)Digya0532022-09-191-3/+3
|/
* DOC: More copy-editing of 'partition' docstring.warren2022-08-181-6/+6
* DOC: Copy-edit the 'partition' docstring.warren2022-08-181-9/+27
* DOC: Add missing wordGreg Sadetsky2022-08-171-1/+1
* DOC: unify `np.transpose`, `np.ndarray.transpose`, and `np.ndarray.T` (#21997)Petar Mlinarić2022-07-191-29/+37
* DOC: Fix axis naming in `argpartition` docs (#21098)ADARSH SINGH2022-05-251-1/+1
* DOC: typo corrected in numpy.argpartition (#21201)Diwakar Gupta2022-03-161-2/+2
* DOC: Remove the confusing "unless not" in numpy/core/fromnumeric.pyKassian Sun2022-03-141-1/+1
* DOC: fix formatting of mean examplemgunyho2022-01-201-0/+1
* Merge pull request #20399 from timhoffm/doc-linkMelissa Weber Mendonça2021-11-221-5/+7
|\
| * Improve See Also of ndarray.shapeTim Hoffmann2021-11-201-2/+3
| * Make numpy.shape examples less ambiguousTim Hoffmann2021-11-181-4/+5
| * Document what len(a) is in See Also of numpy.shapeTim Hoffmann2021-11-181-1/+1
* | DEP: remove deprecated `np.alen` functionRalf Gommers2021-11-211-46/+1
|/
* DOC: Add `versionadded` directives for the argmin/-max `keepdims` parameterBas van Beek2021-10-041-0/+4
* BUG,DEP: Allow (arg-)partition to accept `uint64` indices (#20000)Bas van Beek2021-10-021-0/+6
* Remove reference since it's not used (#19766)Illviljan2021-08-271-3/+0
* Fix so doctest passesIllviljan2021-08-271-3/+3
* DOC: fix see also references in numpy.resize (#19475)Niko Savola2021-07-141-3/+3
* ENH: Adding keepdims to np.argmin,np.argmax (#19211)Gagandeep Singh2021-07-071-8/+34
* DOC: change more np.min/np.max to np.amin/np.amaxHenry Schreiner2021-06-291-8/+8
* DOC: Explicitly mention that `searchsorted` returns an integer if `v` is a sc...Bas van Beek2021-06-031-6/+7
* DOC: Improve cumsum documentation (#18895)Atharva-Vidwans2021-05-161-0/+12
* MAINT: Remove unnecessary dash for the dividing linePatrick2021-04-171-1/+1
* MAINT: change argument type in numpy.clip documentation examplexamm2021-04-161-1/+1
* DOC: add note for clip() special case a_min > a_max See #18782xamm2021-04-161-2/+12
* ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-2/+1
* Merge pull request #16588 from SabrinaSimao/np.transpode-documentationMelissa Weber Mendonça2021-02-171-0/+3
|\
| * DOC: changed the way the link is being used from transpose to ndarray.transposeSabrinaSimao2020-06-121-1/+3
| * unify the docs for np.transpose and ndarray.transposeSabrinaSimao2020-06-121-0/+1
* | DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-271-6/+3
* | DOC: Misc single to double backticks fixes.Matthias Bussonnier2021-01-241-17/+17
* | DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-291-1/+1
* | DOC: Clarify docs of np.resize().Antony Lee2020-11-261-6/+6
* | Merge pull request #15852 from sgasse/add_where_to_meanCharles Harris2020-11-221-20/+91
|\ \
| * | ENH: Add where argument to several functionsSimon Gasse2020-07-181-20/+91
* | | DOC: Prepend `ma.`takanori-pskq2020-11-041-1/+1
* | | DOC: Fix reference to atleast_1dJames Myatt2020-10-261-2/+2
* | | Fix docstring cross-referencingAlbert Villanova del Moral2020-09-041-16/+16
* | | DOC: simplify documentation of clip()Felix Divo2020-08-181-8/+4
* | | Update fromnumeric.pyFelix Divo2020-08-171-2/+1
* | | DOC: improve documentation of numpy.clip() after discussionFelix Divo2020-08-041-3/+3
* | | DOC: Update docs of clip() to allow for scalar arguments tooFelix Divo2020-08-041-1/+1
|/ /
* | Update fromnumeric.pyAllen Downey2020-07-031-1/+2
* | DOC: Updated documentation for numpy.squeeze (#16627)Tapajyoti Bose2020-06-301-3/+3
* | DOC: Add dep directive to alen docstring.Ross Barnowski2020-06-291-0/+3