Skip to content

Commit bbd9eee

Browse files
committed
Merge branch 'encoded_datasets' into chardata_plus_encodedarrays
2 parents 5bf4d18 + 7023407 commit bbd9eee

File tree

70 files changed

+5889
-2231
lines changed

Some content is hidden

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

70 files changed

+5889
-2231
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ updates:
1616
day: "thursday"
1717
time: "01:00"
1818
timezone: "Europe/London"
19+
groups:
20+
gha:
21+
patterns:
22+
- "*"
1923
labels:
2024
- "Bot"

.github/workflows/benchmarks_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "reports_exist=$reports_exist" >> "$GITHUB_OUTPUT"
5555
5656
- name: Store artifact
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: benchmark_reports
6060
path: benchmark_reports
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v5
6969

7070
- name: Download artifact
71-
uses: actions/download-artifact@v5
71+
uses: actions/download-artifact@v6
7272
with:
7373
name: benchmark_reports
7474
path: .github/workflows/benchmark_reports

.github/workflows/benchmarks_run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@ jobs:
157157
- name: Upload any benchmark reports
158158
# Uploading enables more downstream processing e.g. posting a PR comment.
159159
if: success() || steps.overnight.outcome == 'failure'
160-
uses: actions/upload-artifact@v4
160+
uses: actions/upload-artifact@v5
161161
with:
162162
name: benchmark_reports
163163
path: .github/workflows/benchmark_reports
164164

165165
- name: Archive asv results
166166
# Store the raw ASV database(s) to help manual investigations.
167167
if: ${{ always() }}
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v5
169169
with:
170170
name: asv-raw-results
171171
path: benchmarks/.asv/results

.github/workflows/ci-linkchecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Link Checker
1717
id: lychee
18-
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
18+
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0
1919
with:
2020
token: ${{secrets.GITHUB_TOKEN}}
2121
fail: false

.github/workflows/ci-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ concurrency:
2323
jobs:
2424
manifest:
2525
name: "check-manifest"
26-
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.10.3
26+
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.11.2

.github/workflows/ci-template-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
prompt-share:
13-
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.10.3
13+
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.11.2
1414
secrets: inherit
1515
with:
1616
pr_number: ${{ github.event.pull_request.number }}

.github/workflows/ci-wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
pipx run build
3939
40-
- uses: actions/upload-artifact@v4
40+
- uses: actions/upload-artifact@v5
4141
with:
4242
name: pypi-artifacts
4343
path: ${{ github.workspace }}/dist/*
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363

64-
- uses: actions/download-artifact@v5
64+
- uses: actions/download-artifact@v6
6565
with:
6666
name: pypi-artifacts
6767
path: ${{ github.workspace }}/dist
@@ -116,7 +116,7 @@ jobs:
116116
name: "show artifacts"
117117
runs-on: ubuntu-latest
118118
steps:
119-
- uses: actions/download-artifact@v5
119+
- uses: actions/download-artifact@v6
120120
with:
121121
name: pypi-artifacts
122122
path: ${{ github.workspace }}/dist
@@ -137,7 +137,7 @@ jobs:
137137
# and check for the SciTools repo
138138
if: github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'SciTools'
139139
steps:
140-
- uses: actions/download-artifact@v5
140+
- uses: actions/download-artifact@v6
141141
with:
142142
name: pypi-artifacts
143143
path: ${{ github.workspace }}/dist
@@ -159,7 +159,7 @@ jobs:
159159
# upload to PyPI for every tag starting with 'v'
160160
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') && github.repository_owner == 'SciTools'
161161
steps:
162-
- uses: actions/download-artifact@v5
162+
- uses: actions/download-artifact@v6
163163
with:
164164
name: pypi-artifacts
165165
path: ${{ github.workspace }}/dist

.github/workflows/refresh-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ on:
1414

1515
jobs:
1616
refresh_lockfiles:
17-
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.10.3
17+
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.11.2
1818
secrets: inherit

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: no-commit-to-branch
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.14.0"
32+
rev: "v0.14.5"
3333
hooks:
3434
- id: ruff
3535
types: [file, python]

docs/src/common_links.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
.. _@HGWright: https://github.com/HGWright
6868
.. _@jamesp: https://github.com/jamesp
6969
.. _@jonseddon: https://github.com/jonseddon
70+
.. _@jrackham-mo: https://github.com/jrackham-mo
7071
.. _@jvegasbsc: https://github.com/jvegasbsc
7172
.. _@lbdreyer: https://github.com/lbdreyer
7273
.. _@marqh: https://github.com/marqh

0 commit comments

Comments
 (0)