Skip to content

Version 0.3.8

Compare
Choose a tag to compare
@EtienneCmb EtienneCmb released this 24 Feb 13:26
· 399 commits to master since this release

New Features

  • new :py:class:frites.io.Attributes class for managing and printing datasets' and workflow's attributes (be046b1)
  • new :py:class:frites.dataset.SubjectEphy single-subject container (ac22cf4)
  • new estimators of mutual-information, :py:class:frites.estimator.GCMIEstimator (901b3cb, 65d1e08, 0015bf5, beed6a0), :py:class:frites.estimator.BinMIEstimator (beed6a0)
  • new kernel smoothing function :py:frites.utils.kernel_smoothing

Internal Changes

Breaking changes

  • :py:class:frites.dataset.SubjectEphy and :py:class:frites.dataset.DatasetEphy to specify whether channels should be aggregated (default agg_ch=True) or not (agg=False) when computing MI. The agg_ch replace sub_roi (18d4e24)
  • The workflow WfComod has been renamed :py:class:frites.workflow.WfConnComod (b7b5824)

Bug fixes