From 224f2f7c99e673f93a89b3256d7ce86ed29520c6 Mon Sep 17 00:00:00 2001 From: Olufunke Awowale Date: Fri, 13 Sep 2024 17:28:09 -0400 Subject: [PATCH] fixed formatting for whats-new --- doc/whats-new.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index e6caac788b1..387b4bdf6b5 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -30,7 +30,8 @@ New Features `Matt Savoie `_, `Stephan Hoyer `_ and `Tom Nicholas `_. - +- Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`). + By `Eni Awowale `_. Breaking changes ~~~~~~~~~~~~~~~~ @@ -182,8 +183,8 @@ New Features to return an object without ``attrs``. A ``deep`` parameter controls whether variables' ``attrs`` are also dropped. By `Maximilian Roos `_. (:pull:`8288`) +- Added :py:func:`open_groups` for h5netcdf and netCDF4 backends (:issue:`9137`, :pull:`9243`). By `Eni Awowale `_. -- Add `open_groups` method for unaligned datasets (:issue:`9137`, :pull:`9243`) Breaking changes ~~~~~~~~~~~~~~~~