Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
3c8f078f
Commit
3c8f078f
authored
Dec 28, 2021
by
Paul McCarthy
🚵
Browse files
Merge branch 'rel/3.8.1' into 'v3.8'
Rel/3.8.1 See merge request fsl/fslpy!323
parents
0de12614
981de88d
Pipeline
#12482
passed with stages
in 2 minutes and 16 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
3c8f078f
...
...
@@ -2,6 +2,20 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
3.8.1 (Tuesday 28th December 2021)
----------------------------------
Fixed
^^^^^
* The :func:`.melodic` wrapper function no longer requires its ``input``
argument to be a NIFTI image or file (!321).
3.8.0 (Thursday 23rd December 2021)
-----------------------------------
...
...
fsl/version.py
View file @
3c8f078f
...
...
@@ -47,7 +47,7 @@ import re
import
string
__version__
=
'3.8.
0
'
__version__
=
'3.8.
1
'
"""Current version number, as a string. """
...
...
fsl/wrappers/melodic.py
View file @
3c8f078f
...
...
@@ -50,8 +50,6 @@ def melodic(input, **kwargs):
'logPower'
:
wutils
.
SHOW_IF_TRUE
,
}
asrt
.
assertIsNifti
(
input
)
cmd
=
[
'melodic'
,
'--in={}'
.
format
(
input
)]
cmd
+=
wutils
.
applyArgStyle
(
'--='
,
valmap
=
valmap
,
**
kwargs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment