| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | Merge pull request #23591 from ngoldbaum/refactor-zero | Sebastian Berg | 2023-04-20 | 12 | -88/+190 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | DOC: warn against using zero-filling loop with a previously allocated array | Nathan Goldbaum | 2023-04-19 | 2 | -0/+6 | |
| | | * | | | | | | | | | | | | MAINT: housecleaning for traversal loop setup and implementations | Nathan Goldbaum | 2023-04-19 | 5 | -89/+96 | |
| | | * | | | | | | | | | | | | MAINT: support traversal loops without initializing the descriptor | Nathan Goldbaum | 2023-04-19 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | MNT: respond to review comments | Nathan Goldbaum | 2023-04-19 | 2 | -15/+11 | |
| | | * | | | | | | | | | | | | MAINT: refactor zero-filling to use a traversal loop | Nathan Goldbaum | 2023-04-18 | 6 | -77/+131 | |
| | | * | | | | | | | | | | | | ENH: Refactor special zero-filling to be managed by the DType | Nathan Goldbaum | 2023-04-18 | 7 | -49/+87 | |
| | | * | | | | | | | | | | | | MAINT: correct typos in dtype API documentation comments | Nathan Goldbaum | 2023-04-18 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | Merge pull request #23557 from mhvk/arrayprint-subformat-use-threshold | Marten van Kerkwijk | 2023-04-19 | 2 | -10/+63 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | ENH: Use threshold also inside SubArrayFormat. | Marten van Kerkwijk | 2023-04-07 | 2 | -10/+63 | |
| | * | | | | | | | | | | | | | BUG, BLD: Fix indentation bug in distutils | Charles Harris | 2023-04-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | BLD: use the C++ linker to link `_multiarray_umath.so` | Ralf Gommers | 2023-04-16 | 1 | -3/+0 | |
| | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | MAINT: Update conftest for hypothesis | Rohit Goswami | 2023-04-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | DNM: test some more `selected_real_kind` results [skip azurepipelines] | Derek Homeier | 2023-04-15 | 1 | -3/+24 | |
| | * | | | | | | | | | | | | BUG: include macOS arm64 `machine()` value in `_selected_real_kind_func` | Derek Homeier | 2023-04-15 | 2 | -5/+5 | |
| | * | | | | | | | | | | | | BUG: lib: Tiny fix for the loadtxt tokenizer when PyMem_Malloc() fails. | warren | 2023-04-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | DOC: Add example for Polynomial.degree(). (#23530) | Stefanie Molin | 2023-04-13 | 1 | -0/+22 | |
| | * | | | | | | | | | | | | DOC: Add Examples section to np.ma.sort docstring (#23392) | Somasree Majumder | 2023-04-13 | 1 | -0/+15 | |
| | * | | | | | | | | | | | | 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 | |
| | * | | | | | | | | | | | | MAINT: remove usages of sys.exc_info (#23568) | Irit Katriel | 2023-04-11 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | BUG: accept zeros on numpy.random dirichlet function (#23440) | Paulo Almeida | 2023-04-11 | 2 | -3/+7 | |
| | * | | | | | | | | | | | | TST: try readding test_new_policy on musl | Andrew Nelson | 2023-04-11 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | DOC: Update wording and xref domain from polynomial roots docstring #23374 (#... | Younes | 2023-04-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | DOC: Add docstring examples for np.ma.right_shift (#23393) | Somasree Majumder | 2023-04-10 | 1 | -0/+15 | |
| | * | | | | | | | | | | | | Merge pull request #23559 from andyfaff/gh23538 | Charles Harris | 2023-04-10 | 2 | -2/+9 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | MAINT: Fix wrong date in comment. | Charles Harris | 2023-04-10 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | MAINT: add arm64 to f2py's selected_real_kind | Andrew Nelson | 2023-04-09 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | BLD: remove -ftrapping-math on macosx_arm64 | Andrew Nelson | 2023-04-08 | 1 | -1/+8 | |
| | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge pull request #23555 from ngoldbaum/deprecate-np-math | Ralf Gommers | 2023-04-08 | 3 | -3/+35 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | DEP: deprecate np.math and np.lib.math | Nathan Goldbaum | 2023-04-07 | 3 | -3/+35 | |
| | * | | | | | | | | | | | | BLD: fix instances of MSVC detection in `meson.build` | Ralf Gommers | 2023-04-07 | 2 | -4/+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 | |
| | * | | | | | | | | | | | | ENH: ``__repr__`` for NpzFile object (#23357) | Ganesh Kathiresan | 2023-04-06 | 3 | -2/+35 | |
| | * | | | | | | | | | | | | 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 | 6 | -54/+7 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | ENH: Raise C++ standard to C++17 | Sayed Adel | 2023-04-04 | 6 | -54/+7 | |
| | * | | | | | | | | | | | | | DOC: Add example for np.ma.compressed. (#23426) | Stefanie Molin | 2023-04-04 | 1 | -0/+23 | |
| | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Fixed failing tests | Matteo Raso | 2023-04-01 | 2 | -16/+39 | |
| | * | | | | | | | | | | | | Fixed docstring test | Matteo Raso | 2023-04-01 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | Fixed edge case where pyfunc has no attribute `__doc__` | Matteo Raso | 2023-04-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Fixed edge case where pyfunc has no attribute `__name__` | Matteo Raso | 2023-04-01 | 2 | -51/+134 | |
| | * | | | | | | | | | | | | 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 | 3 | -3/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | MAINT: Remove reference to PyArray_GetArrayParamsFromObject | Charles Harris | 2023-03-31 | 1 | -1/+0 | |
