Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for xarray.DataTree #55

Merged
merged 7 commits into from
Feb 13, 2025
Merged

Added support for xarray.DataTree #55

merged 7 commits into from
Feb 13, 2025

Conversation

forman
Copy link
Member

@forman forman commented Feb 12, 2025

Added support for xarray.DataTree.
Closes #54

Checklist (strike out non-applicable):

  • Changes documented in CHANGES.md
  • Related issue exists and is referred to in the PR description and CHANGES.md
  • Added docstrings and API docs for any new/modified user-facing classes and functions
  • Changes/features documented in docs/*
  • Unit-tests adapted/added for changes/features
  • Test coverage remains or increases (target 100%)

Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.46%. Comparing base (1210c1e) to head (bd30c33).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   99.45%   99.46%           
=======================================
  Files          67       67           
  Lines        2773     2806   +33     
  Branches      408      412    +4     
=======================================
+ Hits         2758     2791   +33     
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@forman forman marked this pull request as ready for review February 13, 2025 07:02
@forman forman merged commit f5513cc into main Feb 13, 2025
6 checks passed
@forman forman deleted the forman-54-data_tree branch February 13, 2025 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support xarray.DataTree
1 participant