Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Numba Python 2 timeline to Python3Statement #3917

Closed
CAM-Gerlach opened this issue Mar 31, 2019 · 6 comments
Closed

Add Numba Python 2 timeline to Python3Statement #3917

CAM-Gerlach opened this issue Mar 31, 2019 · 6 comments
Assignees
Labels

Comments

@CAM-Gerlach
Copy link

Given Numba already has a concrete timeline for dropping support for Python 2 by the EoL, I suggest adding the dates to Python3Statement, like most of the rest of the PyData stack have done, to make it easy for users to find in one central place and help accelerate Python 3 adoption.

@esc esc self-assigned this Apr 1, 2019
@esc
Copy link
Member

esc commented Apr 1, 2019

I made a pull-request here:

python3statement/python3statement.github.io#188

I left the timeline information deliberately vague, simply stating:

    'Numba':[
        {content: 'Python 2 & 3', start: '2012-03-08', end: '2019-12-31', py2:true},
        {content: 'Python 3 only', start: '2020-01-01', end: '2023-12-31'},
    ],

I choose to do this, because the timeline at https://numba.pydata.org/numba-doc/dev/reference/python27-eol.html states:

December 2018: Tag and release Numba 1.x.0. Create a Python 2.7 branch based on this release.

And we don't have a Numba 1 release yet.. We can however be pretty certain that we won't continue to support Python 2 beyond 2020-01-01.

@stuartarchibald
Copy link
Contributor

Thanks for submitting a PR @esc, we can discuss this further in the core developer meeting tomorrow.

@esc esc assigned seibert and unassigned esc Apr 2, 2019
@CAM-Gerlach
Copy link
Author

@stuartarchibald @seibert @esc Hey, any updates on this? Thanks!

@stuartarchibald
Copy link
Contributor

@CAM-Gerlach not as yet, when a decision has been made the PR python3statement/python3statement.github.io#188 will be updated to reflect. Thanks.

@seibert
Copy link
Contributor

seibert commented May 8, 2019

We need to adjust our timeline here. I wanted to get through some of our backward compatibility-breaking changes before the final Python 2.7 release of Numba, but those have taken longer than we imagined a year ago. We'll have to address this next week when all of the core developers are available.

@sklam
Copy link
Member

sklam commented Sep 9, 2020

Python 2 is already removed from numba. Closing.

@sklam sklam closed this as completed Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants