Skip to content

Commit 282e5fc

Browse files
committed
Merge branch 'v3' into hypothesis-tests
* v3: (22 commits) chore: update pre-commit hooks (zarr-developers#2051) Apply ruff/flake8-bandit rule B006 (zarr-developers#2049) Move fixtures to `tests` (zarr-developers#1813) Multiple imports for an import name (zarr-developers#2047) Redundant list comprehension (zarr-developers#2048) chore: update pre-commit hooks (zarr-developers#2039) Cast fill value to array's dtype (zarr-developers#2020) chore: update pre-commit hooks (zarr-developers#2017) make shardingcodec pickleable (zarr-developers#2011) doc: copy 3.0.0.alpha changelog into release.rst (zarr-developers#2007) build(ci): enable python 3.12 in github actions (zarr-developers#2005) Bump NumPy to 2.0 (zarr-developers#1983) chore: update pre-commit hooks (zarr-developers#1989) Fix indexing with bools (zarr-developers#1968) Fix string interpolation (zarr-developers#1998) Unnecessary comprehension (zarr-developers#1997) Stop ignoring these ruff rules (zarr-developers#2001) Merge collapsible if statements (zarr-developers#1999) Unnecessary comprehension (zarr-developers#1996) Handle Path in `make_store_path` (zarr-developers#1992) ...
2 parents 06a9288 + df4c25f commit 282e5fc

File tree

7,920 files changed

+5255
-5212
lines changed

Some content is hidden

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

7,920 files changed

+5255
-5212
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ['3.10', '3.11']
25-
numpy-version: ['1.24', '1.26', '2.0.0rc1']
24+
python-version: ['3.10', '3.11', '3.12']
25+
numpy-version: ['1.24', '1.26', '2.0']
2626
dependency-set: ["minimal", "optional"]
2727

2828
steps:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: 'v0.4.9'
10+
rev: 'v0.5.4'
1111
hooks:
1212
- id: ruff
1313
args: ["--fix", "--show-fixes"]
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: check-yaml
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.10.0
25+
rev: v1.11.0
2626
hooks:
2727
- id: mypy
2828
files: src

docs/release.rst

Lines changed: 257 additions & 0 deletions

fixture/.zattrs

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixture/0/.zattrs

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixture/0/0/.zarray

Lines changed: 0 additions & 14 deletions
This file was deleted.

fixture/0/0/.zattrs

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixture/0/0/0

-100 Bytes
Binary file not shown.

fixture/0/0/1

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixture/0/0/10

-100 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)