Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
84a1dd6
Enable tests on 3.0.x branch (#3135)
dstansby Jun 17, 2025
8028645
Changelog for 3.0.9
dstansby Jun 18, 2025
5c10a4f
Backport PR #3149: Add GroupNotFound error to API docs (#3179)
meeseeksmachine Jun 30, 2025
e6bb1ae
Backport PR #3140: Suppress FileNotFoundError when deleting keys in t…
meeseeksmachine Jun 30, 2025
04a4c5f
Backport PR #3138: Add with_read_only() convenience method to store (…
meeseeksmachine Jun 30, 2025
19900e1
Create read only copy if needed when opening a store path (#3156)
maxrjones Jun 24, 2025
1064262
Create read only copy if needed when opening a store path (#3156) (#3…
d-v-b Jun 30, 2025
d01eced
Merge branch '3.0.9' of github.com:zarr-developers/zarr-python into 3…
d-v-b Jun 30, 2025
8d51dd3
Remove breaking check about `auto_mkdir` for FSSpecStore (#3193)
maxrjones Jul 3, 2025
1e66c40
Remove breaking check about `auto_mkdir` for FSSpecStore (#3193) (#3203)
d-v-b Jul 3, 2025
6f2cbb2
Merge branch '3.0.10' of github.com:zarr-developers/zarr-python into …
d-v-b Jul 3, 2025
c7218a3
Add missing import for AsyncFileSystemWrapper for `_make_async` in `_…
tasansal Jul 3, 2025
e0ba359
Auto backport of pr 3195 on 3.0.10 (#3204)
d-v-b Jul 3, 2025
5b456f9
Merge branch '3.0.10' of github.com:zarr-developers/zarr-python into …
d-v-b Jul 3, 2025
025f6ae
3.0.9 release notes (#3183)
d-v-b Jun 30, 2025
cff70a3
release notes
d-v-b Jul 3, 2025
7bf7176
Merge branch '3.0.10' into merge-up-3.0.10
dstansby Jul 9, 2025
7ae77b5
Merge branch '3.0.9' into merge-up-3.0.10
dstansby Jul 9, 2025
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
Next Next commit
Enable tests on 3.0.x branch (#3135)
  • Loading branch information
dstansby authored Jun 17, 2025
commit 84a1dd6a38ec7951b068f7abb65a8acf60656423
6 changes: 2 additions & 4 deletions .github/workflows/hypothesis.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Slow Hypothesis CI
on:
push:
branches:
- "main"
branches: [main, 3.0.x]
pull_request:
branches:
- "main"
branches: [main, 3.0.x]
types: [opened, reopened, synchronize, labeled]
schedule:
- cron: "0 0 * * *" # Daily “At 00:00” UTC
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Test

on:
push:
branches: [ main ]
branches: [ main, 3.0.x ]
pull_request:
branches: [ main ]
branches: [ main, 3.0.x ]
workflow_dispatch:

concurrency:
Expand Down