| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | BUG: lib: Tiny fix for the loadtxt tokenizer when PyMem_Malloc() fails. | warren | 2023-04-14 | 1 | -0/+2 | |
| | * | | | | | | | | Merge pull request #23275 from byrdie/bugfix/logspace-base-broadcast | Sebastian Berg | 2023-04-12 | 2 | -5/+47 | |
| | |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | | * | | | | | | | ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly... | Roy Smart | 2023-03-06 | 2 | -5/+47 | |
| | * | | | | | | | | TST: try readding test_new_policy on musl | Andrew Nelson | 2023-04-11 | 1 | -2/+1 | |
| | * | | | | | | | | Merge pull request #23555 from ngoldbaum/deprecate-np-math | Ralf Gommers | 2023-04-08 | 1 | -0/+9 | |
| | |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| | | * | | | | | | | DEP: deprecate np.math and np.lib.math | Nathan Goldbaum | 2023-04-07 | 1 | -0/+9 | |
| | * | | | | | | | | BLD: fix instances of MSVC detection in `meson.build` | Ralf Gommers | 2023-04-07 | 1 | -3/+3 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #23519 from F3eQnxN3RriK/fix-builtin-len | Tyler Reddy | 2023-04-06 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | DOC: Fix a reference to built-in `len` in `char.str_len` docstring | yuki | 2023-04-03 | 1 | -1/+1 | |
| | * | | | | | | | | Merge pull request #23495 from AlekseiNikiforovIBM/pytorch_fixes | Charles Harris | 2023-04-05 | 2 | -7/+14 | |
| | |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | | * | | | | | | | BUG: fix loading and storing big arrays on s390x | Aleksei Nikiforov | 2023-03-30 | 2 | -7/+14 | |
| | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | | Merge pull request #23521 from seiko2plus/cpp_2017 | Charles Harris | 2023-04-04 | 2 | -42/+4 | |
| | |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | | * | | | | | | ENH: Raise C++ standard to C++17 | Sayed Adel | 2023-04-04 | 2 | -42/+4 | |
| | * | | | | | | | Merge pull request #23498 from ngoldbaum/buffer-error-fix | Charles Harris | 2023-03-31 | 1 | -3/+11 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | MAINT: revert change to legacy path | Nathan Goldbaum | 2023-03-30 | 1 | -1/+1 | |
| | | * | | | | | | | MAINT: fix compiling on MUSL | Nathan Goldbaum | 2023-03-30 | 1 | -3/+2 | |
| | | * | | | | | | | MAINT: improve error when a dtype doesn't support the buffer interface | Nathan Goldbaum | 2023-03-30 | 1 | -3/+12 | |
| | | | |_|/ / / / | | |/| | | | | | ||||||
| | * | | | | | | | Merge pull request #23504 from seberg/decref-del | Charles Harris | 2023-03-31 | 1 | -1/+0 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | MAINT: Remove reference to PyArray_GetArrayParamsFromObject | Charles Harris | 2023-03-31 | 1 | -1/+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 | 3 | -3/+3 | |
| | | |/ / / / | |/| | | | | ||||||
| | * | | | | | MAINT: use PyArray_ClearBuffer in PyArray_FillWithScalar | Nathan Goldbaum | 2023-03-29 | 1 | -1/+2 | |
| | |/ / / / | ||||||
| | * | | | | BUG: Use output when given on numpy.dot C-API branch (#23459) | Pedro Lameiras | 2023-03-28 | 2 | -4/+19 | |
| | |/ / / | ||||||
| | * | | | 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 | 2 | -18/+131 | |
| | |\ \ \ | ||||||
| | | * | | | 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 | |
| | | * | | | 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 | 1 | -6/+6 | |
| | * | | | | 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 | |
| | | * | | | | MAINT: Simplify reference counting in the np.array() internal code | Sebastian Berg | 2023-03-20 | 1 | -54/+35 | |
| | | * | | | | MAINT: respond to review comments | Nathan Goldbaum | 2023-03-20 | 2 | -17/+27 | |
| | | * | | | | MAINT: move npy_dtype_info definition back to descriptor.h | Nathan Goldbaum | 2023-03-20 | 8 | -18/+13 | |
| | | * | | | | MAINT: avoid calling PyArray_AdaptDescriptorToArray in some cases | Nathan Goldbaum | 2023-03-17 | 1 | -4/+26 | |
| | | * | | | | MAINT: Indicate private functions with _int suffix. | Nathan Goldbaum | 2023-03-17 | 3 | -35/+44 | |
| | | * | | | | BUG: handle errors from PyArray_AdaptDescriptorToArray | Nathan Goldbaum | 2023-03-17 | 1 | -0/+5 | |
| | | * | | | | ENH: allow using dtype classes in array creation functions | Nathan Goldbaum | 2023-03-17 | 15 | -70/+173 | |
| | * | | | | | Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagation | Sebastian Berg | 2023-03-22 | 8 | -11/+119 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri... | Roy Smart | 2023-02-24 | 8 | -11/+119 | |
| | * | | | | | | MAINT: Fix 'paramteric' typo | Christian Veenhuis | 2023-03-21 | 1 | -8/+8 | |
| | * | | | | | | BUG: Fix busday_count for reversed dates (#23229) | Pieter Eendebak | 2023-03-20 | 2 | -3/+26 | |
| | | |/ / / / | |/| | | | | ||||||
