[Numpy-svn] [numpy/numpy] 3b559f: added a fix for 1d iteration which was failing and...

GitHub noreply at github.com
Wed Dec 19 13:14:50 EST 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 3b559fd7425cdfc1a58dd5e7a2ce492395e8c5de
      https://github.com/numpy/numpy/commit/3b559fd7425cdfc1a58dd5e7a2ce492395e8c5de
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-11-06 (Tue, 06 Nov 2012)

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

  Log Message:
  -----------
  added a fix for 1d iteration which was failing and a test to test that case


  Commit: 0db7a4ac73d88b4ef4a717d688a7308f047d277c
      https://github.com/numpy/numpy/commit/0db7a4ac73d88b4ef4a717d688a7308f047d277c
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-11-09 (Fri, 09 Nov 2012)

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

  Log Message:
  -----------
  tabs -> spaces


  Commit: b86deb746fa996f9311bd02ef6eb0098aba5de70
      https://github.com/numpy/numpy/commit/b86deb746fa996f9311bd02ef6eb0098aba5de70
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

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

  Log Message:
  -----------
  gave PyArray_MapIterBind an error code on exit


  Commit: 14c7faa1a39d38f6d42f3c751a86afd25ee320d8
      https://github.com/numpy/numpy/commit/14c7faa1a39d38f6d42f3c751a86afd25ee320d8
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

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

  Log Message:
  -----------
  wrong error check


  Commit: da7770c0f818787c69cc75d9969ae9efbaa537ce
      https://github.com/numpy/numpy/commit/da7770c0f818787c69cc75d9969ae9efbaa537ce
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-12-01 (Sat, 01 Dec 2012)

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

  Log Message:
  -----------
  added a fix for 1d iteration which was failing and a test to test that case


  Commit: a82639fa4945ccb3ddb16f9e1095a8aefaff1959
      https://github.com/numpy/numpy/commit/a82639fa4945ccb3ddb16f9e1095a8aefaff1959
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-12-01 (Sat, 01 Dec 2012)

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

  Log Message:
  -----------
  tabs -> spaces


  Commit: 663b3ec83467c6a9a3f9c627bf6610b59747cdaf
      https://github.com/numpy/numpy/commit/663b3ec83467c6a9a3f9c627bf6610b59747cdaf
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-12-01 (Sat, 01 Dec 2012)

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

  Log Message:
  -----------
  gave PyArray_MapIterBind an error code on exit


  Commit: b3bf8ea01f23d394052dc0d771409f3deb6fada4
      https://github.com/numpy/numpy/commit/b3bf8ea01f23d394052dc0d771409f3deb6fada4
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-12-01 (Sat, 01 Dec 2012)

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

  Log Message:
  -----------
  wrong error check


  Commit: 3fcbdf8abdc19b169d43bfa964442ef928e55ed3
      https://github.com/numpy/numpy/commit/3fcbdf8abdc19b169d43bfa964442ef928e55ed3
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-12-01 (Sat, 01 Dec 2012)

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

  Log Message:
  -----------
  removed fancy check and added more informative message


  Commit: 7887c16fcceb995a6416cf32bb4a0702bf08a7bb
      https://github.com/numpy/numpy/commit/7887c16fcceb995a6416cf32bb4a0702bf08a7bb
  Author: John Salvatier <jsalvatier at gmail.com>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

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

  Log Message:
  -----------
  goto fail better


  Commit: c9325530b499f205b46d444d2f00be1bc49c9e23
      https://github.com/numpy/numpy/commit/c9325530b499f205b46d444d2f00be1bc49c9e23
  Author: njsmith <njs at pobox.com>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

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

  Log Message:
  -----------
  Merge pull request #2710 from jsalvatier/mapapi3

MapIter API 1d iteration fix and tests


Compare: https://github.com/numpy/numpy/compare/9d44aaa35214...c9325530b499


More information about the Numpy-svn mailing list