Skip to content

Commit fbe869e

Browse files
authored
Merge branch 'main' into rawdata-example2
2 parents 7acdf96 + 726101a commit fbe869e

File tree

13 files changed

+52
-40
lines changed

13 files changed

+52
-40
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Python
30-
uses: astral-sh/setup-uv@v6
30+
uses: astral-sh/setup-uv@v7
3131
with:
3232
python-version: 3.12
3333

3434
- name: Set up node
35-
uses: actions/setup-node@v5
35+
uses: actions/setup-node@v6
3636
with:
3737
node-version: 24
3838

.github/workflows/linkcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v6
30+
uses: astral-sh/setup-uv@v7
3131
with:
3232
python-version: 3.12
3333

3434
- name: Set up node
35-
uses: actions/setup-node@v5
35+
uses: actions/setup-node@v6
3636
with:
37-
node-version: 22
37+
node-version: 24
3838

3939
- name: Install dependencies and update content from submodules
4040
run: make all

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v5
37-
- uses: actions/setup-node@v5
37+
- uses: actions/setup-node@v6
3838
with:
3939
node-version: 22
4040
- name: Run markdown style checks

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ repos:
4848
args: [--autofix, --indent, '4', --no-sort, --trailing-commas]
4949

5050
- repo: https://github.com/psf/black-pre-commit-mirror
51-
rev: 25.9.0
51+
rev: 25.11.0
5252
hooks:
5353
- id: black
5454

5555
- repo: https://github.com/pycqa/isort
56-
rev: 6.0.1
56+
rev: 7.0.0
5757
hooks:
5858
- id: isort
5959

data/beps/beps.yml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
content:
399399
- raw
400400
leads:
401-
- given-names: Eric A.
401+
- given-names: Eric
402402
family-names: Earl
403403
- given-names: Samuel
404404
family-names: Guay
@@ -407,14 +407,18 @@
407407
- given-names: Arshitha
408408
family-names: Basavaraj
409409
bids_maintainers:
410-
- given-names: Eric A.
411-
family-names: Earl
410+
- given-names: Chris
411+
family-names: Markiewicz
412+
- given-names: Ross
413+
family-names: Blair
412414
status:
413-
- PR nearly ready to integrate with modality agnostic files sections.
415+
- BEP entering community review period shortly.
416+
- BIDS specification PR 2123.
417+
- BIDS examples PR 465.
414418
blocking:
415-
- Finishing bids-examples PR.
419+
- A successful community review.
416420
google_doc_created: 2021-10
417-
pull_request_created:
421+
pull_request_created: 2025-05
418422
pull_request_merged:
419423

420424
- number: '037'
@@ -626,6 +630,8 @@
626630
- number: '045'
627631
title: Peripheral Physiological Recordings
628632
display: Physio
633+
pull_request: https://github.com/bids-standard/bids-specification/pull/2249
634+
html_preview: https://bids-specification--2249.org.readthedocs.build/en/2249/modality-specific-files/physiological-recordings.html
629635
google_doc: https://docs.google.com/document/d/1oTfjzY5ZnLIYd0kPPWhR81sBmMuy_jC5YYIaqj6OhSA/edit
630636
leads:
631637
- given-names: Mary
@@ -634,15 +640,19 @@
634640
family-names: Moia
635641
- given-names: Sourav
636642
family-names: Kulkarni
643+
bids_maintainers:
644+
- given-names: Seyed Yahya
645+
family-names: Shirazi
637646
status:
647+
- No longer developed in google doc, moved to <https://github.com/physiopy/bids-specification-physio>.
638648
- To update standards for physiological data for improved clarity and a broader range of use cases.
639649
- Now collecting community comments and feedback. All collaborators are welcome.
640-
- 'Original issue: [#1675](https://github.com/bids-standard/bids-specification/issues/1675)'
650+
- 'Original issue: [#1675](https://github.com/bids-standard/bids-specification/issues/1675).'
641651
content:
642652
- raw
643653
blocking:
644654
google_doc_created: 2024-08-13
645-
pull_request_created:
655+
pull_request_created: 2025-11-07
646656
pull_request_merged:
647657

648658
- number: '046'

data/datasets/examples

data/people/maintainers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
members:
1515
- name: Ross Blair
1616
git: rwblair
17+
- name: Boris Clénet
18+
git: bclenet
1719
- name: Eric Earl
1820
git: ericearl
1921
- name: Anthony Galassi

data/tools/apps.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,18 @@ apps:
428428
- func
429429
description:
430430

431+
- gh: nipreps/petprep
432+
status: active
433+
dh: nipreps/petprep
434+
ds_type:
435+
- raw
436+
- derivative
437+
datatype:
438+
- anat
439+
- pet
440+
description: PETPrep is a robust and easy-to-use pipeline for preprocessing of diverse PET data. The transparent workflow dispenses of manual intervention,
441+
thereby ensuring the reproducibility of the results.
442+
431443
- gh: nipreps/smriprep
432444
status: active
433445
dh: nipreps/smriprep

docs/blog/posts/2024-09-19-steering-group-minutes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Code of conduct may be ready, but governance will not be ready.
3333

3434
- this is somewhat reflective of the BIDS community (unfortunately)
3535

36-
- Possible Suggestions:
37-
- ******
38-
- ******
39-
4036
## Meeting with Chris Holdgraf
4137

4238
### Context

docs/getting_started/folders_and_files/derivatives.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,15 @@ As with BIDS datasets, all conformant derivative datasets contain a `dataset_des
1616

1717
New fields include `DatasetType`, which distinguishes `"derivative"` datasets from `"raw"`:
1818

19-
- `GeneratedBy`, a list of processes that generated the data
19+
- `GeneratedBy`, identifies the activity (one or more) responsible for the creation of the dataset.
2020
- `SourceDatasets`, a list of datasets used to generate the derivative.
2121

2222
```json
2323
{
2424
"Name": "FMRIPREP Outputs",
2525
"BIDSVersion": "1.4.0",
2626
"DatasetType": "derivative",
27-
"GeneratedBy": [
28-
{
29-
"Name": "fmriprep",
30-
"Version": "1.4.1",
31-
"Container": {
32-
"Type": "docker",
33-
"Tag": "poldracklab/fmriprep:1.4.1"
34-
}
35-
},
36-
{
37-
"Name": "Manual",
38-
"Description": "Re-added RepetitionTime metadata to bold.json files"
39-
}
40-
],
27+
"GeneratedBy": "bids::prov#preprocessing-xMpFqB5q",
4128
"SourceDatasets": [
4229
{
4330
"DOI": "10.18112/openneuro.ds000114.v1.0.1",

0 commit comments

Comments
 (0)