[Numpy-svn] [numpy/numpy] 59cab3: ENH: Make einsum return a writeable view whenever ...

GitHub noreply at github.com
Thu Jan 1 19:32:23 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 59cab3e78b993a82342f86976b6cdcaa4a8a39c9
      https://github.com/numpy/numpy/commit/59cab3e78b993a82342f86976b6cdcaa4a8a39c9
  Author: Ian Henriksen <insertinterestingnamehere at gmail.com>
  Date:   2015-01-01 (Thu, 01 Jan 2015)

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

  Log Message:
  -----------
  ENH: Make einsum return a writeable view whenever the input is writeable.


  Commit: a42a5d1af40e91194a9f8ce03a47f50c1ca08f03
      https://github.com/numpy/numpy/commit/a42a5d1af40e91194a9f8ce03a47f50c1ca08f03
  Author: Ian Henriksen <insertinterestingnamehere at gmail.com>
  Date:   2015-01-01 (Thu, 01 Jan 2015)

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

  Log Message:
  -----------
  TST: Test that, when returning a view, einsum returns a writable view
whenever the input array is writable.


  Commit: 26a8ae33f7a8f218ab0f4cf0ba89566cadfe4d1f
      https://github.com/numpy/numpy/commit/26a8ae33f7a8f218ab0f4cf0ba89566cadfe4d1f
  Author: Ian Henriksen <insertinterestingnamehere at gmail.com>
  Date:   2015-01-01 (Thu, 01 Jan 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst

  Log Message:
  -----------
  DOC: Add note about writeable views from einsum to 1.10.0 release notes.


  Commit: 08cfe11e41c2879384a45f1e93ca265296bfd47e
      https://github.com/numpy/numpy/commit/08cfe11e41c2879384a45f1e93ca265296bfd47e
  Author: Ian Henriksen <insertinterestingnamehere at gmail.com>
  Date:   2015-01-01 (Thu, 01 Jan 2015)

  Changed paths:
    M numpy/add_newdocs.py

  Log Message:
  -----------
  DOC: Added a note about writeability of views from np.einsum to
the corresponding docstring.
Also added an example showing how to write to the diagonal of an array.


  Commit: c852f5999c79fa7b7799756e824dcc0270e58913
      https://github.com/numpy/numpy/commit/c852f5999c79fa7b7799756e824dcc0270e58913
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-01-01 (Thu, 01 Jan 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst
    M numpy/add_newdocs.py
    M numpy/core/src/multiarray/einsum.c.src
    M numpy/core/tests/test_einsum.py

  Log Message:
  -----------
  Merge pull request #5410 from insertinterestingnamehere/einsum_readable

ENH: Make views produced by np.einsum writeable


Compare: https://github.com/numpy/numpy/compare/061feab9d140...c852f5999c79


More information about the Numpy-svn mailing list