Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _sections/30-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ These projects pledge to drop Python 2 support in or before 2020.
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)
- [![](assets/numpylogoicon.svg)NumPy](http://numpy.org)
- [![](assets/pandas.png)pandas](http://pandas.pydata.org/)
- [![](assets/xarray.png)xarray](http://xarray.pydata.org/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've generally tried to arrange projects by popularity, using Github stars as a rough proxy. So could we ask you to put this line just below sunpy, which has a similar number of stars to xarray.

I guess you were going next to pandas because of the similarity, which makes sense as well. But as I've already told a number of other people about this ordering, I don't want to play favourites. :-)

(Of course, not all projects are on Github, and some of them have probably got more popular since they were added, so this doesn't work very neatly...)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I was looking at forks, not stars. Looking at stars, Xarray is just after Astropy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I had set it next to pandas due to subject proximity but I get the ordering scheme now and have adjusted it accordingly.

- [![](assets/matplotlib.png)Matplotlib](http://matplotlib.org/)
- [![](assets/sympy.png)SymPy](http://www.sympy.org/)
- [![](assets/astropy.png)Astropy](http://www.astropy.org/)
Expand Down
Binary file added assets/xarray.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: 4 additions & 1 deletion site.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@ $(document).ready(function (){
{content: '0.18.x', start: '2016-10-16', end: '2017-10-16', py2:true},
{content: '1.0.x -', start: '2016-12-26', end: '2021-12-23'}
],

'xarray':[
{content: '0.x Series', start: '2014-05-11', end: '2018-12-31', py2:true},
{content: '2018.1.0', start: '2019-01-01', end: '2022-12-31'}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is 2018.1.0 supposed to be a version number? We don't know exactly which version our first release without Python 2 support will be yet.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add the logo without a timeline entry, if you like. I'm not a big fan of the timeline anyway - it's quickly getting too big, and it's already starting to get out of sync with reality (e.g. it looks like IPython 7 is out, which it isn't).

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, let's add the logo without a timeline.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

timeline removed.

],
// for tests, rando example
//'matplotlib':[
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
Expand Down