[Numpy-svn] [numpy/numpy] 780cd6: BUG: np.nonzero behaving differently for 1-D array...

GitHub noreply at github.com
Sat Jun 27 14:51:05 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 780cd6e70627f78f57cad3b1486e81936c1572a9
      https://github.com/numpy/numpy/commit/780cd6e70627f78f57cad3b1486e81936c1572a9
  Author: Jaime Fernandez <jaime.frio at gmail.com>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst
    M numpy/core/src/multiarray/item_selection.c
    M numpy/core/tests/test_numeric.py
    M numpy/core/tests/test_regression.py
    M numpy/matrixlib/tests/test_defmatrix.py
    M numpy/matrixlib/tests/test_regression.py

  Log Message:
  -----------
  BUG: np.nonzero behaving differently for 1-D arrays

Fixes #5837


  Commit: 16cdeff7520819322209f89003dcc282903ca34e
      https://github.com/numpy/numpy/commit/16cdeff7520819322209f89003dcc282903ca34e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-06-27 (Sat, 27 Jun 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst
    M numpy/core/src/multiarray/item_selection.c
    M numpy/core/tests/test_numeric.py
    M numpy/core/tests/test_regression.py
    M numpy/matrixlib/tests/test_defmatrix.py
    M numpy/matrixlib/tests/test_regression.py

  Log Message:
  -----------
  Merge pull request #5865 from jaimefrio/where_writeable

BUG: np.nonzero behaving differently for 1-D arrays


Compare: https://github.com/numpy/numpy/compare/56678fe56dce...16cdeff75208


More information about the Numpy-svn mailing list