summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix small issues found with pytest-leaksSebastian Berg2021-03-236-14/+27
* BUG: Fix small valgrind-found issues (#18651)Sebastian Berg2021-03-214-0/+5
* BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-041-1/+6
* 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-223-8/+22
* Merge pull request #18462 from charris/backport-15392Charles Harris2021-02-211-81/+108
|\
| * 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
|/
* Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
* BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-291-1/+15
* BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-201-2/+17
* BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-111-2/+3
* BUG, MAINT: improve avx512 mask logical operationsSayed Adel2021-01-102-2/+151
* BUG: Fix promotion of half and stringSebastian Berg2021-01-061-4/+6
* BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2021-01-052-8/+8
* 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-233-39/+89
* Merge pull request #18035 from charris/backport-18030Charles Harris2020-12-191-2/+10
|\
| * BUG: make a variable volatile to work around clang compiler bug (#18030)Raghuveer Devulapalli2020-12-191-2/+10
* | DEP: Futurewarn on requiring __len__ on array-likesSebastian Berg2020-12-181-0/+47
|/
* BUG: Ignore fewer errors during array-coercionSebastian Berg2020-12-172-4/+18
* 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-291-1/+13
* 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 #17655 from pitmanst/zos.buildRalf Gommers2020-11-261-0/+9
|\
| * BLD: Fix installing Numpy on z/OSSteven Pitman2020-10-271-0/+9
* | ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-267-206/+220
* | BUG: Fix incorrect function prototypes.Charles Harris2020-11-263-14/+14
* | Merge pull request #16161 from anirudh2290/ufunc_divide_errorCharles Harris2020-11-253-15/+119
|\ \
| * | ENH, MAINT: Add support for nan corner case and add testsAnirudh Subramanian2020-06-051-7/+16
| * | MAINT: Address review comments from SebastianAnirudh Subramanian2020-06-051-8/+16
| * | MAINT: set invalid flag in fmod and cleanup divmodAnirudh Subramanian2020-06-051-9/+40
| * | ENH: divmod(inf, inf) should raise invalid error on all platformsAnirudh Subramanian2020-06-051-1/+3
| * | BUG: Potential fix for 1//0 to raise divbyzero and return infAnirudh Subramanian2020-06-053-9/+63
* | | Merge pull request #17401 from seberg/restructure-castingCharles Harris2020-11-2514-698/+3664
|\ \ \
| * | | Last touch-ups (test and tiny fixes)Sebastian Berg2020-11-241-12/+11
| * | | Address Matti's comments from yesterdaySebastian Berg2020-11-246-180/+191
| * | | MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-2414-697/+3653
* | | | Merge pull request #17833 from seberg/void-pickleCharles Harris2020-11-242-14/+30
|\ \ \ \ | |/ / / |/| | |