<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 9, 2017 at 6:52 PM, Nathaniel Smith <span dir="ltr"><<a href="mailto:njs@pobox.com" target="_blank">njs@pobox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Fortunately we can wait until we're a bit closer before we have to<br>
make any final decision on the version numbering :-)<br>
<br>
Right now though it would be good to start communicating to<br>
users/downstreams about whatever our plans our though, so they can<br>
make plans. Here's a first attempt at some text we can put in the<br>
documentation and point people to -- any thoughts, on either the plan<br>
or the wording?<br>
<br>
---- DRAFT TEXT - NOT FINAL - DO NOT POST THIS TO HACKERNEWS OK? OK ----<br>
<br>
The Python core team plans to stop supporting Python 2 in 2020. The<br>
NumPy project has supported both Python 2 and Python 3 in parallel<br>
since 2010, and has found that supporting Python 2 is an increasing<br>
burden on our limited resources; thus, we plan to eventually drop<br>
Python 2 support as well. Now that we're entering the final years of<br>
community-supported Python 2, the NumPy project wants to clarify our<br>
plans, with the goal of to helping our downstream ecosystem make plans<br>
and accomplish the transition with as little disruption as possible.<br>
<br>
Our current plan is as follows:<br>
<br>
Until **December 31, 2018**, all NumPy releases will fully support<br>
both Python 2 and Python 3.<br>
<br>
Starting on **January 1, 2019**, any new feature releases will support<br>
only Python 3.<br>
<br>
The last Python-2-supporting release will be designated as a long-term<br>
support (LTS) release, meaning that we will continue to merge<br>
bug-fixes and make bug-fix releases for a longer period than usual.<br>
Specifically, it will be supported by the community until **December<br>
31, 2019**.<br>
<br>
On **January 1, 2020** we will raise a toast to Python 2, and<br>
community support for the last Python-2-supporting release will come<br>
to an end. However, it will continue to be available on PyPI<br>
indefinitely, and if any commercial vendors wish to extend the LTS<br>
support past this point then we are open to letting them use the LTS<br>
branch in the official NumPy repository to coordinate that.<br>
<br>
If you are a NumPy user who requires ongoing Python 2 support in 2020<br>
or later, then please contact your vendor. If you are a vendor who<br>
wishes to continue to support NumPy on Python 2 in 2020+, please get<br>
in touch; ideally we'd like you to get involved in maintaining the LTS<br>
before it actually hits end-of-life, so we can make a clean handoff.<br>
<br>
To minimize disruption, running 'pip install numpy' on Python 2 will<br>
continue to give the last working release in perpetuity; but after<br>
January 1, 2019 it may not contain the latest features, and after<br>
January 1, 2020 it may not contain the latest bug fixes.<br>
<br>
For more information on the scientific Python ecosystem's transition<br>
to Python-3-only, see: <a href="http://www.python3statement.org/" rel="noreferrer" target="_blank">http://www.python3statement.<wbr>org/</a><br>
<br>
For more information on porting your code to run on Python 3, see:<br>
<a href="https://docs.python.org/3/howto/pyporting.html" rel="noreferrer" target="_blank">https://docs.python.org/3/<wbr>howto/pyporting.html</a><br>
<br>
----<br>
<br>
Thoughts?<br>
<br>
-n<br></blockquote><div><br></div><div>I've put up an <a href="https://github.com/numpy/numpy/pull/10006">NEP</a> for the proposal.</div><div><br></div><div><snip></div><div><br></div><div>Chuck  </div></div></div></div>