Skip to content

Commit b95feec

Browse files
authored
Merge branch 'bids-standard:master' into master
2 parents b60eac1 + 7c06228 commit b95feec

Some content is hidden

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

48 files changed

+887
-977
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
--ignore-url 'https://dicomlookup.com/dicomtags/.*' \
4848
--ignore-url 'https://www.instagram.com/bidsstandard/' \
4949
--ignore-url 'https://jsoneditoronline.org' \
50+
--ignore-url 'https://rrid.site.*' \
5051
~/project/site/*html ~/project/site/*/*.html
5152
else
5253
echo "Release PR - do nothing"

.github/workflows/schemacode_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Install the latest version of uv
36-
uses: astral-sh/setup-uv@v6
36+
uses: astral-sh/setup-uv@v7
3737
if: ${{ startsWith(github.ref, 'refs/tags/schema-') }}
3838
- name: "Build archive on tag"
3939
run: |
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v5
6666

6767
- name: Set up Python ${{ matrix.python-version }} (uv)
68-
uses: astral-sh/setup-uv@v6
68+
uses: astral-sh/setup-uv@v7
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171
activate-environment: true

.github/workflows/validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v5
40-
- uses: astral-sh/setup-uv@v6
40+
- uses: astral-sh/setup-uv@v7
4141
- name: Lint yml files in src/schema
4242
run: uvx yamllint -f standard src/schema/ -c .yamllint.yml
4343

@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v5
49-
- uses: astral-sh/setup-uv@v6
49+
- uses: astral-sh/setup-uv@v7
5050
- run: uvx ruff format --diff
5151
- run: uvx ruff check
5252

@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v5
58-
- uses: astral-sh/setup-uv@v6
58+
- uses: astral-sh/setup-uv@v7
5959
- name: Check for Latin phrases
6060
run: uv run tools/no-bad-latin.py
6161

@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@v5
67-
- uses: astral-sh/setup-uv@v6
67+
- uses: astral-sh/setup-uv@v7
6868
- name: Validate CITATION.cff
6969
run: uvx cffconvert --validate
7070
- name: Check for Zenodo compatibility

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.34.0
20+
rev: 0.34.1
2121
hooks:
2222
- id: check-dependabot
2323
- id: check-github-workflows

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ nav:
5252
- Website: https://bids.neuroimaging.io/getting_started/
5353
- Tutorials: https://bids.neuroimaging.io/getting_started/tutorials/
5454
- GitHub repository: https://github.com/bids-standard/bids-starter-kit
55+
exclude_docs: |
56+
README.md
57+
pregh-changes.md
5558
theme:
5659
name: material
5760
favicon: images/favicon.png

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies = [
55
"bidsschematools[render]",
66
"mkdocs>=1.1.0",
77
"mkdocs-material>=5.4",
8-
"pymdown-extensions>=7.0.0",
8+
"pymdown-extensions>=9.2.0",
99
"mkdocs-branchcustomization-plugin~=0.1.3",
1010
"mkdocs-macros-plugin",
1111
"mkdocs-redirects",
@@ -60,3 +60,7 @@ replace = """NEXT_VERSION_HERE
6060
- '{new_version}'
6161
- """
6262
include_bumps = ['pre_label']
63+
64+
[[tool.mypy.overrides]]
65+
module = ["pymdownx.*"]
66+
ignore_missing_imports = true

src/appendices/hed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Individual terms are comma-separated and may be grouped using parentheses to ind
1414
association.
1515
See the [HED Schema Browser](https://www.hedtags.org/display_hed.html)
1616
to view the HED schema and the
17-
[HED resources](https://www.hed-resources.org/en/latest/) site for additional information.
17+
[HED resources](https://www.hedtags.org/hed-resources/) site for additional information.
1818

1919
Starting with HED version 8.0.0, HED allows users to annotate using individual
2020
terms or partial paths in the HED vocabulary (for example, `Red` or `Visual-presentation`)

src/common-principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ Example:
591591
```
592592

593593
Each level can be described with a string as in the example above,
594-
or with an object containing the fields [`Description`](./glossary.md#description-metadata)
594+
or with an object containing the fields [`Description`](./glossary.md#description-sense-1-metadata)
595595
and [`TermURL`](./glossary.md#termurl-metadata)
596596
like in the example below.
597597

src/derivatives/imaging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,9 @@ standard BIDS labels:
548548

549549
```tsv
550550
index name abbreviation
551-
137 pars opercularis IFGop
552-
138 pars triangularis IFGtr
553-
139 pars orbitalis IFGor
551+
137 pars opercularis IFGop
552+
138 pars triangularis IFGtr
553+
139 pars orbitalis IFGor
554554
```
555555

556556
<!-- Link Definitions -->

src/metaschema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
"additionalProperties": false
7272
}
7373
},
74+
"templates": {
75+
"type": "object"
76+
},
7477
"versions": {
7578
"type": "array",
7679
"items": {

0 commit comments

Comments
 (0)