forked from zarr-developers/numcodecs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support
pcodec
v0.3 (zarr-developers#639)
* support delta_spec and paging_spec * coverage, try to fix zarr v3 * explicitly test try_consecutive * delta_spec default of auto * pcodec upper bound * revert zarr test change * test parameterize, match cases * docstring and matching cleanup * add release notes --------- Co-authored-by: David Stansby <[email protected]>
- Loading branch information
Showing
48 changed files
with
122 additions
and
23 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"delta_encoding_order": 2, | ||
"delta_spec": "auto", | ||
"equal_pages_up_to": 262144, | ||
"id": "pcodec", | ||
"level": 8, | ||
"mode_spec": "auto", | ||
"paging_spec": "equal_pages_up_to" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"delta_encoding_order": null, | ||
"delta_spec": "try_lookback", | ||
"equal_pages_up_to": 262144, | ||
"id": "pcodec", | ||
"level": 8, | ||
"mode_spec": "auto", | ||
"paging_spec": "equal_pages_up_to" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"delta_encoding_order": null, | ||
"delta_spec": "none", | ||
"equal_pages_up_to": 262144, | ||
"id": "pcodec", | ||
"level": 8, | ||
"mode_spec": "auto", | ||
"paging_spec": "equal_pages_up_to" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"delta_encoding_order": 1, | ||
"delta_spec": "try_consecutive", | ||
"equal_pages_up_to": 262144, | ||
"id": "pcodec", | ||
"level": 8, | ||
"mode_spec": "auto", | ||
"paging_spec": "equal_pages_up_to" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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