diff options
author | Ian Henriksen <insertinterestingnamehere@gmail.com> | 2015-01-01 13:39:51 -0700 |
---|---|---|
committer | Ian Henriksen <insertinterestingnamehere@gmail.com> | 2015-01-01 13:45:34 -0700 |
commit | 26a8ae33f7a8f218ab0f4cf0ba89566cadfe4d1f (patch) | |
tree | 76dce1e8a046878bd43c891dfb68e94f3b4b695b /doc | |
parent | a42a5d1af40e91194a9f8ce03a47f50c1ca08f03 (diff) | |
download | numpy-26a8ae33f7a8f218ab0f4cf0ba89566cadfe4d1f.tar.gz |
DOC: Add note about writeable views from einsum to 1.10.0 release notes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.10.0-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index be5e475e6..d9091379a 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -105,6 +105,11 @@ be present in input arrays; core dimensions with the same label must have the exact same size; and output core dimension's must be specified, either by a same label input core dimension or by a passed-in output array. +views returned from *np.einsum* are writeable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Views returned by *np.einsum* will now be writeable whenever the input +array is writeable. + Deprecations ============ |