Skip to content

Commit

Permalink
Add SciPy to the Python 3 statement (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored and Carreau committed Jan 3, 2019
1 parent d1b2003 commit 87cb1f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sections/30-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ These projects pledge to drop Python 2 support in or before 2020.
- [![](assets/kivy.png)Kivy](https://kivy.org/)
- [![](assets/matplotlib.png)Matplotlib](https://matplotlib.org/)
- [![](assets/numpylogoicon.svg)NumPy](https://www.numpy.org/)
- [![](assets/scipyshiny_small.png)SciPy](https://www.scipy.org/)
- [![](assets/ccxt.png)ccxt](https://github.com/ccxt/ccxt)
- [![](assets/zulip.png)Zulip](https://zulip.org)
- [![](assets/sympy.png)SymPy](https://www.sympy.org/)
Expand Down
Binary file added assets/scipyshiny_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions site.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ $(document).ready(function (){
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},
{content: 'Py 3 full', start: '2019-01-01', end:'2021-12-16'},
],
'Scipy':[
{content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true},
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},
{content: 'Py 3 full', start: '2019-01-01', end:'2021-12-16'},
],
'Matplotlib':[
{content: '2.2 LTS', start: '2018-03-05', end: '2020-01-10', py2:true},
{content: '3.0', start: '2018-07-01', end: '2019-01-01'},
Expand Down

0 comments on commit 87cb1f8

Please sign in to comment.