Skip to content

Commit 0c9f2c5

Browse files
committed
Add whats-new entry for glob pattern group filtering
1 parent 288a3f9 commit 0c9f2c5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/whats-new.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ New Features
1717
- Added ``inherit='all_coords'`` option to :py:meth:`DataTree.to_dataset` to inherit
1818
all parent coordinates, not just indexed ones (:issue:`10812`, :pull:`11230`).
1919
By `Alfonso Ladino <https://github.com/aladinor>`_.
20+
- Added glob pattern support to the ``group`` parameter of :py:func:`open_datatree`
21+
and :py:func:`open_groups`, allowing patterns like ``"*/sweep_0"`` to selectively
22+
open matching groups (:issue:`11196`).
23+
By `Alfonso Ladino <https://github.com/aladinor>`_.
2024

2125
Breaking Changes
2226
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)