-
Notifications
You must be signed in to change notification settings - Fork 121
add xarray and preliminary timeline #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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'} | ||
|
||
| ], | ||
| // for tests, rando example | ||
| //'matplotlib':[ | ||
| // {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true}, | ||
|
|
||
There was a problem hiding this comment.
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...)
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.