summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18437 from seberg/no-caches-and-fixesRalf Gommers2021-03-132-2/+3
|\
| * TST: Fix some uninitialized memory in the testsSebastian Berg2021-03-112-2/+3
* | BUG: Fixed ``where`` keyword for ``np.mean`` & ``np.var`` methods (gh-18560)Mateusz Sokół2021-03-112-2/+28
* | MAINT: Remove strange `op == NULL` checkSebastian Berg2021-03-101-32/+2
* | Merge pull request #18178 from seiko2plus/npyv_fast_divMatti Picus2021-03-0810-24/+1411
|\ \
| * | SIMD, BUG: fix passing immediate values to npyv_setall_u64 on SSE/32-bitSayed Adel2021-03-081-15/+10
| * | SIMD, TST: add test cases for NPYV fast integer divisionSayed Adel2021-03-082-3/+86
| * | SIMD: add NPYV fast integer division intrinsics for NEONSayed Adel2021-03-081-1/+149
| * | SIMD: add NPYV fast integer division intrinsics for VSXSayed Adel2021-03-081-0/+132
| * | SIMD: add NPYV fast integer division intrinsics for AVX512Sayed Adel2021-03-081-2/+222
| * | SIMD: add NPYV fast integer division intrinsics for AVX2Sayed Adel2021-03-081-2/+158
| * | SIMD: add NPYV fast integer division intrinsics for SSESayed Adel2021-03-081-1/+176
| * | SIMD: add NPYV intrinsics that compute the parameters used for fast integer d...Sayed Adel2021-03-082-0/+478
* | | MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-041-1/+1
* | | BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-022-1/+14
* | | revert changes to note, add a sentence about fixMatti Picus2021-03-021-3/+3
* | | DOC: trunc, floor, ceil, rint, fix should all link to each other in see alsoTim Hoffmann2021-03-011-7/+8
* | | Merge pull request #18479 from cgohlke/patch-4Matti Picus2021-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-231-1/+5
* | | | 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-224-8/+35
|\ \
| * | BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-214-8/+35
* | | Merge pull request #18404 from seberg/issue-18401Matti Picus2021-02-222-43/+76
|\ \ \ | |/ / |/| |
| * | BUG: Fix iterator shape in advanced index assignment broadcast errorSebastian Berg2021-02-122-43/+76
| |/
* | Merge pull request #15392 from seberg/void-no-arr-modificationMatti Picus2021-02-193-81/+153
|\ \
| * | TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-172-0/+45
| * | 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-182-2/+2
|/ /
* | Merge pull request #16588 from SabrinaSimao/np.transpode-documentationMelissa Weber Mendonça2021-02-172-0/+4
|\ \
| * | DOC: changed the way the link is being used from transpose to ndarray.transposeSabrinaSimao2020-06-122-4/+4
| * | unify the docs for np.transpose and ndarray.transposeSabrinaSimao2020-06-122-0/+4
* | | 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 #18405 from mdubravski/correlateFixMelissa Weber Mendonça2021-02-151-0/+6
|\ \ \
| * | | Update numpy/core/numeric.pymdubravski2021-02-141-1/+3
| * | | Update numpy/core/numeric.py mdubravski2021-02-131-1/+1
| * | | Update numpy/core/numeric.py mdubravski2021-02-131-2/+1
| * | | correlate fixmdubravski2021-02-121-0/+5
* | | | Merge pull request #18183 from touqir14/masterMatti Picus2021-02-152-69/+182
|\ \ \ \ | |/ / / |/| | |
| * | | 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