-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Consolidate zarr metadata into single key #268
Merged
alimanfoo
merged 39 commits into
zarr-developers:master
from
martindurant:consolidate_metadata
Nov 14, 2018
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
8301fa6
POC of making a single file out of zarr dot files
be6d706
(WIP) include simple code that would load metadata
f1128ff
Implement ConsolidatedMetadataStore
6666391
fix for py34 py35
a369073
improve coverage; data write in consolidated store
96e1fb0
coverage
7a5c81d
POC of making a single file out of zarr dot files
0711920
(WIP) include simple code that would load metadata
f8e6a2f
Implement ConsolidatedMetadataStore
c4436c7
fix for py34 py35
0757a72
improve coverage; data write in consolidated store
da3f6d7
coverage
9e1c2c0
Merge branch 'consolidate_metadata' of https://github.com/martinduran…
552a084
POC of making a single file out of zarr dot files
8f3325f
(WIP) include simple code that would load metadata
5da425f
Implement ConsolidatedMetadataStore
e62d39c
fix for py34 py35
01e815a
improve coverage; data write in consolidated store
1561ead
coverage
03d1dbc
doc and param style
alimanfoo 4e55548
add test for nchunks_initialized
alimanfoo c283487
expose chunk_store param in open* functions
alimanfoo cc9d7c7
implement open_consolidated
alimanfoo a14b045
tweaks to consolidated behaviour
alimanfoo 0cbda15
py2 fix
alimanfoo e890015
Merge branch 'consolidate_metadata' of https://github.com/martinduran…
b4b60aa
Update docstrings
cae30da
added api docs; consistify references in docstrings
alimanfoo ba99cfa
add tests
alimanfoo 6f01dec
Add section to tutorial, add to release notes
89bde83
Merge branch 'master' into consolidate_metadata
f5130ac
fix getsize test
alimanfoo 9135ad1
Merge branch 'consolidate_metadata' of github.com:martindurant/zarr i…
alimanfoo 3d3cb2f
add setuptools-scm to dev env so can go fully offline
alimanfoo 8acf83a
fix requirements
alimanfoo 2f89535
skip consolidate doctests; minor edits
alimanfoo c8ed0f6
fix refs [ci skip]
alimanfoo 9c0c621
make consolidated metadata human-readable
alimanfoo ccef26c
comments [ci skip]
alimanfoo 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
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
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
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.
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.
Reverting in PR ( #361 ) as this was fixed in Numcodecs 0.6.0 with PR ( zarr-developers/numcodecs#79 ). As we now require Numcodecs 0.6.0+ in Zarr, we get the fix and thus no longer need the workaround.