[Numpy-svn] [numpy/numpy] 2a4dd9: BUG: Fix subarray format changed in #8160

GitHub noreply at github.com
Tue Nov 1 22:05:10 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 2a4dd999c82276d00ef96d0d5839ff8b1f8a8871
      https://github.com/numpy/numpy/commit/2a4dd999c82276d00ef96d0d5839ff8b1f8a8871
  Author: Shota Kawabuchi <shota.kawabuchi+Github at gmail.com>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M numpy/core/arrayprint.py
    M numpy/core/tests/test_arrayprint.py

  Log Message:
  -----------
  BUG: Fix subarray format changed in #8160

Preserving structured array element format,
this commit fixes subarray format changed in PR #8160.
This commit also changes iterator for field name from dtype_.descr to
dtype_.names (Related to #8174).


  Commit: a6c2184c0dbc70b9a57fce21e4f769d313021261
      https://github.com/numpy/numpy/commit/a6c2184c0dbc70b9a57fce21e4f769d313021261
  Author: Shota Kawabuchi <shota.kawabuchi+Github at gmail.com>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M numpy/core/arrayprint.py
    M numpy/core/tests/test_arrayprint.py

  Log Message:
  -----------
  BUG: Fix array2string for structured array scalars

PR #8160 added format function for structured arrays.
But it is not applied for structured array scalars.
Closes #8172


  Commit: e1326c31526a607cc981b309a3a092b1cbbc9b9c
      https://github.com/numpy/numpy/commit/e1326c31526a607cc981b309a3a092b1cbbc9b9c
  Author: Shota Kawabuchi <shota.kawabuchi+Github at gmail.com>
  Date:   2016-11-01 (Tue, 01 Nov 2016)

  Changed paths:
    M numpy/core/arrayprint.py

  Log Message:
  -----------
  MAINT: Refactor numpy/core/arrayprint.py

Related to PR #8200


  Commit: 94b36b557ce7d88bbfe4091c59aa376764b7047d
      https://github.com/numpy/numpy/commit/94b36b557ce7d88bbfe4091c59aa376764b7047d
  Author: ahaldane <ealloc at gmail.com>
  Date:   2016-11-01 (Tue, 01 Nov 2016)

  Changed paths:
    M numpy/core/arrayprint.py
    M numpy/core/tests/test_arrayprint.py

  Log Message:
  -----------
  Merge pull request #8200 from skwbc/structure_format

BUG: Fix structured array format functions


Compare: https://github.com/numpy/numpy/compare/19fc7ad7f758...94b36b557ce7


More information about the Numpy-svn mailing list