diff options
Diffstat (limited to 'doc/release/1.7.0-notes.rst')
-rw-r--r-- | doc/release/1.7.0-notes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/1.7.0-notes.rst b/doc/release/1.7.0-notes.rst index e5c8b300a..e8b1de72d 100644 --- a/doc/release/1.7.0-notes.rst +++ b/doc/release/1.7.0-notes.rst @@ -23,8 +23,8 @@ the diagonal method of ndarrays will return a view onto the original array, instead of producing a copy as they do now. This makes a difference if you write to the array returned by any of these functions. To facilitate this transition, numpy 1.7 produces a -DeprecationWarning if it detects that you may be attempting to write -to such an array. See the documentation for np.diagonal for details. +FutureWarning if it detects that you may be attempting to write to +such an array. See the documentation for np.diagonal for details. The default casting rule for UFunc out= parameters has been changed from 'unsafe' to 'same_kind'. Most usages which violate the 'same_kind' |