diff --git a/_sections/30-projects.md b/_sections/30-projects.md index e829604..69c4ffa 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -19,6 +19,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/zulip.png)Zulip](https://zulip.org) - [![](assets/sympy.png)SymPy](http://www.sympy.org/) - [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org) +- [![](assets/spyder.png)Spyder](https://www.spyder-ide.org) - [![](assets/scikit-image.png)Scikit Image](http://scikit-image.org/) - [![](assets/pymc3.png)PyMC3](https://github.com/pymc-devs/pymc3) - [![](assets/tensorpack.png)Tensorpack](https://github.com/tensorpack/tensorpack) diff --git a/assets/spyder.png b/assets/spyder.png new file mode 100644 index 0000000..82d9508 Binary files /dev/null and b/assets/spyder.png differ diff --git a/site.js b/site.js index e35f596..e079360 100644 --- a/site.js +++ b/site.js @@ -135,6 +135,11 @@ $(document).ready(function (){ {content: '3.1', start: '2019-01-01', end: '2019-07-01'}, {content: '3.2', start: '2019-07-01', end: '2020-01-01'} ], + 'Spyder':[ + {content: '3', start: '2016-09-24', end: '2019-01-15', py2:true}, + {content: '4', start: '2019-01-15', end: '2020-01-01', py2:true}, + {content: '5', start: '2019-12-31', end: '2021-12-16'} + ], 'Xonsh':[ {content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'}, ],