summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix small issues found with pytest-leaksSebastian Berg2021-03-237-26/+41
* BUG: Fix small valgrind-found issues (#18651)Sebastian Berg2021-03-215-1/+6
* Merge pull request #18612 from charris/backport-18560Charles Harris2021-03-142-2/+28
|\
| * BUG: Fixed ``where`` keyword for ``np.mean`` & ``np.var`` methods (gh-18560)Mateusz Sokół2021-03-142-2/+28
* | BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-042-1/+14
|/
* Merge pull request #18488 from charris/backport-18479Charles Harris2021-02-241-1/+6
|\
| * Goto done when an error condition is reachedChristoph Gohlke2021-02-241-0/+1
| * BUG: check if PyArray_malloc succeededChristoph Gohlke2021-02-241-1/+5
* | Merge pull request #18487 from charris/backport-18478Charles Harris2021-02-241-1/+1
|\ \
| * | MAINT: verify pointer against NULL before using itChristoph Gohlke2021-02-241-1/+1
| |/
* | Merge pull request #18486 from charris/backport-18477Charles Harris2021-02-241-1/+1
|\ \
| * | MAINT: remove nonsensical comparison of pointer < 0Christoph Gohlke2021-02-241-1/+1
| |/
* | MAINT: cast Py_ssize_t to intChristoph Gohlke2021-02-241-1/+1
* | MAINT: Remove suspicious type castingChristoph Gohlke2021-02-241-1/+1
|/
* BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-224-8/+35
* Merge pull request #18462 from charris/backport-15392Charles Harris2021-02-213-81/+153
|\
| * TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-212-0/+45
| * BUG: Remove temporary change of descr/flags in VOID functionsSebastian Berg2021-02-211-81/+108
* | BUG: Fix tiny memory leaks when `like=` overrides are usedSebastian Berg2021-02-211-0/+7
|/
* BUG: Allow pickling all relevant DType types/classesSebastian Berg2021-02-062-2/+36
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-052-2/+16
* FIX: random: C linkage for random distributionsNicholas McKibben2021-02-041-0/+8
* BUG: Fix typo in ``numpy.__init__.py``Charles Harris2021-02-021-8/+8
* Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
* BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-292-1/+32
* BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-202-7/+24
* BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-112-35/+38
* BUG, MAINT: improve avx512 mask logical operationsSayed Adel2021-01-102-2/+151
* BUG: Fix promotion of half and stringSebastian Berg2021-01-062-4/+21
* BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2021-01-053-11/+18
* MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-031-2/+2
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-031-2/+2
* BUG: Fix concatenation when the output is "S" or "U"Sebastian Berg2020-12-234-40/+116
* Merge pull request #18035 from charris/backport-18030Charles Harris2020-12-192-2/+15
|\
| * BUG: make a variable volatile to work around clang compiler bug (#18030)Raghuveer Devulapalli2020-12-192-2/+15
* | DEP: Futurewarn on requiring __len__ on array-likesSebastian Berg2020-12-183-3/+146
|/
* Merge pull request #18015 from charris/backport-17817Charles Harris2020-12-173-4/+48
|\
| * BUG: Ignore fewer errors during array-coercionSebastian Berg2020-12-173-4/+48
* | TST: Ensure `like=` tests are not sensitive to execution orderSebastian Berg2020-12-171-37/+35
|/
* DOC: Add where to all, any, mean, var, and std method docstringsSebastian Berg2020-12-031-5/+5
* ENH: Micro-optimize where=True path for mean, var, any, and allSebastian Berg2020-12-031-2/+8
* STY: fix C coding stylemattip2020-12-021-1/+1
* BLD: adapt to pypy37mattip2020-12-021-1/+1
* BUG: Fix readonly related scalar buffer exportsSebastian Berg2020-11-293-8/+49
* TST: Do not leak reference/object in error-test pathSebastian Berg2020-11-291-2/+3
* BUG: Fix incorrect brackets leading to error leak in mapping.cSebastian Berg2020-11-291-1/+2
* Merge pull request #17857 from charris/prepare-1.20-branchCharles Harris2020-11-273-4/+6
|\
| * MAINT: Prepare for the NumPy 1.20.x branch.Charles Harris2020-11-263-4/+6
* | Merge pull request #17655 from pitmanst/zos.buildRalf Gommers2020-11-261-0/+9
|\ \ | |/ |/|
| * BLD: Fix installing Numpy on z/OSSteven Pitman2020-10-271-0/+9