Skip to content

v0.7.3

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 08:47
· 33 commits to main since this release
339c971

Unfold v0.7.3

Diff since v0.7.2

  • fixed major bug in UnfoldLinearModel introduced in 0.7.0. If you used for MassUnivariate models with Any this bug did not exist. But if you subset your data e.g. via [:fixation=>(@formula(0~1),times)] or similar then you have to recalculate your results! In this case the subsetting of the data/epochs went wrong due to a nasty, but very tiny bug. A SubDataFrame was silently cast to a DataFrame, removingthe information which events belonged to which index.
  • Added small feature to be able to call effects(Dict(),model) which adds a dummy effect to the dict, to be able to get the pure intercept.

Merged pull requests:

Closed issues:

  • Allow empty dict in effects (#167)