Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions changes/4141.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix silent byte-order corruption for structured dtypes with the `bytes` codec: multi-byte fields are now byte-swapped to the codec's configured `endian` on write and decoded honoring it on read, so non-native-endian structured data (e.g. big-endian fields, as produced by virtual references to external data) round-trips correctly.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@ homepage = "https://github.com/zarr-developers/zarr-python"
# pins deliberately, e.g. via dependabot or `uv lock --upgrade`.
[dependency-groups]
test = [
"coverage==7.15.2",
"coverage==7.15.3",
"pytest==9.1.1",
"pytest-asyncio==1.4.0",
"pytest-cov==7.1.0",
"pytest-accept==0.3.0",
"numpydoc==1.10.0",
"hypothesis==6.160.0",
"hypothesis==6.165.0",
"pytest-xdist==3.8.0",
"pytest-benchmark==5.2.3",
"pytest-codspeed==5.0.3",
"tomlkit==0.15.1",
"uv==0.11.31",
"uv==0.12.1",
]
remote-tests = [
{include-group = "test"},
Expand All @@ -129,7 +129,7 @@ docs = [
"mkdocs-redirects==1.2.3",
"markdown-exec[ansi]==1.12.3",
"griffe-inherited-docstrings==1.1.3",
"ruff==0.16.0",
"ruff==0.16.1",
# Changelog generation
{include-group = "release"},
# Optional dependencies to run examples
Expand Down
Loading
Loading