[Numpy-svn] [numpy/numpy] c05019: BUG: setdiff1d return dtype

GitHub noreply at github.com
Thu May 7 09:40:28 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: c05019eda16477f4be99f47755362c07e1acb5b8
      https://github.com/numpy/numpy/commit/c05019eda16477f4be99f47755362c07e1acb5b8
  Author: Christian Brodbeck <christianmbrodbeck at gmail.com>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M numpy/lib/arraysetops.py
    M numpy/lib/tests/test_arraysetops.py
    M numpy/ma/extras.py
    M numpy/ma/tests/test_extras.py

  Log Message:
  -----------
  BUG: setdiff1d return dtype

Fixes #5846 (If called with an empty array as first argument, the returned
array had dtype bool instead of the dtype of the input array)


  Commit: 21932fbfc217b4a8bc547fa267ea5597d7dcb59b
      https://github.com/numpy/numpy/commit/21932fbfc217b4a8bc547fa267ea5597d7dcb59b
  Author: Jaime <jaime.frio at gmail.com>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M numpy/lib/arraysetops.py
    M numpy/lib/tests/test_arraysetops.py
    M numpy/ma/extras.py
    M numpy/ma/tests/test_extras.py

  Log Message:
  -----------
  Merge pull request #5847 from christianbrodbeck/fix/setdiff1d

BUG: setdiff1d return type

Fixes 5846


Compare: https://github.com/numpy/numpy/compare/6bb8c0d46739...21932fbfc217


More information about the Numpy-svn mailing list