[Numpy-svn] [numpy/numpy] c53b0e: BUG: Compare struct arrays with different endian.

GitHub noreply at github.com
Mon Mar 31 12:57:25 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: c53b0e4fb892c7bc6ebdc48e57e23a91da0f542e
      https://github.com/numpy/numpy/commit/c53b0e4fb892c7bc6ebdc48e57e23a91da0f542e
  Author: Michael Droettboom <mdboom at gmail.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

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

  Log Message:
  -----------
  BUG: Compare struct arrays with different endian.

Fixes two places where dtypes with fields are compared for *exact*
equality where they should be compared for *equivalency*.


  Commit: 5b265798b516dc7db710aa3942b97cc50df146fc
      https://github.com/numpy/numpy/commit/5b265798b516dc7db710aa3942b97cc50df146fc
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

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

  Log Message:
  -----------
  Merge pull request #3664 from mdboom/structured_array_compare

structured arrays with different byteorders do not compare


Compare: https://github.com/numpy/numpy/compare/fd0d7d204d23...5b265798b516


More information about the Numpy-svn mailing list