summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.iterator.rst
Commit message (Expand)AuthorAgeFilesLines
* ENH: Remove NpyIter_Closemattip2018-06-181-25/+7
* Merge branch 'master' into doc-nditerCharles Harris2018-04-241-1/+1
|\
| * MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-231-1/+1
* | DOC: cleanup documentation, continuation of nditer PR #9998mattip2018-04-231-5/+11
|/
* ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-201-6/+22
* DOC: Unwrap long signature linesMichael Seifert2017-03-281-10/+24
* DOC: Fix broken links (include missing : and capitalization)Michael Seifert2017-03-271-2/+2
* ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM...Pauli Virtanen2017-01-211-9/+6
* ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen2017-01-191-22/+17
* BUG: umath: in reduceat, arrays must be copied on overlap even if they are th...Pauli Virtanen2017-01-191-1/+11
* ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen2017-01-191-0/+27
* MAINT: Fix typos in docsDongjoon Hyun2016-01-251-1/+1
* DOC: Add warning that the InnerStridesArray may change.Sebastian Berg2015-08-261-0/+3
* DOC: Fix outdated sphinx directives.Charles Harris2015-07-011-200/+200
* DOC: NpyIter chapter: move table to bottomLars Buitinck2014-11-201-45/+45
* DOC: fix example in NpyIter docs that didn't compileLars Buitinck2014-11-191-1/+2
* DOC: iterator: don't bother users with NumPy development detailsLars Buitinck2014-11-191-2/+0
* BUG: Delay npyiter size check when size may changeSebastian Berg2014-03-121-5/+17
* DOC fix incorrect variable name in examplejnothman2014-03-041-1/+1
* DOC: fix signature of NpyIter_GetIterNext in capi docJulian Taylor2013-10-051-1/+1
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-4/+4
* DOC: Add documentation clarifying the use of oa_ndimSebastian Berg2013-03-031-3/+8
* DOC: Remove documentation of non-existing advanced iter NA flags.Sebastian Berg2013-03-011-29/+0
* DOC: missingdata: Add example of a C-API function supporting NA masksMark Wiebe2011-08-271-3/+4
* DOC: missingdata: Documenting C API for NA-masked arraysMark Wiebe2011-08-271-0/+25
* DOC: nditer: Document NpyIter_IsFirstVisit functionMark Wiebe2011-08-271-0/+22
* DOC: missingdata: Add some NA mask info to the documentationMark Wiebe2011-08-271-0/+33
* DOC: nditer: Add links to the nditer introductory doc to make it more discove...Mark Wiebe2011-08-251-0/+5
* DOC: core: Document the mask-based nditer flags and new inline mask functionsMark Wiebe2011-07-111-0/+40
* API: Rename 'niter' to 'nop' in the nditerMark Wiebe2011-03-171-24/+24
* API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-141-34/+34
* STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOPMark Wiebe2011-03-141-22/+23
* DOC: Document constructor API change, and fill in some more missing documenta...Mark Wiebe2011-03-131-48/+87
* DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo.Mark Wiebe2011-03-101-1/+1
* DOC: Add some missing documentation, hyper-link the iterator documentationMark Wiebe2011-03-101-146/+189
* API: Rename the iterator function pointer types to be more consistent with Nu...Mark Wiebe2011-03-101-8/+8
* API: Change iterator API parameters ndim and niter from npy_intp to intMark Wiebe2011-03-101-18/+18
* DOC: Copy iterator API documentation from the NEPMark Wiebe2011-03-051-0/+1101