summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | DOC: Refactor description of `PyArray_Descr`yuki2023-04-151-77/+77
* | | | | DOC: Fix module name of `autoattribute` in maskedarray documentyuki2023-04-141-7/+7
* | | | | DOC: Remove descriptions of non-existent C-types (#23584)yuki2023-04-131-16/+0
|/ / / /
* | | | DOC: Add directive for C-type `PyArrayMapIterObject`yuki2023-04-101-2/+6
* | | | Merge pull request #23562 from F3eQnxN3RriK/doc-fix-pyufuncobjectCharles Harris2023-04-091-8/+7
|\ \ \ \
| * | | | DOC: Fix document structure of `PyUfuncObject`yuki2023-04-081-8/+7
* | | | | Merge pull request #23560 from F3eQnxN3RriK/doc-fix-parameter-typeMatti Picus2023-04-091-1/+1
|\ \ \ \ \
| * | | | | DOC: Fix parameter type of `PyArray_DiscardWritebackIfCopy`yuki2023-04-081-1/+1
| |/ / / /
* | | | | DOC: Fix missing punctuation in `array.rst`yuki2023-04-071-1/+1
|/ / / /
* | | | DOC: Fix description of `PyArray_DiscardWritebackIfCopy`yuki2023-04-071-1/+1
* | | | DOC: Fix incorrect operators for member access in `array.rst`yuki2023-04-071-2/+2
* | | | DOC: docs added to routines.ma.rst from issue #23352 (#23368)Muhammad Ishaque Nizamani2023-04-041-0/+15
|/ / /
* | | DOC: add missing punctuation in a C API .rst file (#23516)yuki2023-04-021-1/+1
* | | Merge pull request #23509 from F3eQnxN3RriK/doc-npy-typesCharles Harris2023-03-311-97/+97
|\ \ \
| * | | DOC: Fix a structure in `NPY_TYPES`yuki2023-03-311-97/+97
| | |/ | |/|
* | | Merge pull request #23504 from seberg/decref-delCharles Harris2023-03-311-39/+0
|\ \ \
| * | | DOC: PyArray_ArrayType doesn't existSebastian Berg2023-03-311-11/+0
| * | | DOC: Also delete PyArray_GetArrayParamsFromObjectSebastian Berg2023-03-311-16/+0
| * | | DOC: Remove doc for non-existing `PyArray_XDECREF_ERR`Sebastian Berg2023-03-311-12/+0
| |/ /
* | | DOC: default integer dtype reflect C long size (#23507)Matti Picus2023-03-311-2/+2
|/ /
* | DEP: remove deprecated `numpy.dual` moduleRalf Gommers2023-03-282-48/+0
* | Merge pull request #23473 from F3eQnxN3RriK/maint-link-writebackifcopyMatti Picus2023-03-281-1/+1
|\ \
| * | MAINT: Fix a wrong format of referenceyuki2023-03-271-1/+1
* | | Merge pull request #23474 from F3eQnxN3RriK/maint-missing-asteriskMatti Picus2023-03-281-1/+1
|\ \ \
| * | | MAINT: Fix missing asteriskyuki2023-03-271-1/+1
| |/ /
* | | DOC: typo, fixed "Howeve" to "However" [skip ci]Eugene Kim2023-03-271-1/+1
|/ /
* | Merge pull request #23453 from sadigulcelik/mainCharles Harris2023-03-251-2/+0
|\ \
| * | DOC: typo, remove unfollowed conjunction "However" [skip ci]sadigulcelik2023-03-251-2/+0
* | | DOC: add entry for `numpy.character`yuki2023-03-251-0/+4
|/ /
* | MAINT: Fix a broken section linkyuki2023-03-241-2/+2
* | MAINT: remove support for Gitpod, add note on using CodespacesRalf Gommers2023-03-2314-291/+27
* | Merge pull request #23437 from partev/patch-1Charles Harris2023-03-231-1/+1
|\ \
| * | DOC: fix broken link to SciPy Tutorialpartev2023-03-231-1/+1
* | | DOC: fix a link redirect to WSLpartev2023-03-231-1/+1
|/ /
* | Merge pull request #23404 from ngoldbaum/dtype-class-array-creationSebastian Berg2023-03-231-1/+1
|\ \
| * | ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-171-1/+1
* | | Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagationSebastian Berg2023-03-221-2/+3
|\ \ \
| * | | ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-241-2/+3
* | | | DOC: Update wording related to recommended np alias (#23424)Michail Gaganis2023-03-191-2/+2
| |/ / |/| |
* | | MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-1/+1
* | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-122-22/+0
* | | BLD: Check for submodules before build (#23372)Raghuveer Devulapalli2023-03-121-2/+2
* | | Merge pull request #23311 from F3eQnxN3RriK/fix-docs-typoMukulika2023-03-021-1/+1
|\ \ \
| * | | DOC: Fix a typoyuki2023-02-281-1/+1
* | | | MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-011-2/+4
* | | | DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-0/+1
|/ / /
* | | DOC: Update dtype hierarchy and box-text alingnment png pdf dia #23252Younes2023-02-263-0/+0
* | | DOC: Fix some links in the usage documentyuki2023-02-252-2/+2
|/ /
* | Merge pull request #23195 from seberg/public-rng-spawnCharles Harris2023-02-233-8/+36
|\ \
| * | DOC: Try to add Generator spawning to parallel generation and link itSebastian Berg2023-02-141-6/+21