[Numpy-svn] [numpy/numpy] ddf8d4: ENH: dtype-struct: Tweaks based on Chucks feedback

noreply at github.com noreply at github.com
Thu Jun 23 11:29:09 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy

  Commit: ddf8d422571e6fa77d4ede57eb0754f32e25b7ed
      https://github.com/numpy/numpy/commit/ddf8d422571e6fa77d4ede57eb0754f32e25b7ed
  Author: Mark Wiebe <mwiebe at enthought.com>
  Date:   2011-06-23 (Thu, 23 Jun 2011)

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

  Log Message:
  -----------
  ENH: dtype-struct: Tweaks based on Chucks feedback

Now the dict repr mode for struct dtypes always includes the itemsize=
parameter, so that it will always produce the exact same memory layout.


  Commit: 8d451bcbdcd5f16342f779b94182d45738a8e8c6
      https://github.com/numpy/numpy/commit/8d451bcbdcd5f16342f779b94182d45738a8e8c6
  Author: Mark Wiebe <mwiebe at enthought.com>
  Date:   2011-06-23 (Thu, 23 Jun 2011)

  Changed paths:
    M doc/source/reference/arrays.dtypes.rst
  M numpy/add_newdocs.py
  M numpy/core/_internal.py
  M numpy/core/include/numpy/ndarraytypes.h
  M numpy/core/src/multiarray/arraytypes.c.src
  M numpy/core/src/multiarray/descriptor.c
  M numpy/core/src/multiarray/descriptor.h
  M numpy/core/src/multiarray/dtype_transfer.c
  M numpy/core/src/multiarray/getset.c
  M numpy/core/src/multiarray/hashdescr.c
  M numpy/core/src/multiarray/mapping.c
  M numpy/core/src/multiarray/methods.c
  M numpy/core/src/multiarray/scalarapi.c
  M numpy/core/src/multiarray/scalartypes.c.src
  M numpy/core/tests/test_dtype.py
  M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  Merge branch 'struct_cleanup'


Compare: https://github.com/numpy/numpy/compare/2e9e8aa...8d451bc



More information about the Numpy-svn mailing list