Skip to content

Commit 8b61672

Browse files
authored
Merge pull request #288 from sebastientourbier/master
Add Connectome Mapper 3
2 parents d43174c + f6e7657 commit 8b61672

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ These projects pledge to drop Python 2 support in or before 2020.
113113
- [![](https://raw.githubusercontent.com/GeoStat-Framework/GSTools/master/docs/source/pics/gstools.png)GSTools](https://github.com/GeoStat-Framework/GSTools) <!-- url:https://github.com/GeoStat-Framework/GSTools sg:38 -->
114114
- [![](assets/cantor.png)Cantor](https://cantor.kde.org)
115115
- [![](assets/docraptor.svg)DocRaptor](https://docraptor.com) <!-- url:https://github.com/DocRaptor/docraptor-python sg:12 -->
116+
- [![](assets/cmp.png)Connectome Mapper 3](https://connectome-mapper-3.readthedocs.io) <!-- url:https://github.com/connectomicslab/connectomemapper3 sg:9 -->
116117
- [![](assets/lib3to6.png)lib3to6](https://github.com/mbarkhau/lib3to6) <!-- url:https://github.com/mbarkhau/lib3to6 sg:4 -->
117118

118119
<!-- Adding a new project with a logo? They're roughly sorted by GitHub stars.

assets/cmp.png

30.9 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@ $(document).ready(function (){
353353
],
354354
'lib3to6': [
355355
{ content:'Python 3 only', start: '2018-09-01', end: '2023-12-31', py2:false},
356+
],
357+
'Connectome Mapper 3':[
358+
{content: 'v3.x beta series (Py2 only)', start: '2019-04-24', end:'2020-08-24', py2:true},
359+
{content: 'v3.x series (Py3 only)', start: '2020-08-24', end:'2023-12-31'},
356360
]
357361

358362
// for tests, rando example

0 commit comments

Comments
 (0)