-
Notifications
You must be signed in to change notification settings - Fork 121
Add Spyder to project list and timeline #141
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,6 +135,11 @@ $(document).ready(function (){ | |
{content: '3.1', start: '2019-01-01', end: '2019-07-01'}, | ||
{content: '3.2', start: '2019-07-01', end: '2020-01-01'} | ||
], | ||
'Spyder':[ | ||
{content: '3', start: '2016-09-24', end: '2019-03-01', py2:true}, | ||
{content: '4', start: '2019-02-01', end: '2020-02-01', py2:true}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Following the above reasoning, we would want to shift the end date to at least the start date of the next version, 2019-12-31. |
||
{content: '5', start: '2019-12-31', end: '2021-12-16'} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one is good! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
], | ||
'Xonsh':[ | ||
{content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'}, | ||
], | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the end date of our 3 series is going to be 2018-12-01.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is that defines the "support" date as the day of the last scheduled release, unlike the convention followed by every other project on this list, and it will leave a gap between them, rather than being supported at least until the release of the following version (i.e. leaving no version of Spyder "supported" during the transition period). Even if the last scheduled release is on that date, we would naturally support Spyder 3 (e.g. via Github, Gitter, Google Groups, Docs, and possibly emergency fixes if necessary) at least until the release of Spyder 4. It wouldn't make any sense to do otherwise.
Therefore, I propose an end date of at least 2019-01-15, the same day on which Spyder 4 is scheduled for release (although at least in practice, we'd want to consider the delay to get
conda
packages out, possible emergency fixes, at least some latency in all users upgrading to a new major version on the day of its release, etc.).