Skip to content

Releases: unfoldtoolbox/Unfold.jl

v0.8.9

15 Jan 11:00
75db2c8

Choose a tag to compare

Unfold v0.8.9

Diff since v0.8.8

  • increased speed of effects.jl
  • fixed two bugs which raised errors when using multiple events
  • updates of tooling

Merged pull requests:

Closed issues:

  • [Bug] mass univariate, multiple events with 'char' errors (#258)
  • replace .shift_onset with shift_onset() (#265)
  • Models that run in MATLAB produce out of memory errors in Julia? (#285)
  • [Bug] error in effects when using non-default eventfield (#296)
  • [Question] How to handle missing covariate values for fitting a model with overlap correction? (#308)

v0.8.8

24 Oct 13:20
0a5ccdb

Choose a tag to compare

Unfold v0.8.8

Diff since v0.8.7

v0.8.7

16 Oct 13:21
626a439

Choose a tag to compare

Unfold v0.8.7

Diff since v0.8.6

  • fix warnings in Julia 1.12
  • added new eventhandling function + tutorial

Merged pull requests:

v0.8.6

26 Sep 10:17
aa5e49d

Choose a tag to compare

Unfold v0.8.6

Diff since v0.8.5

  • Better documentation of circspl - also fixed a bug with the width function, which threw an error in coeftable / effects calls.
  • Added more warnings and checks to the data conformity, especially that Any eltypes in BSplines errors are more helpful
  • Added new Tutorial how to run Unfold in R
  • Fixed a bug with code-instability when the designmatrix was longer than the data
  • Fixed some type instabilities in the fit-function, but performance should be untouched

Merged pull requests:

Closed issues:

  • Missing explaination for changing the contrast coding in documentation (#220)
  • Document circspl function (#267)
  • Tutorial on how to deal with rejected / artefactual data. (#270)
  • [Question] Can Unfold.jl be used to seperate evoked vs induced responses (#281)
  • Large differences in runtime depending on individual data (#292)

v0.8.5

25 Jun 07:05
7f4831c

Choose a tag to compare

Unfold v0.8.5

Diff since v0.8.4

  • new function StatsAPI.r2 calculating coefficient of determination
  • new tutorial how to exclude bad data from model-fit
  • 🐍 documentation fixes

Merged pull requests:

  • CompatHelper: bump compat for BSplineKit to 0.19, (keep existing compat) (#259) (@github-actions[bot])
  • CompatHelper: bump compat for BSplineKit in [weakdeps] to 0.19, (keep existing compat) (#260) (@github-actions[bot])
  • [AUTO] pre-commit update (#261) (@github-actions[bot])
  • CompatHelper: bump compat for Krylov in [weakdeps] to 0.10, (keep existing compat) (#262) (@github-actions[bot])
  • CompatHelper: bump compat for Krylov to 0.10, (keep existing compat) (#263) (@github-actions[bot])
  • Unify landingpage - Update doc links to the respective UnfoldDocs pages. (#264) (@xuyg16)
  • new tutorial, addressing #270 (#271) (@behinger)
  • feature r2 (#272) (@behinger)
  • CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) (#273) (@github-actions[bot])
  • [AUTO] pre-commit update (#274) (@github-actions[bot])
  • docs: add LeonvonHaugwitz as a contributor for bug (#278) (@allcontributors[bot])

Closed issues:

  • differentiate between sparse and non sparse basisfunctions (#11)
  • MultiDocumenter.jl (#207)

Docs retrigger

04 Apr 08:05
4cfd40e

Choose a tag to compare

v0.8.4+docs

v0.8.4

v0.8.4

01 Apr 22:13
4cfd40e

Choose a tag to compare

Unfold v0.8.4

Diff since v0.8.3

  • new unified docs landing page

Merged pull requests:

  • [AUTO] pre-commit update (#255) (@github-actions[bot])
  • Unify landingpage (#256) (@behinger)

v0.8.3

21 Mar 17:52
3bea8f3

Choose a tag to compare

Unfold v0.8.3

Diff since v0.8.2

Reduced compat with bsplinekit to 0.17 because it exports a fit function, leading to semi-breaking changes.

v0.8.2

20 Mar 21:52
b396005

Choose a tag to compare

Unfold v0.8.2

Diff since v0.8.1

  • Update docstring of condense function
  • Updated some tutorials + better looking docs

Merged pull requests:

  • Update condense.jl (#245) (@ReneSkukies)
  • [AUTO] pre-commit update (#246) (@github-actions[bot])
  • CompatHelper: bump compat for BSplineKit to 0.18, (keep existing compat) (#248) (@github-actions[bot])
  • CompatHelper: bump compat for BSplineKit in [weakdeps] to 0.18, (keep existing compat) (#249) (@github-actions[bot])
  • removed Unfold from test environment... (#250) (@behinger)
  • [AUTO] pre-commit update (#251) (@github-actions[bot])
  • fix: BSPlineKit 0.18 is not breaking, but now exports fit, which runs into a conflict (#252) (@behinger)

v0.8.1

15 Jan 13:32
7541c2b

Choose a tag to compare

Unfold v0.8.1

Diff since v0.8.0

Bugfix: residuals were incorrectly calculated in the case the data is longer than the model

Merged pull requests: