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

Hierarchical coordinates in DataTree #9063

Merged
merged 25 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
95dbece
Inheritance of data coordinates
shoyer Jun 3, 2024
abf0574
Simplify __init__
shoyer Jun 12, 2024
dfed099
Merge branch 'main' into datatree-hierarchy
shoyer Jun 19, 2024
54364d0
Include path name in alignment errors
shoyer Jun 19, 2024
f72fcd5
Fix some mypy errors
shoyer Jun 20, 2024
c4722e0
mypy fix
shoyer Jun 20, 2024
c08e810
simplify DataTree data model
shoyer Jun 20, 2024
2351b97
Add to_dataset(local=True)
shoyer Jun 21, 2024
03fb991
Fix mypy failure in tests
shoyer Jun 21, 2024
a611fb1
Fix to_zarr for inherited coords
shoyer Jun 25, 2024
cef6cfa
Fix to_netcdf for heirarchical coords
shoyer Jun 25, 2024
51b2c43
Add ChainSet
shoyer Jun 26, 2024
dcb103b
Revise internal data model; remove ChainSet
shoyer Jun 27, 2024
b221420
fix repr tests for inherited coords
shoyer Jun 27, 2024
34c1fb2
add another way to construct inherited indexes
shoyer Jun 27, 2024
7767634
Finish refactoring error message
shoyer Jun 28, 2024
5b038ba
Merge branch 'main' into datatree-hierarchy
shoyer Jun 28, 2024
c282e62
include inherited dimensions in HTML repr, too
shoyer Jun 28, 2024
6595e2f
Construct ChainMap objects on demand.
shoyer Jun 30, 2024
ebeec84
Merge branch 'main' into datatree-hierarchy
shoyer Jun 30, 2024
88e5f4a
slightly better error message with mis-aligned data trees
shoyer Jun 30, 2024
1f6c7b4
mypy fix
shoyer Jul 1, 2024
7bb5d86
use float64 instead of float32 for windows
shoyer Jul 1, 2024
57e598e
clean-up per review
shoyer Jul 1, 2024
6cfd8ff
Add note about inheritance to .ds docs
shoyer Jul 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading