diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-12-25 13:23:15 -0500 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-12-25 13:23:15 -0500 |
commit | 901f88bd3c20b35476e8d4a781bf8bd74547fb2a (patch) | |
tree | 240e12de7515639e46819dc495268675aa62c8f9 /doc | |
parent | aa95d5dde0811c2d8394850cbda5bb10296eba9b (diff) | |
parent | 26d883ce844b1c808832dd0fef3ff5f4dab85106 (diff) | |
download | numpy-901f88bd3c20b35476e8d4a781bf8bd74547fb2a.tar.gz |
Merge pull request #5369 from charris/compat-note
REL: Update the 1.10 release notes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.10.0-notes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index 7b473f3b9..3e693f9da 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -28,8 +28,16 @@ Future Changes Compatibility notes =================== + +relaxed stride checking +~~~~~~~~~~~~~~~~~~~~~~~ NPY_RELAXED_STRIDE_CHECKING is now true by default. +diag and diagonal +~~~~~~~~~~~~~~~~~ +Both diag and diagonal now preserve subtypes. This will change the +dimensions of the returned diagonal in the case of matrices and that +may lead to problems in using the result. New Features ============ |