diff --git a/NEWS.rst b/NEWS.rst index 579c2176f..3af1dcb58 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,54 @@ .. towncrier release notes start +BrainIAK 0.8 (2018-11-06) +========================= + +Features +-------- + +- searchlight: Add ball shape. (`#348 + `_) +- eventseg: Added event_chains option and model_prior function. (`#353 + `_) +- srm: Added the ability to transform a new subject to a shared response. + (`#371 `_). +- fmrisim: Added fitting procedure for SFNR and SNR parameters. Updated AR to + be ARMA, involving both the generation and estimation. (`#372 + `_) +- reprsimil: Added an option in BRSA to set the prior of SNR to be "equal" + across all voxels. (`#387 + `_) + + +Bugfixes +-------- + +- fmrisim: Corrected error in generating system noise; specifically spatial + noise was being double counted. Updated the export epoch file to deal with + error in epoch number generation. (`#372 + `_). +- utils: Fix AFNI-style design matrix generation. (`#381 + `_) + + +Documentation improvements +-------------------------- + +- fcma: Clarify that image data is shuffled. (`#365 + `_) +- Fix Conda channels in install instructions. (`#373 + `_) + + +Deprecations and removals +------------------------- + +- fmrisim: Removed plot_brain because other tools like nilearn do a much better + job at plotting data. (`#372 + `_) + + BrainIAK 0.7.1 (2018-02-20) =========================== diff --git a/docs/newsfragments/353.feature b/docs/newsfragments/353.feature deleted file mode 100644 index cb42664a8..000000000 --- a/docs/newsfragments/353.feature +++ /dev/null @@ -1,2 +0,0 @@ -Added event_chains option and model_prior function to eventseg -