Skip to content

Commit 04a7df0

Browse files
authored
Merge pull request #94 from hugovk/patch-1
Add Numpy timeline
2 parents 12dc84e + d419393 commit 04a7df0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: site.js

+5
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ $(document).ready(function (){
120120
{content: '7.x', start: '2018-01-01', end:'2019-06-12'},
121121
{content: '8.x', start: '2019-06-12', end:'2020-06-01'},
122122
],
123+
'Numpy':[
124+
{content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true},
125+
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},
126+
{content: 'Py 3 full', start: '2019-01-01', end:'2021-12-16'},
127+
],
123128
'Xonsh':[
124129
{content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'},
125130
],

0 commit comments

Comments
 (0)