Skip to content

Commit 0a6ea7a

Browse files
committed
Merge branch 'main' into autojit
2 parents 2225ab3 + 84b1f0b commit 0a6ea7a

File tree

12 files changed

+3893
-3762
lines changed

12 files changed

+3893
-3762
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
if: github.event_name == 'release' && github.event.action == 'published'
3535

3636
steps:
37-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
37+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
3838
with:
3939
name: Packages
4040
path: dist
4141

4242
- name: Generate artifact attestation for sdist and wheel
43-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
43+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
4444
with:
4545
subject-path: "dist/*"
4646

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
with:
2929
fetch-depth: 0
30-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
30+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3131
with:
32-
python-version: "3.13.2"
32+
python-version: "3.13.3"
3333
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3434
with:
3535
extra_args: --hook-stage manual --all-files
36-
- uses: prefix-dev/setup-pixi@dbaed5efa0bd33d6bd6d162bec8a06d8fc43c807 # v0.8.5
36+
- uses: prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8
3737
with:
3838
pixi-version: v0.42.1
3939
cache: true
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161

62-
- uses: prefix-dev/setup-pixi@dbaed5efa0bd33d6bd6d162bec8a06d8fc43c807 # v0.8.5
62+
- uses: prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8
6363
with:
6464
pixi-version: v0.42.1
6565
cache: true
@@ -69,6 +69,6 @@ jobs:
6969
run: pixi run -e ${{ matrix.environment }} tests-ci
7070

7171
- name: Upload coverage report
72-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
72+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13-
- uses: prefix-dev/setup-pixi@dbaed5efa0bd33d6bd6d162bec8a06d8fc43c807 # v0.8.5
13+
- uses: prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8
1414
with:
1515
pixi-version: v0.42.1
1616
cache: true

pixi.lock

Lines changed: 3652 additions & 3654 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ typing-extensions = ">=4.13.2"
5858
pre-commit = ">=4.2.0"
5959
pylint = ">=3.3.6"
6060
basedmypy = ">=2.10.0"
61-
basedpyright = ">=1.28.5"
61+
basedpyright = ">=1.29.1"
6262
numpydoc = ">=1.8.0,<2"
6363
# import dependencies for mypy:
6464
array-api-strict = ">=2.3.1"
6565
numpy = ">=2.1.3"
6666
pytest = ">=8.3.5"
6767
hypothesis = ">=6.131.8"
68-
dask-core = ">=2025.3.0" # No distributed, tornado, etc.
68+
dask-core = ">=2025.4.1" # No distributed, tornado, etc.
6969
# NOTE: don't add jax, pytorch, sparse, cupy here
7070
# as they slow down mypy and are not portable across target OSs
7171

@@ -105,7 +105,7 @@ myst-parser = ">=4.0.1"
105105
sphinx-copybutton = ">=0.5.2"
106106
sphinx-autodoc-typehints = ">=1.25.3"
107107
# Needed to import parsed modules with autodoc
108-
dask-core = ">=2025.3.0"
108+
dask-core = ">=2025.4.1"
109109
pytest = ">=8.3.5"
110110
typing-extensions = ">=4.13.2"
111111
numpy = ">=2.1.3"
@@ -135,7 +135,7 @@ numpy = "=1.22.0"
135135
# Note: JAX and PyTorch will install CPU variants.
136136
[tool.pixi.feature.backends.dependencies]
137137
pytorch = ">=2.6.0"
138-
dask = ">=2025.3.0"
138+
dask = ">=2025.4.1"
139139
numba = ">=0.61.2" # sparse dependency
140140
llvmlite = ">=0.44.0" # sparse dependency
141141

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"enabled": false
2222
},
2323
{
24-
"description": "Do not bump Python deps in the manifest.",
25-
"matchManagers": ["pixi"],
24+
"description": "Do not bump Python deps in the manifest or requires-python.",
25+
"matchManagers": ["pixi", "pep621"],
2626
"matchPackageNames": ["python"],
2727
"enabled": false
2828
},

src/array_api_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717
from ._lib._lazy import lazy_apply
1818

19-
__version__ = "0.7.2.dev0"
19+
__version__ = "0.8.0.dev0"
2020

2121
# pylint: disable=duplicate-code
2222
__all__ = [

0 commit comments

Comments
 (0)