Skip to content

Commit c17f134

Browse files
committed
Add whats-new entry for glob pattern group filtering
1 parent 16f9e12 commit c17f134

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/whats-new.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ New Features
6767
or a fixed ``(width, height)`` tuple instead of computing figure size from
6868
``size`` and ``aspect`` (:issue:`11103`).
6969
By `Kristian Kollsga <https://github.com/kkollsga>`_.
70+
- Added glob pattern support to the ``group`` parameter of :py:func:`open_datatree`
71+
and :py:func:`open_groups`, allowing patterns like ``"*/sweep_0"`` to selectively
72+
open matching groups (:issue:`11196`).
73+
By `Alfonso Ladino <https://github.com/aladinor>`_.
7074

7175
Breaking Changes
7276
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)