summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* Update doc/source/reference/c-api/array.rstCharles Harris2021-09-131-1/+1
* DOC: Added missing C-API functionsMukulika2021-09-081-14/+61
* DOC: Replaced indexing stub doc with routinesMukulika2021-08-183-126/+66
* DOC: Exchanged the contents of Indexing basics and Indexing ref docsMukulika2021-08-181-696/+34
* DOC: Rearranged parts of the Indexing docs to consolidate contentMukulika2021-08-181-203/+364
* DOC: Fix trivial doc typo. (#19692)Antony Lee2021-08-171-1/+1
* DOC: Created fundamentals doc for explanations in `ufunc` reference doc (#19516)Mukulika2021-08-121-438/+129
* Dedent list of macros.Chiara Marmo2021-08-022-327/+330
* Fix scope of c:macro.Chiara Marmo2021-08-012-324/+327
* Merge pull request #19571 from seberg/ufunc-refactor-2021-normalMatti Picus2021-07-281-3/+7
|\
| * MAINT: Use the same pattern for the floating point error checkSebastian Berg2021-07-221-3/+4
| * DOC: use deprecated rather than note and delete old docstringSebastian Berg2021-07-221-6/+2
| * MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-221-0/+7
* | Update doc/source/reference/c-api/array.rstChiara Marmo2021-07-271-1/+1
* | Remove PyArray_MultiIter_SIZE definition. Tentative definition for PyArray_Fi...Chiara Marmo2021-07-271-4/+10
* | Address some comments.Chiara Marmo2021-07-271-11/+10
* | Fix sphinx warnings in c-info.beyond-basics.Chiara Marmo2021-07-271-0/+12
|/
* ENH: Add the `axis` and `ndim` attributes to `np.AxisError` (#19459)Bas van Beek2021-07-201-1/+8
* DOC: Fix typosAdrian Gao2021-07-181-4/+4
* MAINT: Move masked strided/inner-loop code to its "final" place (#19370)Sebastian Berg2021-06-291-5/+1
* 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
* Updated doc/source/reference/arrays.scalars.rstNick Pope2021-05-251-4/+4
* Merge pull request #18676 from seberg/new-promotion-partial-weak-scalarsCharles Harris2021-05-192-15/+1
|\
| * MAINT: Remove `NPY_USE_NEW_CASTINGIMPL`Sebastian Berg2021-05-121-14/+0
| * DOC,TST: Fix documentation and add testsSebastian Berg2021-05-121-1/+1
* | DOC: Use versionadded tag instead of inline comment to specify minimum versio...zoj2021-05-171-1/+3
* | DOC: Clarify minimum numpy version needed to use random c-apizoj2021-05-171-1/+1
* | 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