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

Apply more ZEP 1 feedback #171

Merged
merged 23 commits into from
Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
40da911
update questions to be resolved
jstriebel Nov 21, 2022
f889dad
chunk-grid: add note about chunks at the array border
jstriebel Nov 21, 2022
75c44ce
remove metadata_encoding key and associate metadata_key_suffix with e…
jstriebel Nov 21, 2022
5fd7e8a
link to issue #62 in varlen comment, minor formatting fix
jstriebel Nov 21, 2022
a92fe99
note about reserved names in metadata
jstriebel Nov 21, 2022
74e1667
apply feedback about paths
jstriebel Nov 21, 2022
0a60d82
remove array_ may not have been fully initialized.
jstriebel Nov 21, 2022
e16963e
Apply suggestions from code review
jstriebel Nov 22, 2022
91063be
Update docs/core/v3.0.rst
jstriebel Nov 22, 2022
2aa02f9
add note to sharding reference about ZEP2
jstriebel Nov 22, 2022
2b18d0d
clarify that paths never end with a slash
jstriebel Nov 22, 2022
d0c3594
apply ryans wording corrections
jstriebel Nov 22, 2022
1d793b1
re-add metadata_encoding as an explicit extension point, containing t…
jstriebel Nov 24, 2022
4389e12
recommend to use fill-value for outside elements in border chunks
jstriebel Nov 24, 2022
124dc0e
apply more of ryan's review
jstriebel Nov 24, 2022
e5297ae
add todo note for operations
jstriebel Nov 24, 2022
1593c2f
clarify that fallback is optional for data_type
jstriebel Nov 24, 2022
7805c62
Merge remote-tracking branch 'origin/main' into apply-more-zep1-feedback
jstriebel Nov 25, 2022
dfc501b
add changelog entry
jstriebel Nov 25, 2022
53ae507
fix changelog formatting
jstriebel Nov 25, 2022
b7423eb
Update docs/core/v3.0.rst
jstriebel Nov 28, 2022
2040c59
clarifications about race conditions with implicit groups
jstriebel Nov 28, 2022
b3e40e7
Merge branch 'main' into apply-more-zep1-feedback
jstriebel Nov 29, 2022
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
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.todo',
'sphinxcontrib.mermaid',
'sphinxmark',
]

# Display todos by setting to True
todo_include_todos = True

sphinxmark_enable = True
sphinxmark_div = 'bd-article-container'
sphinxmark_image = 'draft-watermark.png'
Expand Down
Loading