Skip to content

Commit 594d3fe

Browse files
authored
Merge pull request python3statement#79 from chrisrichardson/master
Add NumFOCUS sponsored FEniCS Project
2 parents 941c587 + 9b74b8e commit 594d3fe

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
@@ -26,6 +26,7 @@ These projects pledge to drop Python 2 support in or before 2020.
2626
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure)
2727
- [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io)
2828
- [![](assets/pymc3.png)PyMC3](https://github.com/pymc-devs/pymc3)
29+
- [![](assets/fenics.png)FEniCS](http://www.fenicsproject.org)
2930

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

assets/fenics.png

56.4 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ $(document).ready(function (){
160160
{content: '2.8.x', start: '2016-12-21', end:'2018-12-21', py2:true},
161161
{content: '2.9.x', start: '2017-07-14', end:'2018-07-14'},
162162
],
163+
'FEniCS':[
164+
{content: '2017.1.0', start: '2017-05-12', end: '2017-12-31', py2:true},
165+
{content: '2018.1.0', start: '2018-01-01', end: '2018-06-01'}
166+
]
163167
// for tests, rando example
164168
//'matplotlib':[
165169
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},

0 commit comments

Comments
 (0)