[Numpy-svn] [numpy/numpy] c5c3cb: API: Simplify basic iterator constructors, add 'it...

noreply at github.com noreply at github.com
Sun Mar 13 22:20:26 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/numpy/numpy

Commit: c5c3cb94ceeba095df0f1e3566d0a52d005d1bbf
    https://github.com/numpy/numpy/commit/c5c3cb94ceeba095df0f1e3566d0a52d005d1bbf
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-03-13 (Sun, 13 Mar 2011)

Changed paths:
  M numpy/core/code_generators/numpy_api.py
  M numpy/core/src/multiarray/convert.c
  M numpy/core/src/multiarray/ctors.c
  M numpy/core/src/multiarray/einsum.c.src
  M numpy/core/src/multiarray/item_selection.c
  M numpy/core/src/multiarray/multiarraymodule.c
  M numpy/core/src/multiarray/new_iterator.c.src
  M numpy/core/src/multiarray/new_iterator_pywrap.c
  M numpy/core/src/umath/ufunc_object.c
  M numpy/core/tests/test_new_iterator.py
  M numpy/lib/src/_compiled_base.c

Log Message:
-----------
API: Simplify basic iterator constructors, add 'itershape' to advanced iterator constructor


Commit: f047f995bd2ad064bd87de06a4d003f843a14699
    https://github.com/numpy/numpy/commit/f047f995bd2ad064bd87de06a4d003f843a14699
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-03-13 (Sun, 13 Mar 2011)

Changed paths:
  M doc/source/reference/c-api.array.rst
  M doc/source/reference/c-api.iterator.rst
  M doc/source/reference/c-api.types-and-structures.rst

Log Message:
-----------
DOC: Document constructor API change, and fill in some more missing documentation


Commit: 52edb94fd5228b0d69ebc74ea963ae09ffb10b6f
    https://github.com/numpy/numpy/commit/52edb94fd5228b0d69ebc74ea963ae09ffb10b6f
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-03-13 (Sun, 13 Mar 2011)

Changed paths:
  M doc/release/1.6.0-notes.rst
  M numpy/add_newdocs.py

Log Message:
-----------
DOC: Add info about iterator, new functions, and C API additions to release notes


Commit: 37539398cbdb27cd4caebd58cf22a77ca9153416
    https://github.com/numpy/numpy/commit/37539398cbdb27cd4caebd58cf22a77ca9153416
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-03-13 (Sun, 13 Mar 2011)

Changed paths:
  M numpy/core/numeric.py
  M numpy/core/src/multiarray/multiarraymodule.c
  M numpy/core/src/multiarray/new_iterator_pywrap.c
  M numpy/core/tests/test_new_iterator.py

Log Message:
-----------
ENH: Rename 'np.newiter' to 'np.nditer'


Compare: https://github.com/numpy/numpy/compare/c3f4e89...3753939



More information about the Numpy-svn mailing list