[Numpy-svn] [numpy/numpy] 1513a9: STY: cleanup hashdesc.c to follow our C convention...

GitHub noreply at github.com
Mon Mar 12 09:39:39 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 1513a984fcded0ef716f30a069f1c05867e626e5
      https://github.com/numpy/numpy/commit/1513a984fcded0ef716f30a069f1c05867e626e5
  Author: David Cournapeau <cournape at gmail.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M numpy/core/src/multiarray/hashdescr.c

  Log Message:
  -----------
  STY: cleanup hashdesc.c to follow our C conventions.


  Commit: e4f976430691d0f3823aaa61aed80088cdd2b148
      https://github.com/numpy/numpy/commit/e4f976430691d0f3823aaa61aed80088cdd2b148
  Author: David Cournapeau <cournape at gmail.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M numpy/core/src/multiarray/descriptor.c
  M numpy/core/src/multiarray/hashdescr.c

  Log Message:
  -----------
  BUG: fix inconsistencies in dtype flag type at the C level.


  Commit: 5268fe6ecd5637169bffe2dfd1fa7af5dbda4862
      https://github.com/numpy/numpy/commit/5268fe6ecd5637169bffe2dfd1fa7af5dbda4862
  Author: David Cournapeau <cournape at gmail.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M numpy/core/src/multiarray/hashdescr.c
  M numpy/core/tests/test_dtype.py

  Log Message:
  -----------
  BUG: fix #2017 by ignoring type_num in the hash input.

Since type_num is not considered in PyArray_EquivTypes (for dtype
equality comparison), seems reasonable to ignore it for hashing as
well.


  Commit: bb7e5e200198dc1de879156b1fb9da380ec4c7de
      https://github.com/numpy/numpy/commit/bb7e5e200198dc1de879156b1fb9da380ec4c7de
  Author: David Cournapeau <cournape at gmail.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M numpy/core/src/multiarray/descriptor.c

  Log Message:
  -----------
  BUG: fix flags type when exposed to python.


Compare: https://github.com/numpy/numpy/compare/39029f5...bb7e5e2


More information about the Numpy-svn mailing list