| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG: Fix small issues found with pytest-leaks | Sebastian Berg | 2021-03-23 | 7 | -26/+41 |
| * | BUG: Fix small valgrind-found issues (#18651) | Sebastian Berg | 2021-03-21 | 5 | -1/+6 |
| * | Merge pull request #18612 from charris/backport-18560 | Charles Harris | 2021-03-14 | 2 | -2/+28 |
| |\ |
|
| | * | BUG: Fixed ``where`` keyword for ``np.mean`` & ``np.var`` methods (gh-18560) | Mateusz Sokół | 2021-03-14 | 2 | -2/+28 |
| * | | BUG: incorrect error fallthrough in nditer | Allan Haldane | 2021-03-04 | 2 | -1/+14 |
| |/ |
|
| * | Merge pull request #18488 from charris/backport-18479 | Charles Harris | 2021-02-24 | 1 | -1/+6 |
| |\ |
|
| | * | Goto done when an error condition is reached | Christoph Gohlke | 2021-02-24 | 1 | -0/+1 |
| | * | BUG: check if PyArray_malloc succeeded | Christoph Gohlke | 2021-02-24 | 1 | -1/+5 |
| * | | Merge pull request #18487 from charris/backport-18478 | Charles Harris | 2021-02-24 | 1 | -1/+1 |
| |\ \ |
|
| | * | | MAINT: verify pointer against NULL before using it | Christoph Gohlke | 2021-02-24 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #18486 from charris/backport-18477 | Charles Harris | 2021-02-24 | 1 | -1/+1 |
| |\ \ |
|
| | * | | MAINT: remove nonsensical comparison of pointer < 0 | Christoph Gohlke | 2021-02-24 | 1 | -1/+1 |
| | |/ |
|
| * | | MAINT: cast Py_ssize_t to int | Christoph Gohlke | 2021-02-24 | 1 | -1/+1 |
| * | | MAINT: Remove suspicious type casting | Christoph Gohlke | 2021-02-24 | 1 | -1/+1 |
| |/ |
|
| * | BUG: Segfault in nditer buffer dealloc for Object arrays | Allan Haldane | 2021-02-22 | 4 | -8/+35 |
| * | Merge pull request #18462 from charris/backport-15392 | Charles Harris | 2021-02-21 | 3 | -81/+153 |
| |\ |
|
| | * | TST: Add test for nonzero and copyswapn (through advanced indexing) | Sebastian Berg | 2021-02-21 | 2 | -0/+45 |
| | * | BUG: Remove temporary change of descr/flags in VOID functions | Sebastian Berg | 2021-02-21 | 1 | -81/+108 |
| * | | BUG: Fix tiny memory leaks when `like=` overrides are used | Sebastian Berg | 2021-02-21 | 1 | -0/+7 |
| |/ |
|
| * | BUG: Allow pickling all relevant DType types/classes | Sebastian Berg | 2021-02-06 | 2 | -2/+36 |
| * | BUG: Allow unmodified use of isclose, allclose, etc. with timedelta | Sebastian Berg | 2021-02-05 | 2 | -2/+16 |
| * | FIX: random: C linkage for random distributions | Nicholas McKibben | 2021-02-04 | 1 | -0/+8 |
| * | BUG: Fix typo in ``numpy.__init__.py`` | Charles Harris | 2021-02-02 | 1 | -8/+8 |
| * | Update numpy/core/src/multiarray/mapping.c | Sebastian Berg | 2021-01-29 | 1 | -2/+0 |
| * | BUG: Ensure too many advanced indices raises an exception | Sebastian Berg | 2021-01-29 | 2 | -1/+32 |
| * | BUG: Keep ignoring most errors during array-protocol lookup | Sebastian Berg | 2021-01-20 | 2 | -7/+24 |
| * | BUG: Promotion between strings and objects was assymetric | Sebastian Berg | 2021-01-11 | 2 | -35/+38 |
| * | BUG, MAINT: improve avx512 mask logical operations | Sayed Adel | 2021-01-10 | 2 | -2/+151 |
| * | BUG: Fix promotion of half and string | Sebastian Berg | 2021-01-06 | 2 | -4/+21 |
| * | BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clang | Sayed Adel | 2021-01-05 | 3 | -11/+18 |
| * | MAINT, BLD: few tweaks in the comments and log message | Sayed Adel | 2021-01-03 | 1 | -2/+2 |
| * | BUG, BLD: Generate the main dispatcher config header into the build dir | Sayed Adel | 2021-01-03 | 1 | -2/+2 |
| * | BUG: Fix concatenation when the output is "S" or "U" | Sebastian Berg | 2020-12-23 | 4 | -40/+116 |
| * | Merge pull request #18035 from charris/backport-18030 | Charles Harris | 2020-12-19 | 2 | -2/+15 |
| |\ |
|
| | * | BUG: make a variable volatile to work around clang compiler bug (#18030) | Raghuveer Devulapalli | 2020-12-19 | 2 | -2/+15 |
| * | | DEP: Futurewarn on requiring __len__ on array-likes | Sebastian Berg | 2020-12-18 | 3 | -3/+146 |
| |/ |
|
| * | Merge pull request #18015 from charris/backport-17817 | Charles Harris | 2020-12-17 | 3 | -4/+48 |
| |\ |
|
| | * | BUG: Ignore fewer errors during array-coercion | Sebastian Berg | 2020-12-17 | 3 | -4/+48 |
| * | | TST: Ensure `like=` tests are not sensitive to execution order | Sebastian Berg | 2020-12-17 | 1 | -37/+35 |
| |/ |
|
| * | DOC: Add where to all, any, mean, var, and std method docstrings | Sebastian Berg | 2020-12-03 | 1 | -5/+5 |
| * | ENH: Micro-optimize where=True path for mean, var, any, and all | Sebastian Berg | 2020-12-03 | 1 | -2/+8 |
| * | STY: fix C coding style | mattip | 2020-12-02 | 1 | -1/+1 |
| * | BLD: adapt to pypy37 | mattip | 2020-12-02 | 1 | -1/+1 |
| * | BUG: Fix readonly related scalar buffer exports | Sebastian Berg | 2020-11-29 | 3 | -8/+49 |
| * | TST: Do not leak reference/object in error-test path | Sebastian Berg | 2020-11-29 | 1 | -2/+3 |
| * | BUG: Fix incorrect brackets leading to error leak in mapping.c | Sebastian Berg | 2020-11-29 | 1 | -1/+2 |
| * | Merge pull request #17857 from charris/prepare-1.20-branch | Charles Harris | 2020-11-27 | 3 | -4/+6 |
| |\ |
|
| | * | MAINT: Prepare for the NumPy 1.20.x branch. | Charles Harris | 2020-11-26 | 3 | -4/+6 |
| * | | Merge pull request #17655 from pitmanst/zos.build | Ralf Gommers | 2020-11-26 | 1 | -0/+9 |
| |\ \
| |/
|/| |
|
| | * | BLD: Fix installing Numpy on z/OS | Steven Pitman | 2020-10-27 | 1 | -0/+9 |