From 2e0b956270801f302819eda5610224de0c837fb2 Mon Sep 17 00:00:00 2001 From: Andrew Scherer Date: Wed, 21 Aug 2024 20:39:43 -0700 Subject: [PATCH] Updates whats-new.rst --- doc/whats-new.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index e7f290dae16..3c6b7bfb58d 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -52,6 +52,9 @@ Bug fixes - Fix issue with passing parameters to ZarrStore.open_store when opening datatree in zarr format (:issue:`9376`, :pull:`9377`). By `Alfonso Ladino `_ +- Fix deprecation warning that was raised when calling ``np.array`` on an ``xr.DataArray`` + in NumPy 2.0 (:issue:`9312`, :pull:`9393`) + By `Andrew Scherer `_. Documentation ~~~~~~~~~~~~~