summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Move masked strided/inner-loop code to its "final" place (#19370)Sebastian Berg2021-06-291-5/+1
| | | | | * MAINT: Move masked code 1:1 (does not work) * MAINT: Fixup code move and small follow-up fixes
* DOC: Add documentation for `np.ctypeslib.c_intp`Bas van Beek2021-06-221-0/+7
|
* DOC: NeighborhoodIterator position on creationMarco Aurelio da Costa2021-06-081-1/+7
| | | | | | Document that NeighborhoodIterator will point to the begining of the data instead of the position pointed by iter on creation in the special case where data is contiguous.
* Updated doc/source/reference/arrays.scalars.rstNick Pope2021-05-251-4/+4
| | | Fixed unsigned integer aliases.
* Merge pull request #18676 from seberg/new-promotion-partial-weak-scalarsCharles Harris2021-05-192-15/+1
|\ | | | | MAINT: Implement new style promotion for `np.result_type`, etc.
| * MAINT: Remove `NPY_USE_NEW_CASTINGIMPL`Sebastian Berg2021-05-121-14/+0
| | | | | | | | | | | | | | This doesn't serve any purpose anymore. The new code is now always used. (In very few cases this may lead to small slowdowns, this should only matter in ufuncs where it doesn't seem to matter enough to worry about it.)
| * DOC,TST: Fix documentation and add testsSebastian Berg2021-05-121-1/+1
| |
* | DOC: Use versionadded tag instead of inline comment to specify minimum ↵zoj2021-05-171-1/+3
| | | | | | | | version needed for random c-api
* | 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