Skip to content

Latest commit

 

History

History
174 lines (125 loc) · 5.27 KB

NEWS.rst

File metadata and controls

174 lines (125 loc) · 5.27 KB

BrainIAK 0.7 (2018-02-12)

Features

  • funcalign: Added the Robust Shared Response Model method. (#302)
  • fmrisim: Update convolution and drift. (#309)
  • eventseg: Added option to compute p values for ISC and ISFC (#310)
  • Added Conda packages. (#328)

Documentation improvements

  • Updated the searchlight API docs. (#324)

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

  • searchlight: Do not use sys.exit. (#156)
  • reprsimil: Follow random number guidelines. (#239)

Deprecations and removals

  • Changed GitHub organization to BrainIAK. Update your remote URLs. (#277)

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)

Deprecations and removals

  • Changed fmrisim to compute signal-to-fluctuation-noise ratio (SFNR) instead of signal-to-noise ratio (SNR). (#224)

BrainIAK 0.4 (2017-01-19)

Features

  • Distributed searchlight. (#148)
  • Multi-voxel pattern analysis (MVPA) support in FCMA. (#154, #157)
  • Fast Pearson correlation coefficient computation. (#159)

BrainIAK 0.3.2 (2016-10-31)

Features

  • Faster event segmentation via Cython implementation. (#111)
  • fMRI data simulator (fmrisim). (#135)

BrainIAK 0.3.1 (2016-09-30)

Features

  • Event segmentation. (#72)
  • Full correlation matrix analysis (FCMA). (#97, #122)
  • Bayesian representational similarity analysis (BRSA). (#98)
  • Deterministic SRM. (#102)
  • Semi-supervised shared response model (SSSRM). (#108)

BrainIAK 0.3 (2016-09-30) [YANKED]

BrainIAK 0.2 (2016-08-03)

Features

  • Hyperparameter optimization. (#58)

Deprecations and removals

  • Removed _ from package names. (#73)

BrainIAK 0.1 (2016-07-12)

Features

  • Initial release, including:
    • Shared response model (SRM).
    • Topographic factor analysis (TFA) and hierarchical topographical factor analysis (HTFA).