| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC:clarify differences between ravel and reshape(-1) | 渡邉 美希 | 2023-05-11 | 1 | -4/+6 |
* | DOC: Removed `.shape` setting note from reshape (#23491) | JoryKlaverstijn | 2023-03-31 | 1 | -18/+3 |
* | DOC: Fix typos & grammer in docstrings and comments (#23503) | Pratyay Banerjee | 2023-03-30 | 1 | -1/+1 |
* | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env var | Ralf Gommers | 2023-03-12 | 1 | -20/+0 |
* | DEP: update deprecations for `np.product` and co to emit from dispatcher | Ralf Gommers | 2023-03-10 | 1 | -25/+68 |
* | DOC: Clearer docstring for repeat (#23348) | Pierre | 2023-03-07 | 1 | -1/+1 |
* | MAINT: add dates/versions to deprecations, fix linter complaint | Ralf Gommers | 2023-03-02 | 1 | -0/+5 |
* | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` | Ralf Gommers | 2023-03-02 | 1 | -0/+28 |
* | MAINT: switch min/max with amin/amax, and add them to html docs | Ralf Gommers | 2023-03-01 | 1 | -33/+70 |
* | DOC: add `np.round` to the html docs, and make it the preferred alias | Ralf Gommers | 2023-03-01 | 1 | -13/+26 |
* | DEP: deprecate `np.round_` | Ralf Gommers | 2023-02-28 | 1 | -1/+11 |
* | DOC: Update the docstring for `np.round_` to disrecommend it (#22527) | Inessa Pawson | 2023-02-28 | 1 | -2/+6 |
* | MAINT: Fix stacklevels for the new C dispatcher not adding one | Sebastian Berg | 2023-01-17 | 1 | -1/+1 |
* | DOC: Add note to clarify relationship between round and around (#21853) | Inessa Pawson | 2022-10-19 | 1 | -1/+2 |
* | DOC: Update amin/amax return description. (#22362) | Muhammad Jarir Kanji | 2022-09-30 | 1 | -4/+6 |
* | Merge pull request #22297 from sanjanamm98/np.prod-example-issue#22266 | Sebastian Berg | 2022-09-28 | 1 | -3/+6 |
|\ |
|
| * | DOC: Apply Chuck's suggestion. | Ross Barnowski | 2022-09-27 | 1 | -5/+5 |
| * | Added example to np.prod | Sanjana M Moodbagil | 2022-09-16 | 1 | -0/+3 |
* | | DOC: Update for return value of np.ptp() (#22276) | Digya053 | 2022-09-19 | 1 | -3/+3 |
|/ |
|
* | DOC: More copy-editing of 'partition' docstring. | warren | 2022-08-18 | 1 | -6/+6 |
* | DOC: Copy-edit the 'partition' docstring. | warren | 2022-08-18 | 1 | -9/+27 |
* | DOC: Add missing word | Greg Sadetsky | 2022-08-17 | 1 | -1/+1 |
* | DOC: unify `np.transpose`, `np.ndarray.transpose`, and `np.ndarray.T` (#21997) | Petar Mlinarić | 2022-07-19 | 1 | -29/+37 |
* | DOC: Fix axis naming in `argpartition` docs (#21098) | ADARSH SINGH | 2022-05-25 | 1 | -1/+1 |
* | DOC: typo corrected in numpy.argpartition (#21201) | Diwakar Gupta | 2022-03-16 | 1 | -2/+2 |
* | DOC: Remove the confusing "unless not" in numpy/core/fromnumeric.py | Kassian Sun | 2022-03-14 | 1 | -1/+1 |
* | DOC: fix formatting of mean example | mgunyho | 2022-01-20 | 1 | -0/+1 |
* | Merge pull request #20399 from timhoffm/doc-link | Melissa Weber Mendonça | 2021-11-22 | 1 | -5/+7 |
|\ |
|
| * | Improve See Also of ndarray.shape | Tim Hoffmann | 2021-11-20 | 1 | -2/+3 |
| * | Make numpy.shape examples less ambiguous | Tim Hoffmann | 2021-11-18 | 1 | -4/+5 |
| * | Document what len(a) is in See Also of numpy.shape | Tim Hoffmann | 2021-11-18 | 1 | -1/+1 |
* | | DEP: remove deprecated `np.alen` function | Ralf Gommers | 2021-11-21 | 1 | -46/+1 |
|/ |
|
* | DOC: Add `versionadded` directives for the argmin/-max `keepdims` parameter | Bas van Beek | 2021-10-04 | 1 | -0/+4 |
* | BUG,DEP: Allow (arg-)partition to accept `uint64` indices (#20000) | Bas van Beek | 2021-10-02 | 1 | -0/+6 |
* | Remove reference since it's not used (#19766) | Illviljan | 2021-08-27 | 1 | -3/+0 |
* | Fix so doctest passes | Illviljan | 2021-08-27 | 1 | -3/+3 |
* | DOC: fix see also references in numpy.resize (#19475) | Niko Savola | 2021-07-14 | 1 | -3/+3 |
* | ENH: Adding keepdims to np.argmin,np.argmax (#19211) | Gagandeep Singh | 2021-07-07 | 1 | -8/+34 |
* | DOC: change more np.min/np.max to np.amin/np.amax | Henry Schreiner | 2021-06-29 | 1 | -8/+8 |
* | DOC: Explicitly mention that `searchsorted` returns an integer if `v` is a sc... | Bas van Beek | 2021-06-03 | 1 | -6/+7 |
* | DOC: Improve cumsum documentation (#18895) | Atharva-Vidwans | 2021-05-16 | 1 | -0/+12 |
* | MAINT: Remove unnecessary dash for the dividing line | Patrick | 2021-04-17 | 1 | -1/+1 |
* | MAINT: change argument type in numpy.clip documentation example | xamm | 2021-04-16 | 1 | -1/+1 |
* | DOC: add note for clip() special case a_min > a_max See #18782 | xamm | 2021-04-16 | 1 | -2/+12 |
* | ENH: Use new argument parsing for array creation functions | Sebastian Berg | 2021-03-18 | 1 | -2/+1 |
* | Merge pull request #16588 from SabrinaSimao/np.transpode-documentation | Melissa Weber Mendonça | 2021-02-17 | 1 | -0/+3 |
|\ |
|
| * | DOC: changed the way the link is being used from transpose to ndarray.transpose | SabrinaSimao | 2020-06-12 | 1 | -1/+3 |
| * | unify the docs for np.transpose and ndarray.transpose | SabrinaSimao | 2020-06-12 | 1 | -0/+1 |
* | | DOC: Misc numpydoc format fixes | Matthias Bussonnier | 2021-01-27 | 1 | -6/+3 |
* | | DOC: Misc single to double backticks fixes. | Matthias Bussonnier | 2021-01-24 | 1 | -17/+17 |