Skip to content

Releases: unfoldtoolbox/Unfold.jl

v0.7.9

20 Dec 15:15
267c1c9
Compare
Choose a tag to compare

Unfold v0.7.9

Diff since v0.7.8

Relaxed some compatability versions

Merged pull requests:

v0.7.8

19 Dec 11:30
bb1a90b
Compare
Choose a tag to compare

Unfold v0.7.8

Diff since v0.7.7

Feature:

  • Scaled FIR basisfunction ala Cameron Hassall et al. 2022 implemented
  • Scaled FIR basisfunction ala Blockdesign [0 0 0 1 1 1 1 1 0 0] implemented
  • New tutorial for those

Backend

  • Moved all actions to BestieTemplates.jl, including online Formatter action to pre-commit

Merged pull requests:

v0.7.7

08 Nov 19:58
Compare
Choose a tag to compare

Unfold v0.7.7

Diff since v0.7.6

  • new structured backbone for the solver. Added ~6-7 new solvers. Split up the solver into prepare & solve functions that can be chained / modified easily. Added a reference document for exactly this.
  • major bug: likelihoodratiotest was calculating wrong results (it was calculating a wrong likelihood). This lead to a breaking change in API, where now the data need to be provided as well.
  • Bumped JLD to 0.5 - this means one cannot save files now and load it in older Unfold versions, but old unfold version files can still be loaded
  • several small docstring fixes
  • new CUDAextension, allowing to provide CuArray to automatically choose a better solver (still needs to be tested more though)
  • fit now has an argument that can be set fit=false to not actually run the ´fit!` function, to do it later
  • benchmarks now available comparing ~7 solver types with and without GPU, some with and without Float32. Improvements of up to 10x of the SOA-GPU solver were achieved - fit a large model with 128 channels in wopping 8 seconds! Further tests are needed though to describe the accuracy drop that is achieved by solving X'Xb = X'y instead of Xb = y directly.

Merged pull requests:

Closed issues:

  • documentation open issues (#195)
  • LM overlap correction tutorial still uses old Unfold syntax (#199)
  • Inconsistency in predict( ) input; better docstring (#216)
  • Julia 1.11 crash (#223)
  • slight differences between MixedModels.jl and Unfold.jl (#225)

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: