[Numpy-svn] [numpy/numpy] e06bad: REV: Make sure ravel returns a contiguous array

GitHub noreply at github.com
Sun Sep 27 14:00:14 EDT 2015


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

  Changed paths:
    M numpy/core/src/multiarray/shape.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  REV: Make sure ravel returns a contiguous array

This is a bit more then it used to do, so it is not a complete
revert. Some of the "weird" cases where a copy was unnecessarily
done will now only be gone with RELAXED_STRIDES_CHECKING.


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

  Changed paths:
    M numpy/core/fromnumeric.py

  Log Message:
  -----------
  DOC: Document behaviour of ravel more clearly


  Commit: 41afcc3681d250f231aea9d9f428a9e197a47f6e
      https://github.com/numpy/numpy/commit/41afcc3681d250f231aea9d9f428a9e197a47f6e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-09-27 (Sun, 27 Sep 2015)

  Changed paths:
    M numpy/core/fromnumeric.py
    M numpy/core/src/multiarray/shape.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #6372 from seberg/revert-vdot

REV: Make sure ravel returns a contiguous array


Compare: https://github.com/numpy/numpy/compare/5047f2d7cba7...41afcc3681d2


More information about the Numpy-svn mailing list