From 91efd9a6433950d244c1eeea6b8a5806ed5a9769 Mon Sep 17 00:00:00 2001 From: Darsh Ranjan Date: Sat, 12 Aug 2023 20:53:08 -0700 Subject: [PATCH] Update whats-new.rst (#7030) --- doc/whats-new.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 564c68bfc35..77467cd29d2 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -83,6 +83,9 @@ Deprecations Bug fixes ~~~~~~~~~ +- Fix bug where :py:class:`DataArray` instances on the right-hand side + of :py:meth:`Variable.__setitem__` lose dimension names. + (:issue:`7030`) By `Darsh Ranjan `_. Documentation ~~~~~~~~~~~~~