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
Merge branch 'groupby-aggs-using-numpy-groupies' of github.com:andersy005/xarray into groupby_npg
* 'groupby-aggs-using-numpy-groupies' of github.com:andersy005/xarray:
Bump actions/github-script from 4.0.2 to 4.1 (pydata#5730)
Set coord name concat when `concat`ing along a DataArray (pydata#5611)
Add .git-blame-ignore-revs (pydata#5708)
Type annotate tests (pydata#5728)
Consolidate TypeVars in a single place (pydata#5569)
add storage_options arg to to_zarr (pydata#5615)
dataset `__repr__` updates (pydata#5580)
Xfail failing test on main (pydata#5729)
Add xarray-dataclasses to ecosystem in docs (pydata#5725)
extend show_versions (pydata#5724)
Move docstring for xr.set_options to numpy style (pydata#5702)
Refactor more groupby and resample tests (pydata#5707)
Remove suggestion to install pytest-xdist in docs (pydata#5713)
Add typing to the OPTIONS dict (pydata#5678)
Change annotations to allow str keys (pydata#5690)
Whatsnew for float-to-top (pydata#5714)
Use isort's float-to-top (pydata#5695)
Fix errors in test_latex_name_isnt_split for min environments (pydata#5710)
Improves rendering of complex LaTeX expressions as `long_name`s when plotting (pydata#5682)
Use same bool validator as other inputs (pydata#5703)
Copy file name to clipboardExpand all lines: doc/ecosystem.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Extend xarray capabilities
68
68
- `hypothesis-gufunc <https://hypothesis-gufunc.readthedocs.io/en/latest/>`_: Extension to hypothesis. Makes it easy to write unit tests with xarray objects as input.
69
69
- `nxarray <https://github.com/nxarray/nxarray>`_: NeXus input/output capability for xarray.
70
70
- `xarray-compare <https://github.com/astropenguin/xarray-compare>`_: xarray extension for data comparison.
71
-
- `xarray-custom<https://github.com/astropenguin/xarray-custom>`_: Data classes for custom xarray creation.
71
+
- `xarray-dataclasses<https://github.com/astropenguin/xarray-dataclasses>`_: xarray extension for typed DataArray and Dataset creation.
72
72
- `xarray_extras <https://github.com/crusaderky/xarray_extras>`_: Advanced algorithms for xarray objects (e.g. integrations/interpolations).
73
73
- `xpublish <https://xpublish.readthedocs.io/>`_: Publish Xarray Datasets via a Zarr compatible REST API.
74
74
- `xrft <https://github.com/rabernat/xrft>`_: Fourier transforms for xarray data.
0 commit comments