Skip to content

Commit ca36cf4

Browse files
authored
Merge pull request #47 from astrofrog/add-astropy
Add Astropy to list of signatories
2 parents 1461c30 + 89768a8 commit ca36cf4

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

_sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ style: center
1212
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)
1313
- [![](assets/matplotlib.png)Matplotlib](http://matplotlib.org/)
1414
- [![](assets/sympy.png)SymPy](http://www.sympy.org/)
15+
- [![](assets/astropy.png)Astropy](http://www.astropy.org/)
1516
- [![](assets/sunpy.png)SunPy](http://sunpy.org)
1617
- [![](assets/xonsh.png)xonsh](http://xon.sh)
1718
- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org)

assets/astropy.png

13.7 KB
Loading

site.js

+12
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,18 @@ $(document).ready(function (){
136136
{content: '0.9', start: '2017-06-01', end: '2018-06-01', py2:true},
137137
{content: '0.10', start: '2017-12-01', end: '2018-12-01'},
138138
],
139+
'Astropy':[
140+
{content: '1.0 LTS', start: '2015-02-19', end: '2017-06-01', py2:true},
141+
{content: '1.1', start: '2015-12-11', end: '2016-06-23', py2:true},
142+
{content: '1.2', start: '2016-06-23', end: '2016-12-16', py2:true},
143+
{content: '1.3', start: '2016-12-16', end: '2017-06-01', py2:true},
144+
{content: '2.0 LTS', start: '2017-06-01', end: '2019-12-31', py2:true},
145+
{content: '3.0', start: '2017-12-01', end: '2018-06-01'},
146+
{content: '3.1', start: '2018-06-01', end: '2018-12-01'},
147+
{content: '3.2', start: '2018-12-01', end: '2019-06-01'},
148+
{content: '3.3', start: '2019-06-01', end: '2019-12-01'},
149+
{content: '4.0 LTS', start: '2019-12-01', end: '2021-12-01'},
150+
],
139151
'osBrain':[
140152
{content: '0.x', start: '2016-07-01', end: '2021-12-16'},
141153
],

0 commit comments

Comments
 (0)