| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | MAINT: Also remove XDECREF_ERR from cython `.pyd` | Sebastian Berg | 2023-03-31 | 2 | -2/+0 | |
| | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | DOC: Removed `.shape` setting note from reshape (#23491) | JoryKlaverstijn | 2023-03-31 | 1 | -18/+3 | |
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | DOC: Fix typos & grammer in docstrings and comments (#23503) | Pratyay Banerjee | 2023-03-30 | 4 | -4/+4 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | MAINT: use PyArray_ClearBuffer in PyArray_FillWithScalar | Nathan Goldbaum | 2023-03-29 | 1 | -1/+2 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | MAIN: Remove dual.py from meson.build | Charles Harris | 2023-03-28 | 1 | -1/+0 | |
| | * | | | | | | | | | MAINT: Remove numpy.dual from API check | Charles Harris | 2023-03-28 | 1 | -1/+0 | |
| | * | | | | | | | | | DEP: remove deprecated `numpy.dual` module | Ralf Gommers | 2023-03-28 | 2 | -87/+0 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | | BUG: Use output when given on numpy.dot C-API branch (#23459) | Pedro Lameiras | 2023-03-28 | 3 | -5/+20 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #23460 from molsonkiko/crackfortran_backtracking | Charles Harris | 2023-03-27 | 2 | -2/+49 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | make time tests more resilient to random noise | molsonkiko | 2023-03-26 | 1 | -7/+16 | |
| | | * | | | | | | | make regex still match cases where OG fix failed | molsonkiko | 2023-03-26 | 2 | -7/+20 | |
| | | * | | | | | | | update test for less arbitrary time requirement | molsonkiko | 2023-03-26 | 1 | -1/+2 | |
| | | * | | | | | | | initial fix for nameargspattern regex | molsonkiko | 2023-03-26 | 2 | -3/+10 | |
| | | * | | | | | | | add nameargspattern backtracking test | molsonkiko | 2023-03-26 | 1 | -0/+17 | |
| | * | | | | | | | | Merge pull request #23466 from numpy/revert-23061-vectorize | Charles Harris | 2023-03-27 | 2 | -109/+11 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Revert "ENH: Enabled the use of numpy.vectorize as a decorator" | Matti Picus | 2023-03-27 | 2 | -109/+11 | |
| | * | | | | | | | | | BUG: in the fastest path form ufunc.at, properly increment args[2] | mattip | 2023-03-27 | 2 | -0/+14 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | TST: Fix failing test (introduced deprecation after written) | Sebastian Berg | 2023-03-26 | 1 | -2/+2 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #21120 from BvB93/matmul | Matti Picus | 2023-03-26 | 4 | -31/+146 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | BUG: Remove self == res assert for inplace matmul | Sebastian Berg | 2022-12-02 | 1 | -3/+1 | |
| | | * | | | | | | | ENH: Replace AxisError with more spefic one | Sebastian Berg | 2022-12-02 | 1 | -1/+21 | |
| | | * | | | | | | | ENH: Implement matmul using the nuclear options | Sebastian Berg | 2022-12-02 | 1 | -23/+40 | |
| | | * | | | | | | | MAINT: Move check and expand error message slightly | Sebastian Berg | 2022-12-02 | 1 | -3/+6 | |
| | | * | | | | | | | MAINT: Explicitly raise when `a @= b` would otherwise broadcast the output | Bas van Beek | 2022-12-02 | 2 | -2/+26 | |
| | | * | | | | | | | TST: Add `__imatmul__` tests for arrays with various shapes | Bas van Beek | 2022-12-02 | 1 | -5/+27 | |
| | | * | | | | | | | TST: Add a dedicated `__imatmul__` test case for large matrices | Bas van Beek | 2022-12-02 | 1 | -1/+14 | |
| | | * | | | | | | | MAINT: Let `ndarray.__imatmul__` handle inplace matrix multiplication in the ... | Bas van Beek | 2022-12-02 | 1 | -12/+2 | |
| | | * | | | | | | | TST: Add tests for inplace matrix multiplication | Bas van Beek | 2022-12-02 | 1 | -11/+28 | |
| | | * | | | | | | | DOC: Remove an outdated `matmul` comment | Bas van Beek | 2022-12-02 | 1 | -1/+0 | |
| | | * | | | | | | | ENH: Add support for inplace matrix multiplication | Bas van Beek | 2022-12-02 | 2 | -7/+19 | |
| | * | | | | | | | | Merge pull request #23061 from MatteoRaso/vectorize | Matti Picus | 2023-03-26 | 2 | -11/+109 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | @vectorize now requires arguments to specify keywords | Matteo Raso | 2023-02-09 | 2 | -27/+15 | |
| | | * | | | | | | | | Added a test for positional args (PR-23061) | Matteo Raso | 2023-02-08 | 2 | -0/+30 | |
| | | * | | | | | | | | Added test for vectorize decorator project | Matteo Raso | 2023-01-27 | 1 | -0/+8 | |
| | | * | | | | | | | | Changed documentation for numpy.vectorize | Matteo Raso | 2023-01-24 | 1 | -1/+1 | |
| | | * | | | | | | | | Fixed lint error | Matteo Raso | 2023-01-21 | 1 | -1/+1 | |
| | | * | | | | | | | | ENH: Enabled use of numpy.vectorize as decorator (#9477) | Matteo Raso | 2023-01-21 | 2 | -12/+76 | |
| | | * | | | | | | | | BUG: Added __name__ atribute to vectorize class (#23021) | Matteo Raso | 2023-01-18 | 2 | -0/+8 | |
| | * | | | | | | | | | Merge pull request #23322 from F3eQnxN3RriK/enh-ma-dot | Matti Picus | 2023-03-26 | 3 | -96/+149 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | MAINT: move `mask_rowcols` to `ma/extras.py` | yuki | 2023-03-25 | 2 | -93/+90 | |
| | | * | | | | | | | | | ENH: revert changes of `mask_rowcols` | yuki | 2023-03-22 | 1 | -8/+12 | |
| | | * | | | | | | | | | ENH: fix format | yuki | 2023-03-22 | 1 | -12/+24 | |
| | | * | | | | | | | | | Merge branch 'main' into enh-ma-dot | yuki | 2023-03-22 | 65 | -463/+575 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | add support for non-2d arrays | yuki | 2023-03-03 | 2 | -25/+65 | |
| | * | | | | | | | | | | | MAINT: Fix reference roles of ast | yuki | 2023-03-25 | 1 | -5/+5 | |
| | * | | | | | | | | | | | MAINT: Fix reference roles of `ast` | yuki | 2023-03-25 | 1 | -7/+7 | |
| | * | | | | | | | | | | | MAINT Fix broken links in absoft.py | Christian Veenhuis | 2023-03-24 | 1 | -2/+2 | |
| | * | | | | | | | | | | | DOC: Remove descriptions in method declarations | yuki | 2023-03-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | Merge pull request #23404 from ngoldbaum/dtype-class-array-creation | Sebastian Berg | 2023-03-23 | 8 | -71/+198 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | MAINT: add test for string dtype discovery from a dtypemeta | Nathan Goldbaum | 2023-03-20 | 1 | -0/+2 | |
