diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-12-17 10:12:30 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-12-17 10:12:30 -0700 |
commit | a32a78643c7ba3dfe9a8c9079e620bcf9926b419 (patch) | |
tree | 2cfad8f772e150b42a9e33085b7c1b929b9597f1 | |
parent | e680923e9adb80b179d5b315f41d26b68767f81e (diff) | |
parent | dafefb2c3721a1fb43469c8068b57bf8f5b22aa6 (diff) | |
download | numpy-a32a78643c7ba3dfe9a8c9079e620bcf9926b419.tar.gz |
Merge pull request #6795 from charris/update-1.11.0-notes
DOC: Update future changes in the 1.11.0 release notes.
-rw-r--r-- | doc/release/1.11.0-notes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst index 47b11fd57..e7b9c57e2 100644 --- a/doc/release/1.11.0-notes.rst +++ b/doc/release/1.11.0-notes.rst @@ -18,7 +18,8 @@ Dropped Support Future Changes ============== -* Relaxed stride checking will become the default. +* Relaxed stride checking will become the default in 1.12.0. +* Support for Python 2.6, 3.2, and 3.3 will be dropped in 1.12.0. Compatibility notes |