[Numpy-svn] [numpy/numpy] 14da06: MAINT: Revert "BUG: do a boolean check on casting ...

GitHub noreply at github.com
Wed Oct 2 11:12:31 EDT 2013


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: 14da06c4599f3b4a73715a7d8fc58744ed5a7c88
      https://github.com/numpy/numpy/commit/14da06c4599f3b4a73715a7d8fc58744ed5a7c88
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-10-01 (Tue, 01 Oct 2013)

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

  Log Message:
  -----------
  MAINT: Revert "BUG: do a boolean check on casting bool to other types"

This reverts commit cf13331897acb84d0a6a118c6ba4d700905d3e3e for the
1.8.0 release. The scikit-image package makes unwarrented use of the
numpy boolean type that results in some bugs when boolean values of 0, 1
are enforced. This reversion avoids exposing those bugs and provide the
skimage developers some time to set things right.


  Commit: 106306dc9b0e3aaf0543d78c7c20761ef03f0213
      https://github.com/numpy/numpy/commit/106306dc9b0e3aaf0543d78c7c20761ef03f0213
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-10-02 (Wed, 02 Oct 2013)

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

  Log Message:
  -----------
  Merge pull request #3853 from charris/skimage-fix-binary

Skimage fix binary


Compare: https://github.com/numpy/numpy/compare/9a95118526fb...106306dc9b0e


More information about the Numpy-svn mailing list