summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-1/+2
* DOC: centralized min-max documentation under 'extrema finding' subsection in ...Yuval Ofek2021-10-302-10/+17
* Merge pull request #20195 from WarrenWeckesser/doc-miscSebastian Berg2021-10-271-8/+14
|\
| * DOC: Two small changes in array.rst:warren2021-10-261-8/+14
* | MAINT: Only warn for transferred ownership if env variable is set (#20200)Matti Picus2021-10-273-3/+51
|/
* DOC: add release note and move NEP 49 to Final (#20194)Matti Picus2021-10-261-0/+2
* [MAINT] minor grammar fix: add missing "an"bbrewington2021-10-251-1/+1
* [MAINT] Fix minor typobbrewington2021-10-251-1/+1
* ENH: Configurable allocator (#17582)Matti Picus2021-10-252-0/+120
* DOC: Remove double property ctypes from ndarrayPeter Tillema2021-10-141-1/+0
* DOC: Document the dtype comparison operationsBas van Beek2021-10-091-0/+10
* DOC:add-html-reference-to-some-ma-methodsSista Seetaram2021-10-061-0/+3
* DOC: add example showing how to convert POSIX timestamps to datetime64 (#18984)Jonathan Reichelt Gjertsen2021-10-011-3/+15
* Merge pull request #19981 from cmarmo/npyarray-enumsMatti Picus2021-10-012-54/+75
|\
| * Add comments to prevent revert.Chiara Marmo2021-09-302-0/+21
| * Fix scope of some sphinx declarations to avoid warnings.Chiara Marmo2021-09-282-54/+54
* | DOC: Copy-edit and fix typos.Warren Weckesser2021-09-291-2/+2
|/
* Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-253-2/+23
|\
| * DOC: Add links to the `__class_getitem__` docsBas van Beek2021-09-163-2/+23
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-218-20/+20
* | Merge pull request #19844 from Mukulikaa/c-api-additionsCharles Harris2021-09-161-14/+61
|\ \
| * | Update doc/source/reference/c-api/array.rstCharles Harris2021-09-131-1/+1
| * | DOC: Added missing C-API functionsMukulika2021-09-081-14/+61
| |/
* | DOC: Moved NumPy Internals into Under-the-hood docsMukulika2021-09-134-870/+11
|/
* 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