Skip to content

[pull] main from pydata:main#1003

Merged
pull[bot] merged 1 commit into
Illviljan:mainfrom
pydata:main
May 29, 2026
Merged

[pull] main from pydata:main#1003
pull[bot] merged 1 commit into
Illviljan:mainfrom
pydata:main

Conversation

@pull

@pull pull Bot commented May 29, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

<details><summary>Claude's draft</summary>

`test_raises_key_error_on_invalid_zarr_store` branched on
`zarr.__version__ < 3.0.0` and called `Group.create_dataset`, which no
longer exists in zarr 3. Since xarray's minimum supported zarr is now 3.0,
that branch is dead code and mypy fails with:

    "Group" has no attribute "create_dataset"  [attr-defined]

Drop the version guard and always use `Group.create_array`.

Co-authored-by: Claude <noreply@anthropic.com>

Resume this Claude session:
```
claude --resume 9faa34e9-aaf5-4e94-a2b7-b03f468175f8
```
</details>
@pull pull Bot locked and limited conversation to collaborators May 29, 2026
@pull pull Bot added the ⤵️ pull label May 29, 2026
@pull pull Bot merged commit 4d16837 into Illviljan:main May 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant