summaryrefslogtreecommitdiff
path: root/numpy/core/src/common/array_assign.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-111-4/+0
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+2
* MAINT: Replace PyUString_ConcatAndDel in array_assign.cCharles Harris2020-09-301-12/+15
* MAINT: Remove redundant headers (#17163)Chunlin2020-09-011-1/+0
* MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-231-2/+2
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-5/+5
* STY: Fix weird indents to be multiples of 4 spacesEric Wieser2019-03-201-1/+1
* MAINT: improve commentsmattip2018-12-261-1/+1
* BUG: non-uint-aligned arrays were counted as uint-alignedAllan Haldane2018-12-251-1/+5
* ENH: Implement methods for uint-alignmentAllan Haldane2018-09-271-0/+17
* BUG: raw_array_is_aligned ignores NPY_RELAXED_STRIDES_CHECKINGAllan Haldane2018-09-271-6/+35
* MAINT: move unchanging, non-api files to commonmattip2018-08-211-0/+118