We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b93ec commit 27865a3Copy full SHA for 27865a3
CHANGES.rst
@@ -1,3 +1,10 @@
1
+0.3.12 (May 05, 2018)
2
+=====================
3
+
4
+With thanks to @danlurie for this new feature.
5
6
+* [ENH] Constrained cost-function masking for T1-MNI registration (#233)
7
8
0.3.8 (April 20, 2018)
9
======================
10
niworkflows/__about__.py
@@ -15,7 +15,7 @@
15
nipype_info = runpy.run_path(op.join(op.abspath(op.dirname(__file__)),
16
'nipype', 'info.py'))
17
18
-__version__ = '0.3.12-dev'
+__version__ = '0.3.12'
19
__packagename__ = 'niworkflows'
20
__author__ = 'The CRN developers'
21
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(
0 commit comments