[Numpy-svn] [numpy/numpy] 471dde: gave MapIter an API

GitHub noreply at github.com
Mon Oct 8 17:46:48 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 471dde9985d89cfa2442f80753dc639f4908134d
      https://github.com/numpy/numpy/commit/471dde9985d89cfa2442f80753dc639f4908134d
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/code_generators/cversions.txt
    M numpy/core/code_generators/genapi.py
    M numpy/core/code_generators/numpy_api.py
    M numpy/core/setup_common.py
    M numpy/core/src/multiarray/mapping.c

  Log Message:
  -----------
  gave MapIter an API


  Commit: 860a1f71d0faf267e468f8e09e9903c00910a14e
      https://github.com/numpy/numpy/commit/860a1f71d0faf267e468f8e09e9903c00910a14e
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/code_generators/cversions.txt
    M numpy/core/code_generators/numpy_api.py
    M numpy/core/src/multiarray/mapping.c

  Log Message:
  -----------
  changed the name of _swap_axes


  Commit: 7c64889c079b21ee1b802f7149698b27d36315e3
      https://github.com/numpy/numpy/commit/7c64889c079b21ee1b802f7149698b27d36315e3
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/code_generators/numpy_api.py

  Log Message:
  -----------
  removed expsure of mapiter type


  Commit: 262610140504198b7a1542b65831db78bba50cb8
      https://github.com/numpy/numpy/commit/262610140504198b7a1542b65831db78bba50cb8
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/src/multiarray/mapping.c

  Log Message:
  -----------
  changed error handling for clarity


  Commit: 9194042e31301ddd7375e8f3a392e3841b8a4164
      https://github.com/numpy/numpy/commit/9194042e31301ddd7375e8f3a392e3841b8a4164
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/src/multiarray/mapping.c

  Log Message:
  -----------
  eliminated oned and fancy arguments to MapIterArray


  Commit: f9f949871c04aea7e2463ec7d40ad64f219cd520
      https://github.com/numpy/numpy/commit/f9f949871c04aea7e2463ec7d40ad64f219cd520
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/src/multiarray/multiarray_tests.c.src
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  added initial mapiter tests


  Commit: d05d9994f7345ee3de599a2e27b830ff192f90ff
      https://github.com/numpy/numpy/commit/d05d9994f7345ee3de599a2e27b830ff192f90ff
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/src/multiarray/multiarray_tests.c.src
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  fixed tests


  Commit: 65bd91defe76f225d27b58a21a89dc5dcf7c53c2
      https://github.com/numpy/numpy/commit/65bd91defe76f225d27b58a21a89dc5dcf7c53c2
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/code_generators/numpy_api.py
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  inplace passes tests


  Commit: 926c5adbf74ee5e9b51fcc8fc8ffc0aa6ee309bc
      https://github.com/numpy/numpy/commit/926c5adbf74ee5e9b51fcc8fc8ffc0aa6ee309bc
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M numpy/core/code_generators/cversions.txt
    M numpy/core/code_generators/genapi.py
    M numpy/core/code_generators/numpy_api.py
    M numpy/core/setup_common.py
    M numpy/core/src/multiarray/mapping.c
    M numpy/core/src/multiarray/multiarray_tests.c.src
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge PR 377: expose Mapiter in the numpy API.

* PR-377:
  inplace passes tests
  fixed tests
  added initial mapiter tests
  eliminated oned and fancy arguments to MapIterArray
  changed error handling for clarity
  removed expsure of mapiter type
  changed the name of _swap_axes
  gave MapIter an API


Compare: https://github.com/numpy/numpy/compare/3f10c36339c0...926c5adbf74e


More information about the Numpy-svn mailing list