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 288a3f9 commit 0c9f2c5Copy full SHA for 0c9f2c5
1 file changed
doc/whats-new.rst
@@ -17,6 +17,10 @@ New Features
17
- Added ``inherit='all_coords'`` option to :py:meth:`DataTree.to_dataset` to inherit
18
all parent coordinates, not just indexed ones (:issue:`10812`, :pull:`11230`).
19
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>`_.
24
25
Breaking Changes
26
~~~~~~~~~~~~~~~~
0 commit comments