summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-041-1/+1
* Merge pull request #18476 from cgohlke/patch-1Sebastian Berg2021-02-241-2/+2
|\
| * MAINT: cast Py_ssize_t to intChristoph Gohlke2021-02-231-1/+1
| * MAINT: Remove suspicious type castingChristoph Gohlke2021-02-231-1/+1
* | Merge pull request #18478 from cgohlke/patch-3Sebastian Berg2021-02-231-1/+1
|\ \
| * | MAINT: verify pointer against NULL before using itChristoph Gohlke2021-02-231-1/+1
| |/
* | MAINT: remove nonsensical comparison of pointer < 0Christoph Gohlke2021-02-231-1/+1
|/
* Merge pull request #18450 from ahaldane/fix_nditer_od_segfaultSebastian Berg2021-02-222-2/+6
|\
| * BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-212-2/+6
* | Merge pull request #18404 from seberg/issue-18401Matti Picus2021-02-221-43/+60
|\ \ | |/ |/|
| * BUG: Fix iterator shape in advanced index assignment broadcast errorSebastian Berg2021-02-121-43/+60
* | Merge pull request #15392 from seberg/void-no-arr-modificationMatti Picus2021-02-191-81/+108
|\ \
| * | BUG: Remove temporary change of descr/flags in VOID functionsSebastian Berg2021-02-171-81/+108
* | | CLN: Add additional castKevin Sheppard2021-02-181-1/+1
* | | MAINT: Correct code producing warningsKevin Sheppard2021-02-181-1/+1
|/ /
* | Merge pull request #18420 from seberg/override-leaksMatti Picus2021-02-161-0/+7
|\ \
| * | BUG: Fix tiny memory leaks when `like=` overrides are usedSebastian Berg2021-02-151-0/+7
| |/
* | Merge pull request #18183 from touqir14/masterMatti Picus2021-02-151-65/+168
|\ \ | |/ |/|
| * fix upSayed Adel2021-02-131-1/+1
| * cleanupSayed Adel2021-02-131-264/+148
| * Ensured overflow does not happen for 16 and 32 bit intsTouqir Sajed2021-02-081-8/+26
| * Modified PyArray_CountNonzero to discriminate between types based on elsizeTouqir Sajed2021-02-081-10/+49
| * removed the target variable and changed the loop as suggested by Sayed AdelTouqir Sajed2021-02-071-20/+8
| * another attempt to fix build issuesTouqir Sajed2021-02-071-20/+18
| * some fixes for the build problemsTouqir Sajed2021-02-071-4/+13
| * fixed CI errors and optimized further simd_16 and simd_32Touqir Sajed2021-02-071-17/+17
| * Replaced manual sums with horizontal simd sums for count_nonzero_16/64Touqir Sajed2021-02-051-12/+3
| * Merge remote-tracking branch 'upstream/master'Touqir Sajed2021-02-0510-264/+134
| |\
| * | Removed commented out code from PyArray_CountNonzeroTouqir Sajed2021-01-191-19/+0
| * | Merged count_nonzero_int16/int32/int64 into count_nonzero_int and added bench...Touqir Sajed2021-01-191-140/+66
| * | Added support for SIMD operations for int types in numpy.count_nonzero functionTouqir Sajed2021-01-181-9/+278
* | | MAINT: Delete unused "src" clearing functions (#18347)Sebastian Berg2021-02-111-322/+3
* | | TST: Add a test for nditer write masked with references (gh-18374)Sebastian Berg2021-02-091-0/+1
* | | Merge pull request #18289 from seberg/npyiter-bufferdataMatti Picus2021-02-064-137/+126
|\ \ \ | |_|/ |/| |
| * | BUG: Add further tests and fix existing npyiter cleanup bugsSebastian Berg2021-02-031-2/+8
| * | MAINT: Add variable length field at end of struct.Sebastian Berg2021-02-021-1/+2
| * | MAINT: Do not use `stransfer` to indicate NPY_OP_ITFLAG_USINGBUFFERSebastian Berg2021-02-011-16/+11
| * | MAINT: Move transferdata into buffer-wise structSebastian Berg2021-02-013-121/+108
* | | Merge pull request #18161 from alexhenrie/static_kwlistSebastian Berg2021-02-025-15/+15
|\ \ \
| * | | MAINT: Make keyword arrays staticAlex Henrie2021-01-135-15/+15
| | |/ | |/|
* | | MAINT: Fix typo in PyArray_RegisterDataType errorLeo Singer2021-02-021-1/+1
* | | Merge pull request #18150 from seberg/fix-too-many-boolean-indicesCharles Harris2021-01-291-1/+13
|\ \ \ | |_|/ |/| |
| * | Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
| * | BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-111-1/+15
* | | Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-261-0/+13
|\ \ \
| * | | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-0/+13
| | |/ | |/|
* | | Merge pull request #18194 from Qiyu8/einsum-twooperandsCharles Harris2021-01-201-245/+75
|\ \ \
| * | | Optimize the sub function two-operands by using SIMD.Qiyu82021-01-191-245/+75
| |/ /
* | | BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-201-2/+17
|/ /
* | Merge pull request #18152 from seberg/fix-string-object-promotionCharles Harris2021-01-111-2/+3
|\ \