We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9e12 commit c17f134Copy full SHA for c17f134
doc/whats-new.rst
@@ -67,6 +67,10 @@ New Features
67
or a fixed ``(width, height)`` tuple instead of computing figure size from
68
``size`` and ``aspect`` (:issue:`11103`).
69
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>`_.
74
75
Breaking Changes
76
~~~~~~~~~~~~~~~~
0 commit comments