[Numpy-svn] [numpy/numpy] 638506: API: Rename 'niter' to 'nop' in the nditer

noreply at github.com noreply at github.com
Fri Mar 18 01:37:45 EDT 2011


Branch: refs/heads/maintenance/1.6.x
Home:   https://github.com/numpy/numpy

Commit: 6385069225f95dd2070c5cbb86ede8e2d6c90811
    https://github.com/numpy/numpy/commit/6385069225f95dd2070c5cbb86ede8e2d6c90811
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-03-17 (Thu, 17 Mar 2011)

Changed paths:
  M doc/source/reference/c-api.iterator.rst
  M numpy/add_newdocs.py
  M numpy/core/code_generators/numpy_api.py
  M numpy/core/src/multiarray/nditer.c.src
  M numpy/core/src/multiarray/nditer_pywrap.c
  M numpy/core/src/umath/ufunc_object.c

Log Message:
-----------
API: Rename 'niter' to 'nop' in the nditer

This name was chosen partially based on the previous multi-iter,
which stored an array of iterators, so 'niter' made sense. In the
new nditer, it doesn't, and 'nop' for number of operands seems better.





More information about the Numpy-svn mailing list