Release notes¶
BrainIAK 0.10 (2020-02-06)¶
Features¶
reconstruct: Add inverted encoding model (IEM) for recreating continuous representations in new package for reconstruction methods. (#364)
funcalign: Add FastSRM module for input data that does not fit in RAM. (#421)
fmrisim: Update to how drift is calculated and used. (#437)
searchlight: Allow processing single voxels. (#440)
eventseg: Add split-merge feature to improve fits when event lengths are highly uneven. (#451)
BrainIAK 0.9 (2019-06-18)¶
Features¶
isc: Revamped ISC/ISFC functionality with more statistical tests. (#384)
utils: phase_randomize outputs phase-scrambled input data, not tied to ISC/ISFC. (#396)
utils: p_from_null no longer estimates distribution, simply returns p-value. (#397)
isc: Analyses will now tolerate NaNs or tolerate a proportion of NaNs. (#398)
isc: Output either vectorized triangle and diagonal or square matrices. (#399)
isc: Asymmetric ISFC analysis can now be performed based on a targets array. (#409)
Added tutorials to Docker image. (#425)
Deprecations and removals¶
isfc: ISC/ISFC have a new API and are available in
brainiak.isc
, notbrainiak.isfc
. (#384)
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)
searchlight: Halved memory usage when
pool_size=1
. (#386)reprsimil: Added an option in BRSA to set the prior of SNR to be “equal” across all voxels. (#387)
Bugfixes¶
Documentation improvements¶
BrainIAK 0.7.1 (2018-02-20)¶
BrainIAK 0.6 (2017-11-10)¶
Features¶
reprsimil: Add Group Bayesian RSA, add transform (decoding) and score (model selection) functions, add automatic determination of the number of necessary nuisance regressors. utils: modified gen_design to make the generated design matrix approximately scaled in amplitudes. (#194)
searchlight: Improved performance via tweaked multiprocessing usage. (#240)
fmrisim: Updated drift calculation and masking. (#244)
eventseg: Add set_event_patterns() and notebook example (#266)
Added a Docker image for testing BrainIAK without installing. (#272)
eventseg: Fixed numerical instability bug, added utility function for weighted variance (#292)
Restricted multiprocessing to the available number of CPUs. (#293)
Bugfixes¶
BrainIAK 0.5 (2017-05-23)¶
Features¶
FCMA partial similarity matrix option. (#168)
Faster FCMA cross validation via multiprocessing. (#176)
Inter-subject correlation (ISC) and inter-subject functional correlation (ISFC). (#183)
Input/output and image modules with high-level APIs. (#209)
FCMA support for random permutations. (#217)
A distributed version of SRM. (#220)
Shape masks for the searchlight. (#221)