summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/nditer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make buffer clearing explicitly stored in the iteratorSebastian Berg2023-02-191-0/+3
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-1/+1
* MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly`Sebastian Berg2022-11-161-9/+9
* WIP: Threads things into nditer for ufuncs and advanced indexingSebastian Berg2022-06-131-14/+27
* MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-211-1/+1
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-8/+9
* MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+2
* MAINT: Fix casting signatures to align with NEP 43Sebastian Berg2021-02-111-6/+3
* MAINT: Add variable length field at end of struct.Sebastian Berg2021-02-021-1/+2
* MAINT: Move transferdata into buffer-wise structSebastian Berg2021-02-011-13/+21
* Update nditer_impl.hvorfol2020-10-301-1/+1
* MAINT: Add error return to all casting functionality and NpyIterSebastian Berg2020-08-111-3/+4
* MAINT: Address review comments related to NPY_ITER_REDUCTION_AXISSebastian Berg2020-05-301-4/+5
* MAINT: Simplify undoing of iter-axis-perm in nditerSebastian Berg2020-05-111-0/+34
* ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-201-0/+2
* ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen2017-01-191-0/+2
* API: Make nditer support ndim == 0 for 0-d iterations.Sebastian Berg2013-03-031-1/+1
* STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-131-1/+1
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-13/+2
* BUG: Add a new flag to nditer to indicate when op uses bufferingMark Wiebe2012-05-281-9/+11
* ENH: Make internal per-op nditer flags type a typedefMark Wiebe2012-05-281-3/+5
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-051-1/+1
* ENH: missingdata: Implement wheremasked scalar assignment with overwritena=TrueMark Wiebe2011-08-271-2/+2
* ENH: missingdata: Part way through supporting the NPY_ITER_USE_MASKNA flagMark Wiebe2011-08-271-3/+13
* ENH: nditer: Add the basic checking and input of the MASK-related flagsMark Wiebe2011-07-081-2/+8
* ENH: nditer: Add the per-operand masked iteration flagsMark Wiebe2011-07-081-0/+2
* ENH: nditer: Move construction/copy/destruction to its own implementation fileMark Wiebe2011-07-071-0/+301