Skip to content

Releases: unfoldtoolbox/Unfold.jl

docs-test-release

15 Oct 08:44
7296305
Compare
Choose a tag to compare
docs-test-release Pre-release
Pre-release
v0.7.6+docs1

Rename ci.yml to unittests.yml

v0.7.6d

14 Oct 14:52
0889b58
Compare
Choose a tag to compare
v0.7.6d Pre-release
Pre-release

This is only a release to test the "stable" documentation problem

v0.7.6c

14 Oct 10:16
7cd8e5e
Compare
Choose a tag to compare
v0.7.6c Pre-release
Pre-release

this release is only to test the "stable" documenter problem

v0.7.6_zenodo

20 Sep 10:58
dcf0bff
Compare
Choose a tag to compare

new release specifically to fix a bug with zenodo

v0.7.6

20 Sep 10:52
47f86ea
Compare
Choose a tag to compare

Unfold v0.7.6

Diff since v0.7.5

  • bugfix for predict @ReneSkukies
  • small documentation fixes
  • fix Zenodo release metadata

Merged pull requests:

v0.7.5

10 Jul 14:19
41ad19e
Compare
Choose a tag to compare

Unfold v0.7.5

Diff since v0.7.4

  • improve tutorials
  • a first fix for Term.jl output in Pluto.jl - current bug: no output via Documenter.jl

Merged pull requests:

v0.7.4

24 Jun 07:19
38adf54
Compare
Choose a tag to compare

Unfold v0.7.4

Diff since v0.7.3

  • internal function get_basis_names now works for UnfoldLinearModel too

Merged pull requests:

v0.7.3

13 Jun 08:47
339c971
Compare
Choose a tag to compare

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)

v0.7.2

16 May 11:16
a3701cb
Compare
Choose a tag to compare

Unfold v0.7.2

Diff since v0.7.1

  • bugfix for missing data & krylov solver
  • bugfix with non-integer event onsets #200
  • new internal functionality _residuals now allows to calculate residuals directly cut to an event, not requiring to generate the whole y = X*b

Merged pull requests:

Closed issues:

  • Bug: basisfunction with non-integer onsets, Float instead of Int (#200)

v0.7.1

30 Apr 12:07
3eec4bb
Compare
Choose a tag to compare

Unfold v0.7.1

Diff since v0.7.0

  • FIR-designmatrix is now up to 20x faster to generate
  • some small bugfixes that creeped up during the 0.7 release

Merged pull requests: