Skip to content

Commit e290eed

Browse files
committed
Add Rdkit
Closes python3statement#80
1 parent 594d3fe commit e290eed

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ These projects pledge to drop Python 2 support in or before 2020.
2727
- [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io)
2828
- [![](assets/pymc3.png)PyMC3](https://github.com/pymc-devs/pymc3)
2929
- [![](assets/fenics.png)FEniCS](http://www.fenicsproject.org)
30+
- [![](assets/rdkit.png)RDKit](https://github.com/rdkit/rdkit)
3031

3132
&nbsp; <!--break separating project with image from without -->
3233

assets/rdkit.png

17.7 KB
Loading

site.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ $(document).ready(function (){
163163
'FEniCS':[
164164
{content: '2017.1.0', start: '2017-05-12', end: '2017-12-31', py2:true},
165165
{content: '2018.1.0', start: '2018-01-01', end: '2018-06-01'}
166-
]
166+
],
167+
'RDKit':[
168+
{content: '2014.9.1 - 2019.03.1', start: '2014-09-1', end: '2019-09-1', py2:true},
169+
{content: '2019.9.1 -' , start: '2019-09-01', end: '2021-03-01'}
170+
],
167171
// for tests, rando example
168172
//'matplotlib':[
169173
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},

0 commit comments

Comments
 (0)