[Numpy-svn] [numpy/numpy] 095534: BUG: Fill correct strides for ndmin in array creat...

GitHub noreply at github.com
Wed Oct 10 01:29:55 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 095534fbceb34b03a5c963acd77834a9b001bf38
      https://github.com/numpy/numpy/commit/095534fbceb34b03a5c963acd77834a9b001bf38
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

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

  Log Message:
  -----------
  BUG: Fill correct strides for ndmin in array creation

Closes "Issue #465", strides need to be set according
to the requested contiguous flags.


  Commit: c5e8990bd857fd0869e7437428e5bf0d491336a0
      https://github.com/numpy/numpy/commit/c5e8990bd857fd0869e7437428e5bf0d491336a0
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

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

  Log Message:
  -----------
  TST: Test that ndmin honors requested and original order.


  Commit: 87930c4c30f14226ae8ceb0340858fd9940d67ea
      https://github.com/numpy/numpy/commit/87930c4c30f14226ae8ceb0340858fd9940d67ea
  Author: Travis E. Oliphant <teoliphant at gmail.com>
  Date:   2012-10-09 (Tue, 09 Oct 2012)

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

  Log Message:
  -----------
  Merge pull request #466 from seberg/issue465

BUG: Fill correct strides for ndmin in array creation


Compare: https://github.com/numpy/numpy/compare/96abba1a14db...87930c4c30f1


More information about the Numpy-svn mailing list