From 9b1367afe4623aaa11c25ae61f9d95e6a91a0899 Mon Sep 17 00:00:00 2001 From: Keewis Date: Fri, 6 Nov 2020 17:19:24 +0100 Subject: [PATCH 1/4] add a section to the io docs to list third party libraries --- doc/io.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/io.rst b/doc/io.rst index 11bbf761922..8c73001a592 100644 --- a/doc/io.rst +++ b/doc/io.rst @@ -1067,3 +1067,11 @@ For CSV files, one might also consider `xarray_extras`_. .. _xarray_extras: https://xarray-extras.readthedocs.io/en/latest/api/csv.html .. _IO tools: http://pandas.pydata.org/pandas-docs/stable/io.html + + +Third party libraries +--------------------- + +More formats are supported by extension libraries: + +- `MongoDB `_ \ No newline at end of file From 86c401760f73da62ac1f4b76ca4fd9416ce3a5ff Mon Sep 17 00:00:00 2001 From: Keewis Date: Fri, 6 Nov 2020 17:34:08 +0100 Subject: [PATCH 2/4] update the link and add a description --- doc/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/io.rst b/doc/io.rst index 8c73001a592..c2b38afd556 100644 --- a/doc/io.rst +++ b/doc/io.rst @@ -1074,4 +1074,4 @@ Third party libraries More formats are supported by extension libraries: -- `MongoDB `_ \ No newline at end of file +- `xarray-mongodb `_: Store xarray objects on MongoDB \ No newline at end of file From 68669843a01e4badb67e951a240eb36c16dffe76 Mon Sep 17 00:00:00 2001 From: Keewis Date: Sun, 6 Dec 2020 23:34:08 +0100 Subject: [PATCH 3/4] fix the whats-new section name and label --- doc/whats-new.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 13dad17e2c4..013c22567f7 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -15,10 +15,10 @@ What's New np.random.seed(123456) -.. _whats-new.{0.16.3}: +.. _whats-new.0.16.3: -v{0.16.3} (unreleased) ----------------------- +v0.16.3 (unreleased) +-------------------- Breaking changes ~~~~~~~~~~~~~~~~ From 011c98b5f5da9d8a16fa46f82f14d50a48134781 Mon Sep 17 00:00:00 2001 From: Keewis Date: Sun, 6 Dec 2020 23:40:22 +0100 Subject: [PATCH 4/4] add a entry to whats-new.rst --- doc/whats-new.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 013c22567f7..433e0185a91 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -35,7 +35,8 @@ Bug fixes Documentation ~~~~~~~~~~~~~ - +- start a list of external I/O integrating with ``xarray`` (:issue:`683`, :pull:`4566`). + By `Justus Magin `_. Internal Changes ~~~~~~~~~~~~~~~~