summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | DOC: fix formatting and references.Robert Kern2023-04-202-5/+5
| | * | | | | | | | DOC: move all new-or-different info to its own page.Robert Kern2023-04-192-105/+30
| | * | | | | | | | DOC: expand seeding wording.Robert Kern2023-04-191-6/+14
| | * | | | | | | | DOC: emphasize RNG abbreviation on the front pageRobert Kern2023-04-191-10/+10
| | * | | | | | | | DOC: NumPy capitalizationRobert Kern2023-04-191-1/+1
| | * | | | | | | | DOC: Move compatibility policy to separate page.Robert Kern2023-04-192-85/+88
| | * | | | | | | | DOC: NumPy capitalizationRobert Kern2023-04-171-1/+1
| | * | | | | | | | DOC: fix referencesRobert Kern2023-04-142-4/+4
| | * | | | | | | | DOC: compatibility noteRobert Kern2023-04-141-0/+9
| | * | | | | | | | DOC: Add np.random compatibility policyRobert Kern2023-04-141-0/+76
| | * | | | | | | | DOC: reorganize np.random index page for general personaRobert Kern2023-04-143-149/+133
| * | | | | | | | | DOC: Clarify that defining NPY_NO_DEPRECATED_API does not determine ABI compa...Chris Brown2023-04-221-0/+4
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | DOC: Fix incorrectly formatted roles in c-api document (#23639)yuki2023-04-211-1/+1
| * | | | | | | | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-201-0/+14
| * | | | | | | | Use correct fill_value instead of value for np.full in release 1.24.0 notejcwchen2023-04-191-1/+1
| * | | | | | | | DOC: pull tags and initialize submodules in development install instructionsNathan Goldbaum2023-04-181-4/+8
| * | | | | | | | BLD: use the C++ linker to link `_multiarray_umath.so`Ralf Gommers2023-04-161-0/+6
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | 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
| |/ / / / / /
| * | | | | | Merge pull request #23275 from byrdie/bugfix/logspace-base-broadcastSebastian Berg2023-04-121-0/+4
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly...Roy Smart2023-03-061-0/+4
| * | | | | | 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
| * | | | | | ENH: ``__repr__`` for NpzFile object (#23357)Ganesh Kathiresan2023-04-061-0/+9
| * | | | | | 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-283-48/+1
| * | | | 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
| | |/ / / /
| * | | | | Docs typo fix (#23471)Johana De La Rosa2023-03-271-1/+1
| * | | | | Merge pull request #23466 from numpy/revert-23061-vectorizeCharles Harris2023-03-271-6/+0
| |\ \ \ \ \
| | * | | | | Revert "ENH: Enabled the use of numpy.vectorize as a decorator"Matti Picus2023-03-271-6/+0
| | |/ / / /
| * | | | | DOC: typo, fixed "Howeve" to "However" [skip ci]Eugene Kim2023-03-271-1/+1
| |/ / / /
| * | | | Merge pull request #21120 from BvB93/matmulMatti Picus2023-03-261-0/+21
| |\ \ \ \