diff --git a/_sections/30-projects.md b/_sections/30-projects.md index de6e754..ad2e4fa 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -38,6 +38,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io) - [![](assets/fenics.png)FEniCS](http://www.fenicsproject.org) - [![](assets/rdkit.png)RDKit](https://github.com/rdkit/rdkit) +- [![](assets/toyplot-256x256.png)Toyplot](https://github.com/sandialabs/toyplot) - [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy) - [![](assets/psi4square.png)Psi4](http://psicode.org/) - [![](assets/openquake.png)OpenQuake engine](https://github.com/gem/oq-engine) diff --git a/assets/toyplot-256x256.png b/assets/toyplot-256x256.png new file mode 100644 index 0000000..a159a2f Binary files /dev/null and b/assets/toyplot-256x256.png differ diff --git a/site.js b/site.js index dcdbe0d..e35f596 100644 --- a/site.js +++ b/site.js @@ -193,6 +193,10 @@ $(document).ready(function (){ {content: '2014.9.1 - 2019.03.1', start: '2014-09-1', end: '2019-09-1', py2:true}, {content: '2019.9.1 -' , start: '2019-09-01', end: '2021-03-01'} ], + 'Toyplot':[ + {content: 'Python 2 & 3', start: '2014-11-05', end:'2018-12-31', py2:true}, + {content: 'Python 3 only', start: '2019-01-01', end:'2021-12-31'}, + ], 'music21':[ {content: 'v3', start: '2016-08-22', end: '2017-08-06', py2:true}, {content: 'v4', start: '2017-08-22', end: '2019-06-01', py2:true},