[Numpy-svn] [numpy/numpy] 08682e: BUG: Make allclose return python bool.

GitHub noreply at github.com
Thu Nov 5 13:25:17 EST 2015


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: 08682e78fed4c4bd4c7e90e3b92ae171f4ce1685
      https://github.com/numpy/numpy/commit/08682e78fed4c4bd4c7e90e3b92ae171f4ce1685
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-05 (Thu, 05 Nov 2015)

  Changed paths:
    M numpy/core/numeric.py
    M numpy/core/tests/test_numeric.py

  Log Message:
  -----------
  BUG: Make allclose return python bool.

The function was returning an ndarray subtype when the at least one
of the arguments was a subtype.

Closes #6475.


  Commit: 333699ef53bdab3a23b02cb5f8116ba22a743cc7
      https://github.com/numpy/numpy/commit/333699ef53bdab3a23b02cb5f8116ba22a743cc7
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-05 (Thu, 05 Nov 2015)

  Changed paths:
    M doc/release/1.10.2-notes.rst

  Log Message:
  -----------
  DOC: Update 1.10.2 release notes for gh-6475 fix.


  Commit: d2a20240514bd640de3bf2848c547d2daf910cc7
      https://github.com/numpy/numpy/commit/d2a20240514bd640de3bf2848c547d2daf910cc7
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-05 (Thu, 05 Nov 2015)

  Changed paths:
    M doc/release/1.10.2-notes.rst
    M numpy/core/numeric.py
    M numpy/core/tests/test_numeric.py

  Log Message:
  -----------
  Merge pull request #6633 from charris/fix-allclose-return-type

Backport 6628ix allclose return type


Compare: https://github.com/numpy/numpy/compare/9d4fbcffa6e3...d2a20240514b


More information about the Numpy-svn mailing list