This repository was archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Integrate variables into DataTree #41
Merged
Merged
Changes from 37 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
22004e4
sketching out changes needed to integrate variables into DataTree
TomNicholas 8f0518c
Merge branch 'main' into initial_integration_refactor
TomNicholas 3a4f874
fixed some other basic conflicts
TomNicholas 8c6a68a
fix mypy errors
TomNicholas b503b06
can create basic datatree node objects again
TomNicholas 1efd7f2
child-variable name collisions dectected correctly
TomNicholas 438d73a
in-progres
TomNicholas 904eae3
merge in main
TomNicholas 2ca1c1a
add _replace method
TomNicholas 547d1ac
updated tests to assert identical instead of check .ds is expected_ds
TomNicholas 6f78fcd
refactor .ds setter to use _replace
TomNicholas 715ce49
refactor init to use _replace
TomNicholas edd2f67
refactor test tree to avoid init
TomNicholas b2c51aa
attempt at copy methods
TomNicholas a20e85f
rewrote implementation of .copy method
TomNicholas 8387a1c
xfailing test for deepcopying
TomNicholas 52ef23b
pseudocode implementation of DatasetView
TomNicholas 4a5317e
Revert "pseudocode implementation of DatasetView"
TomNicholas b60a4af
removed duplicated implementation of copy
TomNicholas 3077bf7
reorganise API docs
TomNicholas 5368f8b
expose data_vars, coords etc. properties
TomNicholas cae0a4e
try except with calculate_dimensions private import
TomNicholas 72af61c
add keys/values/items methods
TomNicholas ec11072
don't use has_data when .variables would do
TomNicholas 7c2c4f8
explanation of basic properties
TomNicholas 66b7adf
add data structures page to index
TomNicholas b61e940
revert adding documentation in favour of that going in a different PR
TomNicholas 0e9b384
correct deepcopy tests
TomNicholas d56f89b
use .data_vars in copy tests
TomNicholas cf5051c
Merge branch 'main' into initial_integration_refactor
TomNicholas 9c3331a
Merge branch 'main' into initial_integration_refactor
TomNicholas 2b0226d
make imports depend on most recent version of xarray
TomNicholas 0be76df
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e30bba0
remove try except for internal import
TomNicholas 4505514
depend on latest pre-release of xarray
TomNicholas bffeed8
Merge branch 'initial_integration_refactor' of https://github.com/xar…
TomNicholas cd575d2
correct name of version
TomNicholas 47f8319
xarray pre-release under pip in ci envs
TomNicholas c2c6aa6
correct methods
TomNicholas 46de4d3
Merge branch 'main' into initial_integration_refactor
TomNicholas 69bf9ff
whatsnews
TomNicholas 993905d
Merge branch 'main' into initial_integration_refactor
TomNicholas c0a5ae7
improve docstrings
TomNicholas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.