From 0ba7598958db40d641719f4e5dd094e93905bbb6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:24:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/releases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.rst b/docs/releases.rst index 4ceb9529..268e5ead 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -15,7 +15,7 @@ Breaking changes - Passing ``group=None`` (the default) to ``open_virtual_dataset`` for a file with multiple groups no longer raises an error, instead it gives you the root group. This new behaviour is more consistent with ``xarray.open_dataset``. (:issue:`336`, :pull:`337`) By `Tom Nicholas `_. -- Indexes are now created by default for any loadable one-dimensional coordinate variables. +- Indexes are now created by default for any loadable one-dimensional coordinate variables. Also a warning is no longer thrown when ``indexes=None`` is passed to ``open_virtual_dataset``, and the recommendations in the docs updated to match. (:pull:`357`) By `Tom Nicholas `_.