Skip to content

Commit a4366cb

Browse files
authored
Merge pull request #974 from nipreps/add_label_anat_masks
Add label anat masks
2 parents 7651f27 + ef8975b commit a4366cb

File tree

3 files changed

+55
-44
lines changed

3 files changed

+55
-44
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Set up Python 3
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: 3
3535
- name: Display Python version
@@ -131,7 +131,7 @@ jobs:
131131
sudo apt update
132132
sudo apt install -y --no-install-recommends graphviz
133133
- name: Set up Python ${{ matrix.python-version }}
134-
uses: actions/setup-python@v5
134+
uses: actions/setup-python@v6
135135
with:
136136
python-version: ${{ matrix.python-version }}
137137
- name: Display Python version

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.14.1 (September 16, 2025)
2+
===========================
3+
Patch release in the 1.14.x series.
4+
5+
* FIX: Add task entity to PET path patterns (#970)
6+
* ENH: Add optional hash entity to path patterns (#966)
7+
18
1.14.0 (August 19, 2025)
29
========================
310
New feature release in the 1.13.x series.

0 commit comments

Comments
 (0)