| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Remove NpyIter_Close | mattip | 2018-06-18 | 1 | -25/+7 |
* | Merge branch 'master' into doc-nditer | Charles Harris | 2018-04-24 | 1 | -1/+1 |
|\ |
|
| * | MAINT, DOC: Fix typos (#10958) | Nicholas Nadeau, P.Eng., AVS | 2018-04-23 | 1 | -1/+1 |
* | | DOC: cleanup documentation, continuation of nditer PR #9998 | mattip | 2018-04-23 | 1 | -5/+11 |
|/ |
|
* | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 1 | -6/+22 |
* | DOC: Unwrap long signature lines | Michael Seifert | 2017-03-28 | 1 | -10/+24 |
* | DOC: Fix broken links (include missing : and capitalization) | Michael Seifert | 2017-03-27 | 1 | -2/+2 |
* | ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM... | Pauli Virtanen | 2017-01-21 | 1 | -9/+6 |
* | ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAME | Pauli Virtanen | 2017-01-19 | 1 | -22/+17 |
* | BUG: umath: in reduceat, arrays must be copied on overlap even if they are th... | Pauli Virtanen | 2017-01-19 | 1 | -1/+11 |
* | ENH: NpyIter: add a flag to handle read/write operand overlap | Pauli Virtanen | 2017-01-19 | 1 | -0/+27 |
* | MAINT: Fix typos in docs | Dongjoon Hyun | 2016-01-25 | 1 | -1/+1 |
* | DOC: Add warning that the InnerStridesArray may change. | Sebastian Berg | 2015-08-26 | 1 | -0/+3 |
* | DOC: Fix outdated sphinx directives. | Charles Harris | 2015-07-01 | 1 | -200/+200 |
* | DOC: NpyIter chapter: move table to bottom | Lars Buitinck | 2014-11-20 | 1 | -45/+45 |
* | DOC: fix example in NpyIter docs that didn't compile | Lars Buitinck | 2014-11-19 | 1 | -1/+2 |
* | DOC: iterator: don't bother users with NumPy development details | Lars Buitinck | 2014-11-19 | 1 | -2/+0 |
* | BUG: Delay npyiter size check when size may change | Sebastian Berg | 2014-03-12 | 1 | -5/+17 |
* | DOC fix incorrect variable name in example | jnothman | 2014-03-04 | 1 | -1/+1 |
* | DOC: fix signature of NpyIter_GetIterNext in capi doc | Julian Taylor | 2013-10-05 | 1 | -1/+1 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -4/+4 |
* | DOC: Add documentation clarifying the use of oa_ndim | Sebastian Berg | 2013-03-03 | 1 | -3/+8 |
* | DOC: Remove documentation of non-existing advanced iter NA flags. | Sebastian Berg | 2013-03-01 | 1 | -29/+0 |
* | DOC: missingdata: Add example of a C-API function supporting NA masks | Mark Wiebe | 2011-08-27 | 1 | -3/+4 |
* | DOC: missingdata: Documenting C API for NA-masked arrays | Mark Wiebe | 2011-08-27 | 1 | -0/+25 |
* | DOC: nditer: Document NpyIter_IsFirstVisit function | Mark Wiebe | 2011-08-27 | 1 | -0/+22 |
* | DOC: missingdata: Add some NA mask info to the documentation | Mark Wiebe | 2011-08-27 | 1 | -0/+33 |
* | DOC: nditer: Add links to the nditer introductory doc to make it more discove... | Mark Wiebe | 2011-08-25 | 1 | -0/+5 |
* | DOC: core: Document the mask-based nditer flags and new inline mask functions | Mark Wiebe | 2011-07-11 | 1 | -0/+40 |
* | API: Rename 'niter' to 'nop' in the nditer | Mark Wiebe | 2011-03-17 | 1 | -24/+24 |
* | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 1 | -34/+34 |
* | STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP | Mark Wiebe | 2011-03-14 | 1 | -22/+23 |
* | DOC: Document constructor API change, and fill in some more missing documenta... | Mark Wiebe | 2011-03-13 | 1 | -48/+87 |
* | DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo. | Mark Wiebe | 2011-03-10 | 1 | -1/+1 |
* | DOC: Add some missing documentation, hyper-link the iterator documentation | Mark Wiebe | 2011-03-10 | 1 | -146/+189 |
* | API: Rename the iterator function pointer types to be more consistent with Nu... | Mark Wiebe | 2011-03-10 | 1 | -8/+8 |
* | API: Change iterator API parameters ndim and niter from npy_intp to int | Mark Wiebe | 2011-03-10 | 1 | -18/+18 |
* | DOC: Copy iterator API documentation from the NEP | Mark Wiebe | 2011-03-05 | 1 | -0/+1101 |