Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: delete out-of-date description of ResultType algorithm | Nathan Goldbaum | 2023-05-16 | 1 | -20/+4 |
| | |||||
* | DOC: clarify how inputs of PyArray_ResultType are used | Nathan Goldbaum | 2023-05-16 | 1 | -5/+5 |
| | |||||
* | DOC: rm bool8 from scalars summary page. | Ross Barnowski | 2023-05-12 | 1 | -2/+0 |
| | |||||
* | DOC: Fix link to site.cfg.example | Dominic Davis-Foster | 2023-05-02 | 1 | -1/+1 |
| | | | | It was using Markdown syntax, but this is a ReStructedText file. | ||||
* | DOC: Fix return type of `PyArray_EinsteinSum` (#23684) | Yuki | 2023-04-29 | 1 | -1/+1 |
| | | | | The return type `PyArray_EinsteinSum` is `PyArrayObject*`, not `PyObject*` | ||||
* | Merge pull request #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 1 | -2/+2 |
|\ | | | | | MAINT: remove redundant open() modes and io.open() alias | ||||
| * | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #23358 from seberg/dtype-class-in-types | Matti Picus | 2023-04-27 | 1 | -0/+2 |
|\ \ | | | | | | | API: Add DType classes into new `numpy.dtypes` module | ||||
| * | | MAINT: Move module to be `np.dtypes` and add release note | Sebastian Berg | 2023-04-12 | 1 | -1/+1 |
| | | | |||||
| * | | API: Add `numpy.types` module and fill it with DType classes | Sebastian Berg | 2023-04-12 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #23648 from JulesKouatchou/feature/JulesK/docs | Matti Picus | 2023-04-26 | 1 | -0/+84 |
|\ \ \ | | | | | | | | | DOC: Example on how to use np.lib.tracemalloc_domain. | ||||
| * | | | Change the section (on memory tracing) title to reflect its content. | Jules Kouatchou | 2023-04-25 | 1 | -2/+2 |
| | | | | |||||
| * | | | Added indentation for the sample code to be properly displayed. | Jules Kouatchou | 2023-04-25 | 1 | -72/+71 |
| | | | | |||||
| * | | | Added an example on how to trace memory in an application with NumPy related ↵ | Jules Kouatchou | 2023-04-25 | 1 | -0/+85 |
| | | | | | | | | | | | | | | | | calls. | ||||
* | | | | DOC: Convert titles to sentence case (#23643) | Talha M | 2023-04-26 | 8 | -23/+23 |
| | | | | | | | | | | | | Partially addresses #16261. | ||||
* | | | | Merge pull request #23585 from rkern/doc/random-intro | Ralf Gommers | 2023-04-22 | 5 | -232/+237 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | DOC: np.random index reorganization [skip actions] [skip azp] | ||||
| * | | | | DOC: fix two broken links and a couple of very minor textual issues | Ralf Gommers | 2023-04-22 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | [skip cirrus] [skip azp] [skip actions] | ||||
| * | | | | DOC: prevent all of the legacy sections from being visible in the index ToC | Robert Kern | 2023-04-20 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | DOC: fix formatting and references. | Robert Kern | 2023-04-20 | 2 | -5/+5 |
| | | | | | |||||
| * | | | | DOC: move all new-or-different info to its own page. | Robert Kern | 2023-04-19 | 2 | -105/+30 |
| | | | | | |||||
| * | | | | DOC: expand seeding wording. | Robert Kern | 2023-04-19 | 1 | -6/+14 |
| | | | | | |||||
| * | | | | DOC: emphasize RNG abbreviation on the front page | Robert Kern | 2023-04-19 | 1 | -10/+10 |
| | | | | | |||||
| * | | | | DOC: NumPy capitalization | Robert Kern | 2023-04-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | DOC: Move compatibility policy to separate page. | Robert Kern | 2023-04-19 | 2 | -85/+88 |
| | | | | | |||||
| * | | | | DOC: NumPy capitalization | Robert Kern | 2023-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com> | ||||
| * | | | | DOC: fix references | Robert Kern | 2023-04-14 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | DOC: compatibility note | Robert Kern | 2023-04-14 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | DOC: Add np.random compatibility policy | Robert Kern | 2023-04-14 | 1 | -0/+76 |
| | | | | | |||||
| * | | | | DOC: reorganize np.random index page for general persona | Robert Kern | 2023-04-14 | 3 | -149/+133 |
| | |/ / | |/| | | |||||
* | | | | DOC: Clarify that defining NPY_NO_DEPRECATED_API does not determine ABI ↵ | Chris Brown | 2023-04-22 | 1 | -0/+4 |
| |/ / |/| | | | | | | | | | | | | | | | | | compatibility (#23631) Closes gh-23610 [skip ci] | ||||
* | | | DOC: Fix incorrectly formatted roles in c-api document (#23639) | yuki | 2023-04-21 | 1 | -1/+1 |
| | | | |||||
* | | | DOC: Refactor description of `PyArray_Descr` | yuki | 2023-04-15 | 1 | -77/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | The [PyArray_Descr documentation](https://numpy.org/devdocs/reference/c-api/types-and-structures.html#c.PyArray_Descr) is indented incorrectly and has duplicated `alignment` entry in the wrong place. In order to fix the document structure while keeping the internal links, moved the flags directive after the `PyArray_Descr` description. | ||||
* | | | DOC: Fix module name of `autoattribute` in maskedarray document | yuki | 2023-04-14 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | Fixed the directive to set the module name to `numpy` using the same way as used in autosummary templates. Reducing two warnings (see gh-13114). | ||||
* | | | DOC: Remove descriptions of non-existent C-types (#23584) | yuki | 2023-04-13 | 1 | -16/+0 |
|/ / | | | | | Specifically PyUFuncLoopObject and PyUFuncReduceObject | ||||
* | | DOC: Add directive for C-type `PyArrayMapIterObject` | yuki | 2023-04-10 | 1 | -2/+6 |
| | | | | | | | | | | | | | | `PyArrayMapIterObject` is referenced from other documents (e.g. https://numpy.org/devdocs/reference/c-api/array.html#c.PyArray_MapIterSwapAxes), however it has no target and causes reference warning (see gh-13114). Therefore added directive `.. c:type:: PyArrayMapIterObject` to fix these references. | ||||
* | | Merge pull request #23562 from F3eQnxN3RriK/doc-fix-pyufuncobject | Charles Harris | 2023-04-09 | 1 | -8/+7 |
|\ \ | | | | | | | DOC: Fix document structure of `PyUfuncObject` | ||||
| * | | DOC: Fix document structure of `PyUfuncObject` | yuki | 2023-04-08 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | Moved (incorrectly indented) directives of the two flags back in order to fix a reference to `identity_value`. | ||||
* | | | Merge pull request #23560 from F3eQnxN3RriK/doc-fix-parameter-type | Matti Picus | 2023-04-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | DOC: Fix parameter type of `PyArray_DiscardWritebackIfCopy` | ||||
| * | | | DOC: Fix parameter type of `PyArray_DiscardWritebackIfCopy` | yuki | 2023-04-08 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | The type of parameter is `PyArrayObject`, not `PyObject`. ref: https://github.com/numpy/numpy/blob/main/numpy/core/include/numpy/ndarrayobject.h#L155-L167 | ||||
* | | | DOC: Fix missing punctuation in `array.rst` | yuki | 2023-04-07 | 1 | -1/+1 |
|/ / | | | | | | | [skip ci] | ||||
* | | DOC: Fix description of `PyArray_DiscardWritebackIfCopy` | yuki | 2023-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | If my understanding of this document is correct, `PyArray_DiscardWritebackIfCopy` should be replaced with `PyArray_ResolveWritebackIfCopy`. | ||||
* | | DOC: Fix incorrect operators for member access in `array.rst` | yuki | 2023-04-07 | 1 | -2/+2 |
| | | | | | | | | Operators should be `->`, not `.`, for here both `obj` are pointers of C-struct. | ||||
* | | DOC: docs added to routines.ma.rst from issue #23352 (#23368) | Muhammad Ishaque Nizamani | 2023-04-04 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * function added routines.ma.rst from issue #23352 * Update doc/source/reference/routines.ma.rst * imporved solution of PR #23368 and Issue #23352 * DOC: Minor style fix --------- Co-authored-by: Mukulika <60316606+Mukulikaa@users.noreply.github.com> | ||||
* | | DOC: add missing punctuation in a C API .rst file (#23516) | yuki | 2023-04-02 | 1 | -1/+1 |
| | | | | | | [skip ci] | ||||
* | | Merge pull request #23509 from F3eQnxN3RriK/doc-npy-types | Charles Harris | 2023-03-31 | 1 | -97/+97 |
|\ \ | | | | | | | DOC: Fix a structure in `NPY_TYPES` | ||||
| * | | DOC: Fix a structure in `NPY_TYPES` | yuki | 2023-03-31 | 1 | -97/+97 |
| | | | |||||
* | | | DOC: PyArray_ArrayType doesn't exist | Sebastian Berg | 2023-03-31 | 1 | -11/+0 |
| | | | |||||
* | | | DOC: Also delete PyArray_GetArrayParamsFromObject | Sebastian Berg | 2023-03-31 | 1 | -16/+0 |
| | | | |||||
* | | | DOC: Remove doc for non-existing `PyArray_XDECREF_ERR` | Sebastian Berg | 2023-03-31 | 1 | -12/+0 |
|/ / | | | | | | | The macro was removed, this is just a left over. | ||||
* | | DEP: remove deprecated `numpy.dual` module | Ralf Gommers | 2023-03-28 | 2 | -48/+0 |
| | | | | | | | | | | | | | | It has been deprecated since numpy 1.20, and code search engines don't turn up a reason to keep this around. [skip actions] [skip cirrus] |