Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde492e2

Browse files
committed
'update timeline dates'
1 parent74970a8 commitde492e2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎site.js‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,18 @@ $(document).ready(function (){
103103
vardata={
104104
'cpython':[
105105
{content:'Remaining Python 2.7 support',start:Date.now(),end:'2020-01-01'},
106+
{content:'Python 3.4',start:'2014-03-14',end:'2017-01-01'},
107+
{content:'Python 3.5',start:'2015-09-13',end:'2018-01-01'},// there is no planned EOL for 3.4 and 3.5, invent for now.
106108
],
107109
'IPython':[
110+
{content:'1.x',start:'2013-08-08',end:'2014-03-31',py2:true},
111+
{content:'2.x',start:'2014-04-01',end:'2015-02-26',py2:true},
112+
{content:'3.x',start:'2015-02-27',end:'2015-08-10',py2:true},
113+
{content:'4.x',start:'2015-08-11',end:'2016-05-31',py2:true},
108114
{content:'IPython 5.x LTS',start:'2016-06-01',end:'2019-06-01',py2:true},
109-
{content:'IPython6.x',start:'2017-01-01',end:'2018-01-01'},
110-
{content:'IPython7.x',start:'2018-01-01',end:'2019-06-12'},
111-
{content:'IPython8.x',start:'2019-06-12',end:'2020-06-01'},
115+
{content:'6.x',start:'2017-01-01',end:'2018-01-01'},
116+
{content:'7.x',start:'2018-01-01',end:'2019-06-12'},
117+
{content:'8.x',start:'2019-06-12',end:'2020-06-01'},
112118
],
113119
'matplotlib':[
114120
{content:'matplotlib 2.x',start:'2015-06-01',end:'2018-06-01',py2:true},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp