summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |/ / |/| |
* | | Merge pull request #16370 from takanori-pskq/i16217Matti Picus2020-12-1612-159/+218
|\ \ \
| * | | DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-0612-159/+218
* | | | DOC: Add more information about poly1d -> polynomial to reference guide (#16164)Ross Barnowski2020-12-151-10/+154
| |/ / |/| |
* | | ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-261-0/+24
* | | MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+15
* | | API: Do not import sliding_window_view to main namespaceSebastian Berg2020-11-051-1/+1
* | | ENH: Implement sliding window (gh-17394)Klaus Zimmermann2020-11-051-0/+1
|/ /
* | DOC: Add ``ma.isMaskedArray`` and aliasestakanori-pskq2020-11-051-0/+3
* | Update doc/source/reference/c-api/array.rstTakanori H2020-10-271-1/+1
* | DOC: Fix some referencestakanori-pskq2020-10-265-10/+11
* | DOC: Don't use Python highlighting for non-python codeEric Wieser2020-10-252-2/+6
* | Merge pull request #17627 from takanori-pskq/i13114-array-structMatti Picus2020-10-256-15/+15
|\ \
| * | DOC: Fix the references for ``__array_*__``takanori-pskq2020-10-256-15/+15
* | | Merge pull request #17630 from takanori-pskq/i13114-capsuleMatti Picus2020-10-251-2/+3
|\ \ \
| * | | DOC: Replace ``PyCObject`` with ``PyCapsule``takanori-pskq2020-10-251-2/+3
| |/ /
* | | Merge pull request #17629 from takanori-pskq/i13114-pyufunc-identityMatti Picus2020-10-251-3/+9
|\ \ \
| * | | DOC: Add ``identity_value`` to ``PyUFuncObject``takanori-pskq2020-10-251-3/+9
| |/ /