Skip to content

Commit 3dabd57

Browse files
authored
Merge pull request #324 from nipreps/rel/23.1.0
REL: 23.1.0
2 parents a59b7e8 + 862a60f commit 3dabd57

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
python-version: ['3.8', '3.9', '3.10']
27+
python-version: ['3.9', '3.10', '3.11']
2828

2929
steps:
3030
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.9']
23+
python-version: ['3.10']
2424

2525
steps:
2626
- uses: actions/checkout@v3

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
23.1.0 (TBD)
1+
23.1.0 (November 22, 2023)
22
============
33
The next minor release of *NiBabies*, this release includes a number of new goodies, including:
44

@@ -17,6 +17,9 @@ An option to determine and exclude high-variance voxels from being projected to
1717
### Single anatomical processing
1818
Running *NiBabies* is now less restrictive, and will still process data missing either a T1w / T2w image. However, for best results, it is recommended to collect and include both for processing.
1919

20+
### Anat-specific derivatives inputs
21+
Previous, *NiBabies* expected input from the `--derivatives` flag to be in T1w space, using the entity `space-orig`. This has now been changed to support derivatives in either T1w or T2w space. For more information, please see https://nibabies.readthedocs.io/en/23.1.0/faqs.html#leveraging-precomputed-results
22+
2023

2124
## Full Changelog
2225
* CI: Purge codecov python package (#282)
@@ -35,6 +38,7 @@ Running *NiBabies* is now less restrictive, and will still process data missing
3538
* FIX: Ensure age is extracted from sessions file (#291)
3639
* FIX: Restore CIFTI medial wall masking, subcortical volume LAS reorientation (#298)
3740
* FIX: Recify "goodvoxels" surface projection (#301)
41+
* FIX: Connect derivatives mask to mcribs recon (#323)
3842
* MAINT: Drop TemplateFlowSelect patches (#290)
3943

4044
23.0.0 (January 23, 2023)

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@ classifiers = [
1212
"Intended Audience :: Science/Research",
1313
"Topic :: Scientific/Engineering :: Image Recognition",
1414
"License :: OSI Approved :: Apache Software License",
15-
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
1818
]
1919
license = {file = "LICENSE"}
20-
requires-python = ">=3.8"
20+
requires-python = ">=3.9"
2121
dependencies = [
2222
'importlib_resources; python_version < "3.9"',
2323
"nibabel >= 5.0.0",
2424
"nipype >= 1.8.5",
2525
"nitime",
26-
"nitransforms >= 21.0.0",
27-
"niworkflows >= 1.8.1",
26+
"nitransforms >= 23.0.1",
27+
"niworkflows >= 1.9.0",
2828
# "niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
2929
"numpy >= 1.21.0",
3030
"packaging",
3131
"pandas",
3232
"psutil >= 5.4",
3333
"pybids >= 0.15.0",
3434
"requests",
35-
"sdcflows >= 2.5.1",
35+
"sdcflows ~= 2.5.2",
3636
# "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
37-
"smriprep >= 0.12.1",
37+
"smriprep ~= 0.12.1",
3838
# "smriprep @ git+https://github.com/nipreps/smriprep.git@master",
39-
"tedana ~= 0.0.12",
39+
"tedana >= 0.0.12",
4040
"templateflow >= 0.6",
4141
"toml",
4242
]
@@ -100,7 +100,6 @@ version-file = "nibabies/_version.py"
100100

101101
[tool.black]
102102
line-length = 99
103-
target-version = ['py39']
104103
skip-string-normalization = true
105104

106105
[tool.isort]

requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ idna==3.4
5050
# via requests
5151
imageio==2.31.1
5252
# via scikit-image
53+
importlib-resources==6.1.1
54+
# via niworkflows
5355
indexed-gzip==1.7.1
5456
# via smriprep
5557
interface-meta==1.3.0
@@ -126,12 +128,12 @@ nipype==1.8.6
126128
# smriprep
127129
nitime==0.10.1
128130
# via nibabies (pyproject.toml)
129-
nitransforms==23.0.0
131+
nitransforms==23.0.1
130132
# via
131133
# nibabies (pyproject.toml)
132134
# niworkflows
133135
# sdcflows
134-
niworkflows==1.8.1
136+
niworkflows==1.9.0
135137
# via
136138
# nibabies (pyproject.toml)
137139
# sdcflows
@@ -258,7 +260,7 @@ scipy==1.11.1
258260
# scikit-learn
259261
# sdcflows
260262
# tedana
261-
sdcflows==2.5.1
263+
sdcflows==2.5.2
262264
# via nibabies (pyproject.toml)
263265
seaborn==0.12.2
264266
# via niworkflows
@@ -268,7 +270,7 @@ six==1.16.0
268270
# via
269271
# isodate
270272
# python-dateutil
271-
smriprep==0.12.1
273+
smriprep==0.12.2
272274
# via nibabies (pyproject.toml)
273275
sqlalchemy==2.0.17
274276
# via pybids

0 commit comments

Comments
 (0)