diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-12-08 16:58:00 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-12-08 16:58:00 -0700 |
commit | dafefb2c3721a1fb43469c8068b57bf8f5b22aa6 (patch) | |
tree | 972a346a5aafa519a24aeb4577b078f61fc1f67e | |
parent | 1579ba490d5bc67f16d5311a0789cdf69d81ea11 (diff) | |
download | numpy-dafefb2c3721a1fb43469c8068b57bf8f5b22aa6.tar.gz |
DOC: Update future changes in the 1.11.0 release notes.
Support for Python 2.6, 3.2, and 3.3 will be dropped in Numpy 1.12.0.
[ci skip]
-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 fac868ca3..a6c04e95a 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 |