Skip to content

Commit 87d355c

Browse files
authored
Merge branch 'main' into deprecate-blosc
2 parents 93d5aeb + bfa1c0d commit 87d355c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+150
-31
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: debug-statements
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.8.1
18+
rev: v0.8.4
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--show-fixes"]
@@ -27,7 +27,7 @@ repos:
2727
- id: sp-repo-review
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: 'v1.13.0'
30+
rev: 'v1.14.0'
3131
hooks:
3232
- id: mypy
3333
args: [--config-file, pyproject.toml]

docs/release.rst

Lines changed: 11 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"delta_encoding_order": 2,
3+
"delta_spec": "auto",
4+
"equal_pages_up_to": 262144,
5+
"id": "pcodec",
6+
"level": 8,
7+
"mode_spec": "auto",
8+
"paging_spec": "equal_pages_up_to"
9+
}
30 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
237 Bytes
Binary file not shown.
202 Bytes
Binary file not shown.
5.73 KB
Binary file not shown.

0 commit comments

Comments
 (0)