You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* main: (44 commits)
Rename repo to xarray-contrib/flox (#125)
Propagate attrs better (#124)
Update README.md (#123)
Update README.md
micromamba in CI (#122)
Many optimizations (#120)
Add xarray groupby test (#121)
Update README.md
Update README.md
Add NASA Xarray grant
[pre-commit.ci] pre-commit autoupdate (#118)
Allow custom numpy aggregations for "blockwise" (#117)
Don't execute hourly climatology notebook (#98)
Bump actions/setup-python from 3 to 4 (#116)
Fix factorizing some more. (#115)
Correctly factorize values outside bin edges
Better error message
Avoid a copy.
Fix bug where we had extra groups in expected_groups. (#112)
Fix binning by nD variable
...
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
-
[](https://github.com/dcherian/flox/actions)[](https://results.pre-commit.ci/latest/github/dcherian/flox/main)[](https://codecov.io/gh/dcherian/flox)[](https://pypi.org/project/flox/)[](https://anaconda.org/conda-forge/flox)[](https://flox.readthedocs.io/en/latest/?badge=latest)[](https://earthdata.nasa.gov/esds/competitive-programs/access/pangeo-ml)
1
+
[](https://github.com/xarray-contrib/flox/actions)
@@ -16,8 +25,12 @@ about this package, from the Pangeo Showcase).
16
25
17
26
## Acknowledgements
18
27
19
-
This work was funded in part by NASA-ACCESS 80NSSC18M0156 "Community tools for analysis of NASA Earth Observing System
20
-
Data in the Cloud" (PI J. Hamman), and [NCAR's Earth System Data Science Initiative](https://ncar.github.io/esds/).
28
+
This work was funded in part by
29
+
1. NASA-ACCESS 80NSSC18M0156 "Community tools for analysis of NASA Earth Observing System
30
+
Data in the Cloud" (PI J. Hamman, NCAR),
31
+
2. NASA-OSTFL 80NSSC22K0345 "Enhancing analysis of NASA data with the open-source Python Xarray Library" (PIs Scott Henderson, University of Washington; Deepak Cherian, NCAR; Jessica Scheick, University of New Hampshire), and
32
+
3.[NCAR's Earth System Data Science Initiative](https://ncar.github.io/esds/).
33
+
21
34
It was motivated by [very](https://github.com/pangeo-data/pangeo/issues/266)[very](https://github.com/pangeo-data/pangeo/issues/271)[many](https://github.com/dask/distributed/issues/2602)[discussions](https://github.com/pydata/xarray/issues/2237) in the [Pangeo](https://pangeo.io) community.
0 commit comments