summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Collapse)AuthorAgeFilesLines
...
* | DOC: Clarify minimum numpy version needed to use random c-apizoj2021-05-171-1/+1
| |
* | Merge pull request #18880 from ↵Matti Picus2021-05-141-16/+29
|\ \ | |/ |/| | | | | seberg/make-signature-resolve-more-strict-and-fix-nextafter API: Ensure that casting does not affect ufunc loop
| * DOC: Updates based on Marten's reviewSebastian Berg2021-05-061-2/+3
| |
| * Update doc/source/reference/ufuncs.rstSebastian Berg2021-05-051-2/+2
| | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
| * Grammatical fixups for ufuncs refguide.Ross Barnowski2021-05-031-2/+2
| |
| * DOC,API: Fix the documentation.Sebastian Berg2021-05-031-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | Also, for now enforce *all* outputs. That is more conservative, and obviously won't work for certain functions in scipy that have multiple outputs of different types, but it seems a bit safer to me right now. Maybe at some point we have an idea of how to "modify" what the `dtype` means. I am not sure how! By allowing the ufunc itself to interpret how to translte it to a `signature`? By giving it a distinct meaning? Yes, this might narrow us down a bit... but...
* | Merge pull request #18936 from bashtage/update-perf-prngMatti Picus2021-05-121-65/+64
|\ \ | | | | | | DOC: Update performance for new PRNG
| * | DOC: Update performance for new PRNGKevin Sheppard2021-05-111-65/+64
| | | | | | | | | | | | Add performance benchmarks for PCG64DXSM
* | | DOC resolves #14299 rephrasingKasia2021-05-091-3/+4
| | |
* | | DOC: resolves #14299 - deleting the noteKasia2021-05-091-3/+1
| | |
* | | DOC: Improve datetime64 docs #14299Kasia2021-05-091-1/+1
| | |
* | | DOC: Improve datetime64 docs #14299Kasia2021-05-091-3/+8
|/ /
* | DOC: refine wording for clarityRobert Kern2021-05-041-4/+4
| |
* | DOC: fixes in response to comments.Robert Kern2021-05-042-21/+20
| |
* | STY: Add spaces after commas.Charles Harris2021-05-041-1/+1
| |
* | DOC: Add PCG64DXSM to performance-measuring script.Robert Kern2021-05-041-3/+3
| |
* | DOC: nuance recommendations for PCG64.Robert Kern2021-05-042-6/+12
| |
* | DOC: math formatting.Robert Kern2021-05-041-3/+3
| |
* | DOC: Document PCG64DXSM.Robert Kern2021-05-044-4/+197
|/
* move module target locationAdrian Price-Whelan2021-04-241-3/+2
|
* Fix typo in random docsChristina Hedges2021-04-221-1/+1
| | | | | DOC Fix typo in random docs `Randomstate` -> `RandomState`
* Merge pull request #18797 from zoj613/zig_docCharles Harris2021-04-211-3/+7
|\ | | | | DOC: Update random c-api documentation
| * DOC: Update random c-api documentationzoj2021-04-171-3/+7
| |
* | Update doc/source/reference/routines.testing.rstPamphile ROY2021-04-171-1/+1
| | | | | | Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
* | DOC: not recommended sectionPamphile ROY2021-04-151-1/+6
| |
* | DOC: remove legacy global seed, assert_almost_equal and assert_Pamphile ROY2021-04-141-3/+8
|/
* Merge pull request #18722 from tech-gian/mainCharles Harris2021-04-051-0/+2
|\ | | | | DOC: deduplicate dtype basic types (2)
| * Update, sized aliasesGiannis Zapantis2021-04-051-0/+2
| |
* | DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsDataSebastian Berg2021-03-291-14/+0
| | | | | | | | | | | | | | | | Both functions have been deprecated in 1.19.x without complaints (so far). The first function is largely identical to a Python ufunc call. The second function had served internal NumPy purposes until NumPy 1.6 (probably), and since then had a comment that it should probably be removed (it was not documented).
* | Docs: simd-optimizations.rst: fix basline typo (#18680)Maxim Belkin2021-03-251-2/+2
| |
* | Merge pull request #18652 from timhoffm/doc-plotRalf Gommers2021-03-211-2/+4
|\ \ | | | | | | DOC: Update some plotting code to current Matplotlib idioms
| * | DOC: Update some plotting code to current Matplotlib idiomsTim Hoffmann2021-03-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 3D Axes are created via add_subplot(projection='3d') - There is now a `stairs()` function that's specifically designed for showing histogram curves - Labels should be passed as keyword arguments to the plot functions instead of to `legend()`, which reduces the risk of mixing them up. - ensure equal axis scaling in the meshgrid example
* | | Merge pull request #18579 from mwtoews/refactor-dictRalf Gommers2021-03-211-5/+4
|\ \ \ | |/ / |/| | MAINT: OrderedDict is no longer necessary from Python 3.7
| * | MAINT: OrderedDict is no longer necessary from Python 3.7Mike Taves2021-03-081-5/+4
| | |
* | | DOC: Make inline code example consistent in ufunc referenceAndras Deak2021-03-181-2/+2
| | |
* | | MAINT: Fix missed replacement of rg by rng.Charles Harris2021-03-151-1/+1
| | |
* | | DOC: Consistently use rng as variable name for random generatorsTim Hoffmann2021-03-154-31/+31
|/ /
* | DOC: Closes issue #7408cisaacstern2021-02-241-2/+2
| |
* | Removing mention of the @= operator.melissawm2021-02-112-3/+3
| |
* | Applying suggestions from PR review.melissawm2021-02-052-4/+2
| |
* | DOC: Discussion on the @ operator and the matrix classmelissawm2021-02-053-3/+21
| |
* | Merge pull request #18007 from eric-wieser/float-printing-docCharles Harris2020-12-281-0/+39
|\ \ | | | | | | DOC: Add a brief explanation of float printing
| * | Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-2/+2
| | |
| * | Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-0/+11
| | |
| * | Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-2/+6
| | |
| * | Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-161-1/+1
| | |
| * | DOC: Add a brief explanation of float printingEric Wieser2020-12-161-0/+24
| | | | | | | | | | | | Also link to the overflow docs here.
* | | Merge pull request #18001 from seiko2plus/fix_detect_aarch64_osxCharles Harris2020-12-231-4/+4
|\ \ \ | | | | | | | | BLD, BUG: Fix detecting aarch64 on macOS
| * | | BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-201-4/+4
| | | | | | | | | | | | | | | | Co-authored-by: h-vetinari <h.vetinari@gmx.com>
* | | | MAINT: Fix typo SeepSequenceCharles Harris2020-12-191-1/+1
| | | |