Skip to content

Commit 7f08c35

Browse files
committed
Merge remote-tracking branch 'upstream/master' into BEP028_spec
2 parents 92a2340 + bfba949 commit 7f08c35

38 files changed

+6142
-1148
lines changed

.all-contributorsrc

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,9 @@
424424
"profile": "https://github.com/musicinmybrain"
425425
},
426426
{
427+
"avatar_url": [
428+
"https://avatars.githubusercontent.com/u/844306?v=4"
429+
],
427430
"contributions": [
428431
"doc",
429432
"code",
@@ -434,9 +437,6 @@
434437
"profile": "https://bendichter.com/"
435438
},
436439
{
437-
"avatar_url": [
438-
"https://avatars.githubusercontent.com/u/844306?v=4"
439-
],
440440
"contributions": [
441441
"doc"
442442
],
@@ -2190,37 +2190,13 @@
21902190
"name": "Marco Castellaro",
21912191
"profile": "https://github.com/marcocastellaro"
21922192
},
2193-
{
2194-
"contributions": [
2195-
"blog",
2196-
"bug",
2197-
"code",
2198-
"doc",
2199-
"ideas",
2200-
"maintenance",
2201-
"review"
2202-
],
2203-
"login": "margaret_e._heafield",
2204-
"name": "Margaret E. Heafield"
2205-
},
22062193
{
22072194
"contributions": [
22082195
"doc"
22092196
],
22102197
"login": "maria_ermolova",
22112198
"name": "Maria Ermolova"
22122199
},
2213-
{
2214-
"contributions": [
2215-
"bug",
2216-
"doc",
2217-
"ideas",
2218-
"review"
2219-
],
2220-
"login": "MarieCurie",
2221-
"name": "Maria Salomea Skłodowska",
2222-
"profile": "https://example.com"
2223-
},
22242200
{
22252201
"avatar_url": "https://avatars.githubusercontent.com/u/3390888?v=4",
22262202
"contributions": [

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,15 @@ updates:
1919
interval: "monthly"
2020
labels:
2121
- "exclude-from-changelog"
22+
groups:
23+
build-dependencies:
24+
patterns: ["*"]
25+
- package-ecosystem: "npm"
26+
directory: "/"
27+
schedule:
28+
interval: "monthly"
29+
labels:
30+
- "exclude-from-changelog"
31+
groups:
32+
node-utilities:
33+
patterns: ["*"]

.github/workflows/changelog_generator.yml

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

.github/workflows/publish_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
filter: "blob:none"
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: 3
3838
- run: env

.github/workflows/schemacode_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- uses: actions/checkout@v5
135135

136136
- name: Set Up Python environment
137-
uses: actions/setup-python@v5
137+
uses: actions/setup-python@v6
138138
with:
139139
python-version: "3.11"
140140

.github/workflows/validation.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v5
27-
- uses: actions/setup-node@v4
27+
- uses: actions/setup-node@v5
2828
with:
2929
node-version: 22
3030
- name: Install dependencies
31-
run: npm install `cat npm-requirements.txt`
31+
run: npm install
3232
- name: Run style checks
33-
run: npx remark src/**/*.md --frail --rc-path .remarkrc
33+
run: npm run remark
3434

3535
# YAML
3636
yamllint:
@@ -67,3 +67,5 @@ jobs:
6767
- uses: astral-sh/setup-uv@v6
6868
- name: Validate CITATION.cff
6969
run: uvx cffconvert --validate
70+
- name: Check for Zenodo compatibility
71+
run: uv run tools/validate_citation.py

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ pdf_build_src/src_copy
1414
pdf_build_src/tests/data/output
1515

1616
# JS/NPM
17-
package-lock.json
18-
package.json
1917
node_modules/
2018

2119
# Python gitignore

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.33.3
20+
rev: 0.34.0
2121
hooks:
2222
- id: check-dependabot
2323
- id: check-github-workflows
@@ -49,7 +49,7 @@ repos:
4949
- id: codespell
5050
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.17.1
52+
rev: v1.18.2
5353
hooks:
5454
- id: mypy
5555
# Sync with project.optional-dependencies.typing

.tributors

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,39 +2281,13 @@
22812281
"orcid": "0000-0002-1203-2670",
22822282
"publish_email": true
22832283
},
2284-
"margaret_e._heafield": {
2285-
"contributions": [
2286-
"blog",
2287-
"bug",
2288-
"code",
2289-
"doc",
2290-
"ideas",
2291-
"maintenance",
2292-
"review"
2293-
],
2294-
"name": "Margaret E. Heafield"
2295-
},
22962284
"maria_ermolova": {
22972285
"contributions": [
22982286
"doc"
22992287
],
23002288
"email": "[email protected]",
23012289
"name": "Maria Ermolova"
23022290
},
2303-
"MarieCurie": {
2304-
"affiliation": "Open-Science University, Earth",
2305-
"blog": "https://example.com",
2306-
"contributions": [
2307-
"bug",
2308-
"doc",
2309-
"ideas",
2310-
"review"
2311-
],
2312-
"email": "[email protected]",
2313-
"github": "MarieCurie",
2314-
"name": "Maria Salomea Skłodowska",
2315-
"orcid": "0320-4024-4203-5343"
2316-
},
23172291
"maigva": {
23182292
"affiliation": "FISABIO, Join Unit Biomedical Imagin, Valencia, Valencia, 46006, Spain",
23192293
"blog": "https://bimcv.cipf.es",

CITATION.cff

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,17 +1069,9 @@ authors:
10691069
orcid: https://orcid.org/0000-0002-1203-2670
10701070
affiliation: University of Padova, Department of Information Engineering, Padova, Italy
10711071
1072-
- given-names: Margaret E.
1073-
family-names: Heafield
10741072
- given-names: Maria
10751073
family-names: Ermolova
10761074
1077-
- given-names: Maria
1078-
family-names: Salomea Skłodowska
1079-
website: https://example.com
1080-
orcid: https://orcid.org/0320-4024-4203-5343
1081-
affiliation: Open-Science University, Earth
1082-
10831075
- given-names: Maria
10841076
family-names: de la Iglesia
10851077
website: https://bimcv.cipf.es

0 commit comments

Comments
 (0)