summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* DOC:clarify differences between ravel and reshape(-1)渡邉 美希2023-05-111-4/+6
* DOC: Removed `.shape` setting note from reshape (#23491)JoryKlaverstijn2023-03-311-18/+3
* DOC: Fix typos & grammer in docstrings and comments (#23503)Pratyay Banerjee2023-03-301-1/+1
* MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-20/+0
* DEP: update deprecations for `np.product` and co to emit from dispatcherRalf Gommers2023-03-101-25/+68
* DOC: Clearer docstring for repeat (#23348)Pierre2023-03-071-1/+1
* MAINT: add dates/versions to deprecations, fix linter complaintRalf Gommers2023-03-021-0/+5
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-0/+28
* MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-011-33/+70
* DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-13/+26
* DEP: deprecate `np.round_`Ralf Gommers2023-02-281-1/+11
* DOC: Update the docstring for `np.round_` to disrecommend it (#22527)Inessa Pawson2023-02-281-2/+6
* MAINT: Fix stacklevels for the new C dispatcher not adding oneSebastian Berg2023-01-171-1/+1
* DOC: Add note to clarify relationship between round and around (#21853)Inessa Pawson2022-10-191-1/+2
* 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