Skip to content

Commit 7200181

Browse files
authored
Merge pull request #141 from CAM-Gerlach/add-spyder-project
Add Spyder to project list and timeline
2 parents cf651e5 + a3539a5 commit 7200181

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

_sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ These projects pledge to drop Python 2 support in or before 2020.
1919
- [![](assets/zulip.png)Zulip](https://zulip.org)
2020
- [![](assets/sympy.png)SymPy](https://www.sympy.org/)
2121
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)
22+
- [![](assets/spyder.png)Spyder](https://www.spyder-ide.org)
2223
- [![](assets/scikit-image.png)Scikit Image](http://scikit-image.org/)
2324
- [![](assets/pymc3.png)PyMC3](https://github.com/pymc-devs/pymc3)
2425
- [![](assets/tensorpack.png)Tensorpack](https://github.com/tensorpack/tensorpack)

assets/spyder.png

5.48 KB
Loading

site.js

+5
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ $(document).ready(function (){
135135
{content: '3.1', start: '2019-01-01', end: '2019-07-01'},
136136
{content: '3.2', start: '2019-07-01', end: '2020-01-01'}
137137
],
138+
'Spyder':[
139+
{content: '3', start: '2016-09-24', end: '2019-01-15', py2:true},
140+
{content: '4', start: '2019-01-15', end: '2020-01-01', py2:true},
141+
{content: '5', start: '2019-12-31', end: '2021-12-16'}
142+
],
138143
'Xonsh':[
139144
{content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'},
140145
],

0 commit comments

Comments
 (0)