summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #18880 from seberg/make-signature-resolve-more-strict-and-...Matti Picus2021-05-141-16/+29
|\ \ | |/ |/|
| * DOC: Updates based on Marten's reviewSebastian Berg2021-05-061-2/+3
| * Update doc/source/reference/ufuncs.rstSebastian Berg2021-05-051-2/+2
| * Grammatical fixups for ufuncs refguide.Ross Barnowski2021-05-031-2/+2
| * DOC,API: Fix the documentation.Sebastian Berg2021-05-031-16/+28
* | Merge pull request #18936 from bashtage/update-perf-prngMatti Picus2021-05-121-65/+64
|\ \
| * | DOC: Update performance for new PRNGKevin Sheppard2021-05-111-65/+64
* | | 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
* Merge pull request #18797 from zoj613/zig_docCharles Harris2021-04-211-3/+7
|\
| * DOC: Update random c-api documentationzoj2021-04-171-3/+7
* | Update doc/source/reference/routines.testing.rstPamphile ROY2021-04-171-1/+1
* | 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
|\
| * Update, sized aliasesGiannis Zapantis2021-04-051-0/+2
* | DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsDataSebastian Berg2021-03-291-14/+0
* | 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 idiomsTim Hoffmann2021-03-211-2/+4
* | | Merge pull request #18579 from mwtoews/refactor-dictRalf Gommers2021-03-211-5/+4
|\ \ \ | |/ / |/| |
| * | 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
|\ \
| * | 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
* | | Merge pull request #18001 from seiko2plus/fix_detect_aarch64_osxCharles Harris2020-12-231-4/+4
|\ \ \
| * | | BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-201-4/+4
* | | | MAINT: Fix typo SeepSequenceCharles Harris2020-12-191-1/+1
* | | | DOC: random: add some examples for SeedSequenceEvgeni Burovski2020-12-171-0/+38
| |/ / |/| |