Skip to content

Commit 3a92e51

Browse files
authored
Merge pull request python3statement#137 from tshead2/master
Add Toyplot.
2 parents f3d4748 + 68e01cd commit 3a92e51

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
@@ -38,6 +38,7 @@ These projects pledge to drop Python 2 support in or before 2020.
3838
- [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io)
3939
- [![](assets/fenics.png)FEniCS](http://www.fenicsproject.org)
4040
- [![](assets/rdkit.png)RDKit](https://github.com/rdkit/rdkit)
41+
- [![](assets/toyplot-256x256.png)Toyplot](https://github.com/sandialabs/toyplot)
4142
- [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy)
4243
- [![](assets/psi4square.png)Psi4](http://psicode.org/)
4344
- [![](assets/openquake.png)OpenQuake engine](https://github.com/gem/oq-engine)

assets/toyplot-256x256.png

40.4 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ $(document).ready(function (){
193193
{content: '2014.9.1 - 2019.03.1', start: '2014-09-1', end: '2019-09-1', py2:true},
194194
{content: '2019.9.1 -' , start: '2019-09-01', end: '2021-03-01'}
195195
],
196+
'Toyplot':[
197+
{content: 'Python 2 & 3', start: '2014-11-05', end:'2018-12-31', py2:true},
198+
{content: 'Python 3 only', start: '2019-01-01', end:'2021-12-31'},
199+
],
196200
'music21':[
197201
{content: 'v3', start: '2016-08-22', end: '2017-08-06', py2:true},
198202
{content: 'v4', start: '2017-08-22', end: '2019-06-01', py2:true},

0 commit comments

Comments
 (0)