Skip to content

Commit 59bf7a7

Browse files
author
Joe Hamman
authored
add some blurbs about numfocus sponsorship to docs (#2403)
* add some blurbs about numfocus sponsorship to docs * add numfocus to history blurb
1 parent 66a8f8d commit 59bf7a7

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

README.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ xarray: N-D labeled arrays and datasets
1515
:target: https://zenodo.org/badge/latestdoi/13221727
1616
.. image:: http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat
1717
:target: http://pandas.pydata.org/speed/xarray/
18+
.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
19+
:target: http://numfocus.org
1820

1921
**xarray** (formerly **xray**) is an open source project and Python package that aims to bring the
2022
labeled data power of pandas_ to the physical sciences, by providing
@@ -103,20 +105,34 @@ Get in touch
103105
.. _mailing list: https://groups.google.com/forum/#!forum/xarray
104106
.. _on GitHub: http://github.com/pydata/xarray
105107

108+
NumFOCUS
109+
--------
110+
111+
.. image:: https://numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png
112+
:scale: 50 %
113+
114+
Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated
115+
to supporting the open source scientific computing community. If you like
116+
Xarray and want to support our mission, please consider making a
117+
[donation](https://www.flipcause.com/secure/cause_pdetails/MjE3OQ==)
118+
to support our efforts.
119+
106120
History
107121
-------
108122

109123
xarray is an evolution of an internal tool developed at `The Climate
110124
Corporation`__. It was originally written by Climate Corp researchers Stephan
111125
Hoyer, Alex Kleeman and Eugene Brevdo and was released as open source in
112-
May 2014. The project was renamed from "xray" in January 2016.
126+
May 2014. The project was renamed from "xray" in January 2016. Xarray became a
127+
fiscally sponsored project of NumFOCUS_ in August 2018.
113128

114129
__ http://climate.com/
130+
.. _NumFOCUS: https://numfocus.org
115131

116132
License
117133
-------
118134

119-
Copyright 2014-2017, xarray Developers
135+
Copyright 2014-2018, xarray Developers
120136

121137
Licensed under the Apache License, Version 2.0 (the "License");
122138
you may not use this file except in compliance with the License.

doc/index.rst

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,33 @@ Get in touch
120120
.. _mailing list: https://groups.google.com/forum/#!forum/xarray
121121
.. _on GitHub: http://github.com/pydata/xarray
122122

123-
License
124-
-------
123+
NumFOCUS
124+
--------
125125

126-
xarray is available under the open source `Apache License`__.
126+
.. image:: _static/numfocus_logo.png
127+
:scale: 50 %
127128

128-
__ http://www.apache.org/licenses/LICENSE-2.0.html
129+
Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated
130+
to supporting the open source scientific computing community. If you like
131+
Xarray and want to support our mission, please consider making a
132+
[donation](https://www.flipcause.com/secure/cause_pdetails/MjE3OQ==)
133+
to support our efforts.
129134

130135
History
131136
-------
132137

133138
xarray is an evolution of an internal tool developed at `The Climate
134139
Corporation`__. It was originally written by Climate Corp researchers Stephan
135140
Hoyer, Alex Kleeman and Eugene Brevdo and was released as open source in
136-
May 2014. The project was renamed from "xray" in January 2016.
141+
May 2014. The project was renamed from "xray" in January 2016. Xarray became a
142+
fiscally sponsored project of NumFOCUS_ in August 2018.
137143

138144
__ http://climate.com/
145+
.. _NumFOCUS: https://numfocus.org
146+
147+
License
148+
-------
149+
150+
xarray is available under the open source `Apache License`__.
151+
152+
__ http://www.apache.org/licenses/LICENSE-2.0.html

0 commit comments

Comments
 (0)