-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrade xarray.to_icechunk
and related docs
#633
Merged
Merged
Changes from 10 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
4a1628f
Support region="auto" in to_xarray
dcherian 2354738
fix
dcherian 5df083f
fix agian
dcherian 76d1362
lint
dcherian a1c9479
Support dataarray
dcherian 4471081
Support region="auto"
dcherian 75fa55a
fix
dcherian cc9791d
write_empty_chunks
dcherian 39594d7
Revert "write_empty_chunks"
dcherian 0628f73
Remove write_empty_chunks
dcherian d7042d1
lint
dcherian 5f1a9e0
type
dcherian 69495d9
Support safe_chunks
dcherian cd8ac54
skip one import
dcherian e7f5eeb
remove unnecessary **kwargs
dcherian bd25331
full compute support
dcherian 4e9ad54
Minimal support for compute kwarg
dcherian 8603947
Revert "Minimal support for compute kwarg"
dcherian 8402014
Add distributed writes docs
dcherian 6672ae9
sidestep compute=False in tests
dcherian 1848b22
Revert "full compute support"
dcherian 29cc317
Move to distributed.md
dcherian ec8c486
fix
dcherian 91e4d50
Merge branch 'main' into region-auto
dcherian ee5250f
Merge branch 'main' into region-auto
dcherian 0894777
cleanup after xarray release
dcherian e2c83de
update docs
dcherian ad4a77c
Edits
dcherian 4145223
more edits
dcherian 502fab0
few more edits
dcherian f3f7682
edit
dcherian d0a3d9e
fix
dcherian b4a90d6
to_icehunk takes session
dcherian ad96ba4
more edits
dcherian 7c244f5
add faq
dcherian eb3aeb3
Update docs/docs/icechunk-python/parallel.md
dcherian e27c668
Merge branch 'main' into region-auto
dcherian baf8344
lint
dcherian 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now deprecated, and users are supposed to set it in the Zarr config. So we don't need the kwarg