Skip to content

v0.4.0

Compare
Choose a tag to compare
@jdkent jdkent released this 08 Oct 22:53
· 37 commits to master since this release
a756e85

Release Notes

This has been a busy month for NiBetaSeries.
We have two more methods for calculating betas (LSA and FS),
and LSS has been modified to account for separate conditions.
All of this great work is thanks to @tsalo.

The second major change is the refactor of how we read from
the FMRIPREP directory, previously we assumed results from
fmriprep version (< v1.2.0), but now we only support files output
from fmriprep (>= v1.2.0).
If you have results from an older version of fmriprep, check our
FAQ for a potential solution.

The third major change is the generation of a citation template,
so you can easily populate your methods section with the appropriate information.
Again, thanks to @tsalo for this marvelous contribution.

The fourth and final major change (in no particular order), is passing the
beta series image maps directly to the output directory, no longer requiring the
user to have an atlas and a lookup table to use NiBetaSeries.
This will allow users to use the beta series image maps for whatever downstream
analysis they wish.

Thank you to all the contributors mentioned below for improving NiBetaSeries
through documentation fixes and other code changes.

An unsung hero is @PeerHerholz for code review and
beneficial recommendations for the future of NiBetaSeries, Thank you!
Also not listed is @mwvoss for opening issue #123.
Making a good issue is work and should be recognized, thank you!

While I have almost certainly missed giving thanks to everyone that
has helped, please know I appreciate your contributions and I'm
thankful you took some time out of your day to help this project grow.

CHANGES