Skip to content

Version 0.4.2

Compare
Choose a tag to compare
@EtienneCmb EtienneCmb released this 29 Apr 13:48
· 143 commits to master since this release

New Features

  • New function :func:frites.simulations.sim_ground_truth for simulating spatio-temporal ground-truths (ba44a42)
  • New function :func:frites.conn.conn_spec for computing the single-trial spectral connectivity (8151486) - by @ViniciusLima94
  • New method :class:frites.workflow.WfMi.confidence_interval method to estimate the confidence interval (ad03919, 8189622, fc58475, fc58475)
  • New function :func:frites.conn.conn_net for computing the net connectivity (c86b19f)
  • New function :func:frites.set_mpl_style for example styles
  • New function :func:frites.conn.conn_links for generating connectivity links (a0d0182)
  • New function :func:frites.utils.downsample for down-sampling DataArray (59e15e6)
  • :class:frites.estimator.CorrEstimator can no be defined with Pearson or Spearman correlation with both vector or tensor-based implementations (f6e80e9)
  • :class:frites.workflow.WfStats now allows to pass rfx_center parameter for controlling whether effect-sizes should be centered and rfx_sigma for the hat correction (aab68e1)
  • :func:frites.conn.conn_links can now be used for selecting intra and / or inter-hemispheric connections (87c762c)
  • :func:frites.conn.conn_links allows selecting links with inter / intra / both roi connections (74d2cc1)

Internal changes

  • Do not allow anymore to add new keys to the CONFIG dict (abea667)