Skip to content

Commit 9e89e26

Browse files
apalalatakluyver
authored andcommitted
add TatSu to projects and timeline
1 parent 9a483af commit 9e89e26

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ These projects pledge to drop Python 2 support in or before 2020.
7474
- [![](assets/freud.png)freud](https://github.com/glotzerlab/freud)
7575
- [![](assets/signac.png)signac](https://signac.io)
7676
- [![](assets/platon.png)PLATON](https://github.com/ideasrule/platon)
77+
- [![](assets/tatsu.png)TatSu](https://tatsu.readthedocs.io/)
7778

7879
<!-- Adding a new project with a logo? They're roughly sorted by GitHub stars.
7980
Try to insert yours in order. We use judgment for projects not on GiHhub, and

assets/tatsu.png

18 KB
Loading

site.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ $(document).ready(function (){
268268
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-06-30', py2:true},
269269
{content: 'Py 3 full', start: '2019-01-01', end:'2023-12-31'},
270270
],
271+
'TatSu':[
272+
{content: 'Python 2 & 3', start: '2017-01-01', end:'2019-04-01', py2:true},
273+
{content: 'Python 2 & 3 fixes', start: '2019-04-01', end:'2020-01-01', py2:true},
274+
{content: 'Python 3 only', start: '2019-04-01', end:'2023-12-31'},
275+
],
271276

272277
// for tests, rando example
273278
//'matplotlib':[

0 commit comments

Comments
 (0)