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

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


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: 876b58063ef73f6e430aced96a1e3320c1123c31
      https://github.com/numpy/numpy/commit/876b58063ef73f6e430aced96a1e3320c1123c31
  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: 459f44a68a13a43882c92fa64590adc0f9c608c3
      https://github.com/numpy/numpy/commit/459f44a68a13a43882c92fa64590adc0f9c608c3
  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: 77fb7423a30bf0a2a6f1a781c014b893c71388f6
      https://github.com/numpy/numpy/commit/77fb7423a30bf0a2a6f1a781c014b893c71388f6
  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 #6375 from charris/backport-gh-6372

Backport gh 6372


Compare: https://github.com/numpy/numpy/compare/38a87569f91a...77fb7423a30b


More information about the Numpy-svn mailing list