[Numpy-svn] [numpy/numpy] 29c532: ENH: Added test cases for relation operation. To e...

GitHub noreply at github.com
Sun Sep 22 13:43:16 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 29c53253ecaa21e225996fa73b64ea012ac3f788
      https://github.com/numpy/numpy/commit/29c53253ecaa21e225996fa73b64ea012ac3f788
  Author: Arink Verma <arinkverma at gmail.com>
  Date:   2013-09-22 (Sun, 22 Sep 2013)

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

  Log Message:
  -----------
  ENH: Added test cases for relation operation. To ensure behaviour of int. There is a need to add test case which ensure and maintain the behaviour of integer. As per pr #3567, which speed up integer scalar's operations by avoiding the conversion of integer to NumPy Scalar.


  Commit: 764274fc8ffff769a9c7ac2024345467b00319fd
      https://github.com/numpy/numpy/commit/764274fc8ffff769a9c7ac2024345467b00319fd
  Author: Arink Verma <arinkverma at gmail.com>
  Date:   2013-09-22 (Sun, 22 Sep 2013)

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

  Log Message:
  -----------
  scalar relational operation


  Commit: 2a303f659c0ad91e0b128811a482683cf9dfaff6
      https://github.com/numpy/numpy/commit/2a303f659c0ad91e0b128811a482683cf9dfaff6
  Author: Arink Verma <arinkverma at gmail.com>
  Date:   2013-09-22 (Sun, 22 Sep 2013)

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

  Log Message:
  -----------
  Moved test_multiarra_relational_operators to test_multiarray.py


  Commit: 3a1f2b2f438c35ee08680c5c58a5cd54c14b74de
      https://github.com/numpy/numpy/commit/3a1f2b2f438c35ee08680c5c58a5cd54c14b74de
  Author: Arink Verma <arinkverma at gmail.com>
  Date:   2013-09-22 (Sun, 22 Sep 2013)

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

  Log Message:
  -----------
  fix indentation and nitpicks


  Commit: be9e0f0f1c5ee282a37c036a3cce135574e64057
      https://github.com/numpy/numpy/commit/be9e0f0f1c5ee282a37c036a3cce135574e64057
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-22 (Sun, 22 Sep 2013)

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

  Log Message:
  -----------
  Merge branch 'gh-3754'

* gh-3754:
  fix indentation and nitpicks
  Moved test_multiarra_relational_operators to test_multiarray.py
  scalar relational operation
  ENH: Added test cases for relation operation. To ensure behaviour of int. There is a need to add test case which ensure and maintain the behaviour of integer. As per pr #3567, which speed up integer scalar's operations by avoiding the conversion of integer to NumPy Scalar.


Compare: https://github.com/numpy/numpy/compare/0b96b2d99bb1...be9e0f0f1c5e


More information about the Numpy-svn mailing list