summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/nditer_api.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make buffer clearing explicitly stored in the iteratorSebastian Berg2023-02-191-22/+15
* Fixups, but npyiter is blocking me as it actually uses the "clear" logic onceSebastian Berg2023-02-191-1/+1
* MAINT: Reorganize array dealloc and nditer buffer cleanupSebastian Berg2023-02-191-29/+9
* ENH,MAINT: Add overflow handling for negative integers scalar multiplication ...Meekail Zain2022-07-171-1/+1
* WIP: Threads things into nditer for ufuncs and advanced indexingSebastian Berg2022-06-131-0/+22
* MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-1/+1
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-3/+3
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-1/+2
* MAINT: Remove buffer-clearing from copy codeSebastian Berg2021-04-201-20/+12
* BUG: Initialize the full nditer buffer in case of errorSebastian Berg2021-04-201-0/+3
* Merge pull request #18398 from seberg/casting-loop-signatureMatti Picus2021-03-181-10/+8
|\
| * MAINT: Fix casting signatures to align with NEP 43Sebastian Berg2021-02-111-10/+8
* | BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-211-1/+3
|/
* 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-011-29/+26
* MAINT: Add error return to all casting functionality and NpyIterSebastian Berg2020-08-111-32/+150
* MAINT: Simplify undoing of iter-axis-perm in nditerSebastian Berg2020-05-111-10/+6
* Fix other incorrect narrowing for format stringsEric Wieser2019-10-171-6/+6
* MAINT: Minor fixes and cleanupsSebastian Berg2019-09-111-4/+1
* ENH: Pass input strides and dimensions by pointer to constEric Wieser2019-06-011-1/+1
* fixes from reviewmattip2018-06-191-5/+1
* ENH: Remove NpyIter_Closemattip2018-06-181-41/+23
* BUG: Set ndarray.base before calling __array_finalize__Eric Wieser2018-06-071-11/+3
* MAINT/STY: Line wrap PyArray_NewFromDescr consistentlyEric Wieser2018-06-051-4/+4
* MAINT: Don't update the flags a second timeEric Wieser2018-06-031-2/+0
* ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-201-1/+41
* ENH: Allow removal of 0-sized axes from nditer and empty gufunc callsSebastian Berg2017-04-291-6/+0
* BUG: core: fix bug in NpyIter buffering with discontinuous arraysPauli Virtanen2016-09-111-1/+1
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-2/+2
* MAINT: merge scalarmathmodule into umath moduleJulian Taylor2014-10-091-1/+1
* BUG: nditer: Initialize buffer reduce posSebastian Berg2014-03-231-10/+2
* BUG: fix uninitialized use of size 1 reductionsJulian Taylor2014-03-231-0/+8
* BUG: Buffered stride was erroneously marked fixed (fixes #4485)Mark Wiebe2014-03-161-7/+6
* BUG: Delay npyiter size check when size may changeSebastian Berg2014-03-121-3/+36
* BUG: fix build with single-threaded pythonUlrich Seidl2014-01-161-2/+3
* MAINT: unused variable, formattingLars Buitinck2013-10-191-2/+1
* FIX: remove unused variables and add castsLars Buitinck2013-08-271-1/+1
* Merge pull request #3153 from seberg/issue-3142Charles Harris2013-04-011-4/+36
|\
| * BUG: no buffer reuse in nditer, if there was no buffer previouslySebastian Berg2013-03-181-0/+10
| * BUG: Do not reuse nditer buffers when not filled enough.Sebastian Berg2013-03-181-4/+26
* | API: Make nditer support ndim == 0 for 0-d iterations.Sebastian Berg2013-03-031-6/+9
|/
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-108/+7
* BUG: Add a new flag to nditer to indicate when op uses bufferingMark Wiebe2012-05-281-138/+158
* ENH: Make internal per-op nditer flags type a typedefMark Wiebe2012-05-281-9/+9
* UPD: Add NPY_NO_DEPRECATED_API to some more files.Charles Harris2012-04-061-0/+1
* ENH: core: Rename PyArrayObject_fieldaccess to PyArrayObject_fieldsMark Wiebe2011-08-271-1/+1
* ENH: missingdata: Change NA repr to use strings like the dtype repr doesMark Wiebe2011-08-271-1/+2
* DOC: nditer: Improve the comment doc about the new NpyIter_IsFirstVisit functionMark Wiebe2011-08-271-16/+8
* BUG: ufunc: Fix bug in multi-dimensional reduction without a unitMark Wiebe2011-08-271-0/+75
* BUG: nditer: The nditer was reusing the reduce loop inappropriately (#1938)Mark Wiebe2011-08-271-1/+4