From 2042ef90a91947de7b9f8bad7bde5d7e4b474c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Gunyh=C3=B3?= <20118130+mgunyho@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:42:36 +0200 Subject: [PATCH] Update whats-new --- doc/whats-new.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 4da1d45a3dd..80788255027 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -65,6 +65,9 @@ Bug fixes - Fix to once again support date offset strings as input to the loffset parameter of resample and test this functionality (:pull:`8422`, :issue:`8399`). By `Katelyn FitzGerald `_. +- Fix a bug where :py:meth:`DataArray.to_dataset` silently drops a variable + if a coordinate with the same name already exists (:pull:`8433`, :issue:`7823`). + By `András Gunyhó `_. Documentation ~~~~~~~~~~~~~