Skip to content

Commit 965e47f

Browse files
committed
rel(0.4.0): Update dependencies and CHANGES [skip ci]
1 parent 3213c38 commit 965e47f

File tree

3 files changed

+35
-48
lines changed

3 files changed

+35
-48
lines changed

CHANGES.rst

Lines changed: 31 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,47 @@
1-
0.4.0 (TBD)
2-
===========
1+
0.4.0 (November 26, 2019)
2+
=========================
3+
A new 0.4.x series with a number of new features and bugfixes.
34

4-
* CI: Fix packaging test (#115) @effigies
5-
* CI: Optimize CircleCI using a local docker registry instead docker save/load (#136) @oesteban
6-
* CI: Run pytests on Python 3.7 for now (#133) @effigies
7-
* CI: Test packaging and update deploy_pypi step (#119) @effigies
8-
* DOC: Deploy docs to gh-pages from CircleCI - with versioning (#65) @rwblair
9-
* DOC: Minimal refactor preparing release (#140) @oesteban
10-
* DOC: Revise numpy docstrings so they are correctly rendered (#134) @oesteban
11-
* ENH: Add --fs-subjects-dir flag (#114) @effigies
12-
* ENH: Add a README.rst (#103) @oesteban
13-
* ENH: Add smriprep-docker wrapper (#118) @effigies
14-
* ENH: Decoupling anatomical reports (#112) @oesteban
15-
* ENH: Reduce friction when iterating over target templates (#111) @oesteban
16-
* ENH: Write out the fsnative-to-T1w transform (#113) @oesteban
175
* FIX: Allow setting nonstandard spaces for parser (#141) @oesteban
18-
* FIX: Build smriprep-docker like fmriprep-docker (#138) @oesteban
19-
* FIX: Check template identifiers are valid early (#135) @oesteban
206
* FIX: Normalization workflow API - provide bare template names (#139) @oesteban
7+
* FIX: Build ``smriprep-docker`` like ``fmriprep-docker`` (#138) @oesteban
8+
* FIX: Check template identifiers are valid early (#135) @oesteban
219
* FIX: Re-organize FreeSurfer stages to avoid duplication and races (#117) @effigies
2210
* FIX: Revise naming of transforms when several T1w images are averaged (#106) @oesteban
11+
* FIX: Allow setting nonstandard spaces for parser (#141) @oesteban
12+
* ENH: Add ``--fs-subjects-dir`` flag (#114) @effigies
13+
* ENH: Add ``smriprep-docker`` wrapper (#118) @effigies
14+
* ENH: Add a ``README.rst`` (#103) @oesteban
15+
* ENH: Decoupling anatomical reports (#112) @oesteban
16+
* ENH: Reduce friction when iterating over target templates (#111) @oesteban
17+
* ENH: Write out the fsnative-to-T1w transform (#113) @oesteban
18+
* DOC: Minimal refactor preparing release (#140) @oesteban
19+
* DOC: Revise numpy docstrings so they are correctly rendered (#134) @oesteban
20+
* DOC: Deploy docs to gh-pages from CircleCI - with versioning (#65) @rwblair
21+
* CI: Optimize CircleCI using a local docker registry instead docker save/load (#136) @oesteban
22+
* CI: Run pytests on Python 3.7 for now (#133) @effigies
23+
* CI: Fix packaging test (#115) @effigies
24+
* CI: Test packaging and update deploy_pypi step (#119) @effigies
2325
* MAINT: Fine-tune versioning extension of sphinx (#121) @oesteban
2426
* MAINT: Refactoring inputs/outputs names and some stylistic changes (#108) @oesteban
2527
* MAINT: Resolve issues with working directory of ds005 on CircleCI (#110) @oesteban
2628
* PIN: niworkflows ~= 1.0.0rc1
2729

2830
0.3.2 (September 9, 2019)
2931
=========================
30-
3132
Bugfix patch-release
3233

3334
* FIX: Render INU-corrected T1w in Segmentation reportlet (#102) @oesteban
3435

3536
0.3.1 (July 21, 2019)
3637
=====================
37-
3838
Minor release to update pinnings of niworkflows and TemplateFlow client.
3939

4040
* PIN: niworkflows-0.10.1 and templateflow-0.4.1
4141
* CI: Fix PyPI deployment (#99) @effigies
4242

4343
0.3.0 (July 12, 2019)
4444
=====================
45-
4645
Minor release to allow dependent tools to upgrade to PyBIDS 0.9 series (minimum 0.9.2).
4746
We've also moved to a ``setup.cfg``-based setup to standardize configuration.
4847

@@ -51,7 +50,6 @@ We've also moved to a ``setup.cfg``-based setup to standardize configuration.
5150

5251
0.2.4 (July 9, 2019)
5352
====================
54-
5553
Several minor improvements on TemplateFlow integration.
5654

5755
* ENH: Use proper resolution in anatomical outputs (#92) @oesteban
@@ -60,73 +58,62 @@ Several minor improvements on TemplateFlow integration.
6058

6159
0.2.3 (June 5, 2019)
6260
====================
63-
6461
Enable CLI to set pediatric and infant templates for skull-stripping.
6562

6663
* ENH: Allow template modifiers (a la ``--output-spaces``) in skull-stripping (#89) @oesteban
6764

6865
0.2.2 (June 5, 2019)
6966
====================
70-
7167
Enable latest templates added to TemplateFlow.
7268

7369
* PIN: templateflow-0.3.0, which includes infant/pediatric templates (#88) @oesteban
7470

7571
0.2.1 (May 6, 2019)
7672
===================
77-
7873
Hotfix release improving the reliability of the brain extraction workflow.
7974

8075
* FIX: Keep header consistency along anatomical workflow (#83) @oesteban
8176

8277
0.2.0 (May 3, 2019)
8378
===================
84-
85-
This new release of sMRIPrep adds the possibility of specifying several
79+
This new release of *sMRIPrep* adds the possibility of specifying several
8680
spatial normalization targets via the ``--output-spaces`` option drafted
8781
in `poldracklab/fmriprep#1588 <https://github.com/poldracklab/fmriprep/issues/1588>`__.
8882

89-
* ENH: Force compression of derivative NIfTI volumes (#80) @effigies
90-
* DOC/STY: Fix documentation build, simplify (non)parametric output nodes (#79) @oesteban
9183
* FIX: Resolve behavior when deprecated ``--template`` is given (#77) @oesteban
84+
* FIX: Solved problems in report generation (#76) @oesteban
85+
* ENH: Force compression of derivative NIfTI volumes (#80) @effigies
9286
* ENH: Pull list of spatial normalization templates from TemplateFlow (#68) @oesteban
9387
* ENH: CLI uses ``pathlib.Path`` when possible (#73) @oesteban
9488
* ENH: Create a spatial normalization workflow (#72) @oesteban
9589
* ENH: Several improvements over the new spatial normalization workflow (#74) @oesteban
9690
* ENH: Support for multiple ``--output-spaces`` (#75) @oesteban
97-
* FIX: Solved problems in report generation (#76) @oesteban
91+
* DOC/STY: Fix documentation build, simplify (non)parametric output nodes (#79) @oesteban
9892

9993
0.1.1 (March 22, 2019)
10094
======================
101-
102-
* [ENH] Pure Nipype brain extraction workflow (#57) @oesteban
103-
* [ENH] Write metadata for anatomical outputs (#62) @oesteban
95+
* ENH: Pure Nipype brain extraction workflow (#57) @oesteban
96+
* ENH: Write metadata for anatomical outputs (#62) @oesteban
10497

10598
0.1.0 (March 05, 2019)
10699
======================
107-
108-
* [PIN] Niworkflows 0.8 and TemplateFlow 0.1 (#56) @oesteban
100+
* PIN: Niworkflows 0.8 and TemplateFlow 0.1 (#56) @oesteban
109101

110102
0.0.5 (February 06, 2019)
111103
=========================
112-
113-
* [MAINT] Update to keep up with poldracklab/niworkflows#299 (#51) @oesteban
104+
* MAINT: Update to keep up with poldracklab/niworkflows#299 (#51) @oesteban
114105

115106
0.0.4 (January 25, 2019)
116107
========================
117-
118-
* [DOC] Fix workflow hierarchy within docstrings so that fMRIPrep docs build (`0110ab2 <https://github.com/poldracklab/smriprep/commit/0110ab277faa525d60263ba085947ef1545898af>`__).
119-
* [ENH] Allow templates other than ``MNI152NLin2009cAsym`` (#47) @oesteban
120-
108+
* ENH: Allow templates other than ``MNI152NLin2009cAsym`` (#47) @oesteban
109+
* DOC: Fix workflow hierarchy within docstrings so that fMRIPrep docs build (`0110ab2 <https://github.com/poldracklab/smriprep/commit/0110ab277faa525d60263ba085947ef1545898af>`__).
121110

122111
0.0.3 (January 18, 2019)
123112
========================
124-
125-
* [FIX] Add ``-cw256`` flag for images with FoV > 256 voxels (#36) @oesteban
126-
* [ENH] Integrate TemplateFlow to handle templates (#45) @oesteban
113+
* FIX: Add ``-cw256`` flag for images with FoV > 256 voxels (#36) @oesteban
114+
* ENH: Integrate TemplateFlow to handle templates (#45) @oesteban
127115

128116

129117
0.0.2 (January 8, 2019)
130118
========================
131-
132119
* First functional version after forking from fMRIPrep

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
22
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
33
nbsphinx
4-
nipype>=1.3.0rc1
5-
niworkflows ~= 1.0.0rc1
4+
nipype>=1.3.1
5+
niworkflows ~= 1.0.0
66
packaging
77
pydot>=1.2.3
88
pydotplus

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ install_requires =
2424
lockfile
2525
matplotlib >= 2.2.0
2626
nibabel >= 2.2.1
27-
nipype >= 1.3.0-rc1
28-
niworkflows ~= 1.0.0rc1
27+
nipype >= 1.3.1
28+
niworkflows ~= 1.0.0
2929
numpy
3030
packaging
3131
pybids ~= 0.9.4

0 commit comments

Comments
 (0)