[Numpy-svn] [numpy/numpy] 8863ee: BUG: Add void field at end of dtype.descr to match...

GitHub noreply at github.com
Sun Sep 27 19:26:36 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 8863ee9a24e866f79653f57154d431246a0e9079
      https://github.com/numpy/numpy/commit/8863ee9a24e866f79653f57154d431246a0e9079
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2015-09-25 (Fri, 25 Sep 2015)

  Changed paths:
    M numpy/core/_internal.py
    M numpy/core/tests/test_dtype.py

  Log Message:
  -----------
  BUG: Add void field at end of dtype.descr to match itemsize

dtype.descr returns void fields to explain the padding part of
the dtype. The last void field for the itemsize itself was however
not included.

Closes gh-6359


  Commit: 89ef1193448297d76951f52efb68436be218fb7d
      https://github.com/numpy/numpy/commit/89ef1193448297d76951f52efb68436be218fb7d
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2015-09-27 (Sun, 27 Sep 2015)

  Changed paths:
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  TST: Add test that array interface descr and typestr itemsize match


  Commit: 986a98c8020f90ae95dd65817a2dcc5e5f336172
      https://github.com/numpy/numpy/commit/986a98c8020f90ae95dd65817a2dcc5e5f336172
  Author: ahaldane <ealloc at gmail.com>
  Date:   2015-09-27 (Sun, 27 Sep 2015)

  Changed paths:
    M numpy/core/_internal.py
    M numpy/core/tests/test_dtype.py
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #6361 from seberg/issue6359

BUG: Add void field at end of dtype.descr to match itemsize


Compare: https://github.com/numpy/numpy/compare/ea289ee45dff...986a98c8020f


More information about the Numpy-svn mailing list