Skip to content

Commit b3036aa

Browse files
Add timeline of Connectome Mapper 3
1 parent 10641ae commit b3036aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,11 @@ $(document).ready(function (){
353353
],
354354
'lib3to6': [
355355
{ content:'Python 3 only', start: '2018-09-01', end: '2023-12-31', py2:false},
356-
]
356+
],
357+
'Connectome Mapper 3':[
358+
{content: 'v3.0.0-beta-x beta series (Py2 only)', start: '2019-04-24', end:'2020-08-24', py2:true},
359+
{content: 'v3.x.y[-RCz] releases and release candidates (Py3 only)', start: '2020-08-24', end:'2023-12-31'},
360+
],
357361

358362
// for tests, rando example
359363
//'matplotlib':[

0 commit comments

Comments
 (0)