Numpy: Plan for dropping Python 2.7 support
1–10 of 390 posts
Re: Numpy: Plan for dropping Python 2.7 support
#2I guess it's due -- Python 3 finally has some improvements to the runtime that I think will start to pull more Python2 people over.
Re: Numpy: Plan for dropping Python 2.7 support
#3Re: Numpy: Plan for dropping Python 2.7 support
#4Re: Numpy: Plan for dropping Python 2.7 support
#5* at the end of 2019 I guess it's due -- Python 3 finally has some improvements to the runtime that I think will start to pull more Python2 people over.
> Until December 31, 2018, all NumPy releases will fully support both Python2 and Python3.
Starting on January 1, 2019, any new feature releases will support only Python3.
The last Python2 supporting release will be designated as a long term support (LTS) release, meaning that we will continue to merge bug fixes and make bug fix releases for a longer period than usual. Specifically, it will be supported by the community until December 31, 2019.
Re: Numpy: Plan for dropping Python 2.7 support
#6Re: Numpy: Plan for dropping Python 2.7 support
#7Kudos to the numpy team for writing the most awesome python module under the sun, and for providing great support!
Re: Numpy: Plan for dropping Python 2.7 support
#8At the SciPy 2017 conference, for the first time I saw speakers who were presenting new libraries say that they were not going to be developing Python2 versions. Quite a change from a year or two ago.
Re: Numpy: Plan for dropping Python 2.7 support
#9Re: Numpy: Plan for dropping Python 2.7 support
#10For people wondering why it's been like this for almost a decade(!) since Python 3.0 was released: Python 3.0 was actually terrible. It lacked many critical things, and was riddled with bugs and security flaws until 3.3, which was released 4 years after 3.0. This cemented in many people's minds the idea that Python 3 was a bad thing. Python 2 was and is a fantastic programming language, so it was a very high bar to move up from. Python 3 has come a long way since then, Python 3.6 is now a decent step up from 2.7.