diff --git a/_sections/30-projects.md b/_sections/30-projects.md index a5b6d9f..0217259 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -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/) diff --git a/assets/scipyshiny_small.png b/assets/scipyshiny_small.png new file mode 100644 index 0000000..7ef81a9 Binary files /dev/null and b/assets/scipyshiny_small.png differ diff --git a/site.js b/site.js index 297de06..cf6ad2f 100644 --- a/site.js +++ b/site.js @@ -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'},