You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixing behaviour for group parameter in open_datatree (#9666)
* adding draft for fixing behaviour for group parameter
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* new trial
* new trial
* fixing duplicate pahts and path in the root group
* removing yield str(gpath)
* implementing the proposed solution to hdf5 and netcdf backends
* adding changes to whats-new.rst
* removing encoding['source_group'] line to avoid conflicts with PR #9660
* adding test
* adding test
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* adding assert subgroup_tree.root.parent is None
* modifying tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update xarray/tests/test_backends_datatree.py
Co-authored-by: Justus Magin <[email protected]>
* applying suggested changes
* updating test
* adding Justus and Alfonso to the list of contributors to the DataTree entry
* adding Justus and Alfonso to the list of contributors to the DataTree entry
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tom Nicholas <[email protected]>
Co-authored-by: Justus Magin <[email protected]>
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+4-2
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,10 @@ New Features
28
28
By `Owen Littlejohns <https://github.com/owenlittlejohns>`_,
29
29
`Eni Awowale <https://github.com/eni-awowale>`_,
30
30
`Matt Savoie <https://github.com/flamingbear>`_,
31
-
`Stephan Hoyer <https://github.com/shoyer>`_ and
32
-
`Tom Nicholas <https://github.com/TomNicholas>`_.
31
+
`Stephan Hoyer <https://github.com/shoyer>`_,
32
+
`Tom Nicholas <https://github.com/TomNicholas>`_,
33
+
`Justus Magin <https://github.com/keewis>`_, and
34
+
`Alfonso Ladino <https://github.com/aladinor>`_.
33
35
- A migration guide for users of the prototype `xarray-contrib/datatree repository <https://github.com/xarray-contrib/datatree>`_ has been added, and can be found in the `DATATREE_MIGRATION_GUIDE.md` file in the repository root.
34
36
By `Tom Nicholas <https://github.com/TomNicholas>`_.
35
37
- Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`).
0 commit comments