Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3b99c1

Browse files
author
Joseph Hamman
committed
add xarray and preliminary timeline
1 parent 53f1183 commit e3b99c1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

_sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ These projects pledge to drop Python 2 support in or before 2020.
1414
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)
1515
- [![](assets/numpylogoicon.svg)NumPy](http://numpy.org)
1616
- [![](assets/pandas.png)pandas](http://pandas.pydata.org/)
17+
- [![](assets/xarray.png)xarray](http://xarray.pydata.org/)
1718
- [![](assets/matplotlib.png)Matplotlib](http://matplotlib.org/)
1819
- [![](assets/sympy.png)SymPy](http://www.sympy.org/)
1920
- [![](assets/astropy.png)Astropy](http://www.astropy.org/)

assets/xarray.png

106 KB
Loading

site.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@ $(document).ready(function (){
178178
{content: '0.18.x', start: '2016-10-16', end: '2017-10-16', py2:true},
179179
{content: '1.0.x -', start: '2016-12-26', end: '2021-12-23'}
180180
],
181-
181+
'xarray':[
182+
{content: '0.x Series', start: '2014-05-11', end: '2018-12-31', py2:true},
183+
{content: '1.x Series', start: '2019-01-01', end: '2022-12-31'}
184+
],
182185
// for tests, rando example
183186
//'matplotlib':[
184187
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},

0 commit comments

Comments
 (0)