From 7d57f4072200f16d06ef3a26bdcd045630aa9352 Mon Sep 17 00:00:00 2001 From: TomNicholas Date: Wed, 18 Dec 2024 10:35:55 -0500 Subject: [PATCH] add PR number to release notes --- docs/releases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.rst b/docs/releases.rst index 8f0b2a8a..4146948f 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -21,7 +21,7 @@ Breaking changes - 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. This also means that ``xarray.combine_by_coords`` will now work when the necessary dimension coordinates are specified in ``loadable_variables``. - (:issue:`18`, :pull:`357`) By `Tom Nicholas `_. + (:issue:`18`, :pull:`357`, :pull:`358`) By `Tom Nicholas `_. Deprecations ~~~~~~~~~~~~