[Numpy-svn] [numpy/numpy] 637dbd: DOC -- add another paragraph note to ndarray.view ...

GitHub noreply at github.com
Thu Feb 28 22:35:01 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 637dbd84d5b80d91aa2eecd950a0e509d44f112e
      https://github.com/numpy/numpy/commit/637dbd84d5b80d91aa2eecd950a0e509d44f112e
  Author: Steve <steve at steve-Inspiron14z.(none)>
  Date:   2013-02-04 (Mon, 04 Feb 2013)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/ma/core.py

  Log Message:
  -----------
  DOC -- add another paragraph note to ndarray.view docs

Since most numpy operations are not sensitive to underlying data
structure (C-ordered arrays vs fortran-ordered arrays, versus slices or
transposes of arrays, etc.), but structured-array views ARE sensitive to
that, it is worth saying it explicitly in the documentation.


  Commit: c714dad734cedddd749cc7ddfd120c503e29016d
      https://github.com/numpy/numpy/commit/c714dad734cedddd749cc7ddfd120c503e29016d
  Author: Steve <steve at steve-Inspiron14z.(none)>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/ma/core.py

  Log Message:
  -----------
  DOC -- add another paragraph note to ndarray.view docs (cont'd)

More detail: Views are only sensitive to under-the-hood storage when
the dtype storage size has changed.


  Commit: 83e39633d94ddca717ae50692b013ae7ffc39459
      https://github.com/numpy/numpy/commit/83e39633d94ddca717ae50692b013ae7ffc39459
  Author: Steve <steve at steve-Inspiron14z.(none)>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M numpy/add_newdocs.py

  Log Message:
  -----------
  DOC: Add example showing how a view of a slice can misbehave


  Commit: 48df79673f81a8421421233e26f663f260bcebfd
      https://github.com/numpy/numpy/commit/48df79673f81a8421421233e26f663f260bcebfd
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/ma/core.py

  Log Message:
  -----------
  Merge pull request #2967 from sbyrnes321/master

DOC -- add another paragraph note to ndarray.view docs


Compare: https://github.com/numpy/numpy/compare/5ce8e28a9721...48df79673f81


More information about the Numpy-svn mailing list