From 45a5a0de9bdb8553982b909694a86fe953cfa5c2 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sat, 21 Aug 2021 23:57:25 +0900 Subject: [PATCH 1/2] Remove xarray-custom from ecosystem in docs --- doc/ecosystem.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/ecosystem.rst b/doc/ecosystem.rst index 01f5c29b9f5..357cefb7aae 100644 --- a/doc/ecosystem.rst +++ b/doc/ecosystem.rst @@ -68,7 +68,6 @@ Extend xarray capabilities - `hypothesis-gufunc `_: Extension to hypothesis. Makes it easy to write unit tests with xarray objects as input. - `nxarray `_: NeXus input/output capability for xarray. - `xarray-compare `_: xarray extension for data comparison. -- `xarray-custom `_: Data classes for custom xarray creation. - `xarray_extras `_: Advanced algorithms for xarray objects (e.g. integrations/interpolations). - `xpublish `_: Publish Xarray Datasets via a Zarr compatible REST API. - `xrft `_: Fourier transforms for xarray data. From 92639b7b51a44d28fe59ef05b7297c464d04fced Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sat, 21 Aug 2021 23:58:33 +0900 Subject: [PATCH 2/2] Add xarray-dataclasses to ecosystem in docs --- doc/ecosystem.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ecosystem.rst b/doc/ecosystem.rst index 357cefb7aae..9e81679f693 100644 --- a/doc/ecosystem.rst +++ b/doc/ecosystem.rst @@ -68,6 +68,7 @@ Extend xarray capabilities - `hypothesis-gufunc `_: Extension to hypothesis. Makes it easy to write unit tests with xarray objects as input. - `nxarray `_: NeXus input/output capability for xarray. - `xarray-compare `_: xarray extension for data comparison. +- `xarray-dataclasses `_: xarray extension for typed DataArray and Dataset creation. - `xarray_extras `_: Advanced algorithms for xarray objects (e.g. integrations/interpolations). - `xpublish `_: Publish Xarray Datasets via a Zarr compatible REST API. - `xrft `_: Fourier transforms for xarray data.