Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | 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 | |
| | * | | | | | | | | 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 compa... | Chris Brown | 2023-04-22 | 1 | -0/+4 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | DOC: Fix incorrectly formatted roles in c-api document (#23639) | yuki | 2023-04-21 | 1 | -1/+1 | |
| * | | | | | | | | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615) | Nico Schlömer | 2023-04-20 | 1 | -0/+14 | |
| * | | | | | | | | Use correct fill_value instead of value for np.full in release 1.24.0 note | jcwchen | 2023-04-19 | 1 | -1/+1 | |
| * | | | | | | | | DOC: pull tags and initialize submodules in development install instructions | Nathan Goldbaum | 2023-04-18 | 1 | -4/+8 | |
| * | | | | | | | | BLD: use the C++ linker to link `_multiarray_umath.so` | Ralf Gommers | 2023-04-16 | 1 | -0/+6 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | DOC: Refactor description of `PyArray_Descr` | yuki | 2023-04-15 | 1 | -77/+77 | |
| * | | | | | | | DOC: Fix module name of `autoattribute` in maskedarray document | yuki | 2023-04-14 | 1 | -7/+7 | |
| * | | | | | | | DOC: Remove descriptions of non-existent C-types (#23584) | yuki | 2023-04-13 | 1 | -16/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #23275 from byrdie/bugfix/logspace-base-broadcast | Sebastian Berg | 2023-04-12 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly... | Roy Smart | 2023-03-06 | 1 | -0/+4 | |
| * | | | | | | DOC: Add directive for C-type `PyArrayMapIterObject` | yuki | 2023-04-10 | 1 | -2/+6 | |
| * | | | | | | Merge pull request #23562 from F3eQnxN3RriK/doc-fix-pyufuncobject | Charles Harris | 2023-04-09 | 1 | -8/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | DOC: Fix document structure of `PyUfuncObject` | yuki | 2023-04-08 | 1 | -8/+7 | |
| * | | | | | | | 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` | yuki | 2023-04-08 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | DOC: Fix missing punctuation in `array.rst` | yuki | 2023-04-07 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | DOC: Fix description of `PyArray_DiscardWritebackIfCopy` | yuki | 2023-04-07 | 1 | -1/+1 | |
| * | | | | | | DOC: Fix incorrect operators for member access in `array.rst` | yuki | 2023-04-07 | 1 | -2/+2 | |
| * | | | | | | ENH: ``__repr__`` for NpzFile object (#23357) | Ganesh Kathiresan | 2023-04-06 | 1 | -0/+9 | |
| * | | | | | | DOC: docs added to routines.ma.rst from issue #23352 (#23368) | Muhammad Ishaque Nizamani | 2023-04-04 | 1 | -0/+15 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | DOC: add missing punctuation in a C API .rst file (#23516) | yuki | 2023-04-02 | 1 | -1/+1 | |
| * | | | | | Merge pull request #23509 from F3eQnxN3RriK/doc-npy-types | Charles Harris | 2023-03-31 | 1 | -97/+97 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | DOC: Fix a structure in `NPY_TYPES` | yuki | 2023-03-31 | 1 | -97/+97 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | Merge pull request #23504 from seberg/decref-del | Charles Harris | 2023-03-31 | 1 | -39/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | |
| | |/ / / / | ||||||
| * | | | | | DOC: default integer dtype reflect C long size (#23507) | Matti Picus | 2023-03-31 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | DEP: remove deprecated `numpy.dual` module | Ralf Gommers | 2023-03-28 | 3 | -48/+1 | |
| * | | | | Merge pull request #23473 from F3eQnxN3RriK/maint-link-writebackifcopy | Matti Picus | 2023-03-28 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | MAINT: Fix a wrong format of reference | yuki | 2023-03-27 | 1 | -1/+1 | |
| * | | | | | Merge pull request #23474 from F3eQnxN3RriK/maint-missing-asterisk | Matti Picus | 2023-03-28 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | MAINT: Fix missing asterisk | yuki | 2023-03-27 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Docs typo fix (#23471) | Johana De La Rosa | 2023-03-27 | 1 | -1/+1 | |
| * | | | | | Merge pull request #23466 from numpy/revert-23061-vectorize | Charles Harris | 2023-03-27 | 1 | -6/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Revert "ENH: Enabled the use of numpy.vectorize as a decorator" | Matti Picus | 2023-03-27 | 1 | -6/+0 | |
| | |/ / / / | ||||||
| * | | | | | DOC: typo, fixed "Howeve" to "However" [skip ci] | Eugene Kim | 2023-03-27 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #21120 from BvB93/matmul | Matti Picus | 2023-03-26 | 1 | -0/+21 | |
| |\ \ \ \ |