-
-
Notifications
You must be signed in to change notification settings - Fork 329
Deterministic chunk padding #2755
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
Merged
d-v-b
merged 21 commits into
zarr-developers:main
from
scalableminds:deterministic-chunk-padding
Feb 11, 2025
Merged
Changes from 7 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5969018
test deterministic memory store
brokkoli71 167afe3
deterministic memory store
brokkoli71 6ccfe95
Merge branch 'main' into deterministic-chunk-padding
brokkoli71 b119ea9
simplify test
brokkoli71 ee81166
document changes
brokkoli71 21d9dc7
Update src/zarr/core/buffer/cpu.py
normanrz 943da8d
lint
normanrz 72b3b9a
handle fill_value==None
normanrz e38789b
better test
normanrz dc36812
improve changes documentation
brokkoli71 39a3540
update docstrings
brokkoli71 c43b8b2
Merge branch 'main' into deterministic-chunk-padding
brokkoli71 29cf526
Merge branch 'main' into deterministic-chunk-padding
brokkoli71 cf89d06
document changed `zarr.empty`
brokkoli71 02c0bda
Merge remote-tracking branch 'origin/deterministic-chunk-padding' int…
brokkoli71 e13ff79
Merge branch 'main' into deterministic-chunk-padding
brokkoli71 c688c06
Merge branch 'main' into deterministic-chunk-padding
brokkoli71 90f4f73
add notes to empty() and empty_like()
brokkoli71 3741122
Merge branch 'main' into deterministic-chunk-padding
brokkoli71 b438ba8
Merge branch 'main' into deterministic-chunk-padding
brokkoli71 857267f
Merge branch 'main' into deterministic-chunk-padding
brokkoli71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Upon creation, an empty ``zarr.core.buffer.cpu.NDBuffer`` is filled with zeros to ensure deterministic behavior. | ||
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.