Skip to content

Releases: unfoldtoolbox/UnfoldSim.jl

doc-test

15 Oct 08:31
Compare
Choose a tag to compare
doc-test Pre-release
Pre-release
v0.3.2+doc1

Update make.jl

v0.3.2

27 Feb 07:08
75e86a1
Compare
Choose a tag to compare

UnfoldSim v0.3.2

Diff since v0.3.1

  • new tutorial for multi-subject simulation
  • simulate can now be called without RNG object, resulting in a warning
  • the designs default value for conditions is not nothing anymore but rather a Dict{Symbol,Vector}, anything else was throwing a very unclear error anyway
  • simulate_component for MixedModelComponent now has an option to return_parameter rather than weight it with a basis, this should simplify checking some modelling parameters
  • small fixes in docstrings / formatting

Merged pull requests:

Closed issues:

  • bugs (#6)
  • SingleSubjectDesign, conditions, requires symbol not string (#18)
  • renaming (#65)
  • refactor (#69)
  • suggestions (#77)

v0.3.1

19 Feb 16:03
Compare
Choose a tag to compare

UnfoldSim v0.3.1

Diff since v0.3.0

**

  • Added and updated several docstrings @behinger

Merged pull requests:

v0.3.0

08 Feb 10:59
Compare
Choose a tag to compare

UnfoldSim v0.3.0

Diff since v0.2.0

**

  • Breaking: We (@behinger , @jschepers ) renamed several internal functions and variables and the following external ones:
from to
tableModifyFun event_order_function
generate generate_events
simulate simulate
simulate_responses
simulate_component
simulate_onsets
gen_noise simulate_noise
rand_onsets simulate_interonset_distances
padarray pad_array

Merged pull requests:

v0.2.0

05 Feb 12:38
f114405
Compare
Choose a tag to compare

UnfoldSim v0.2.0

Diff since v0.1.7

  • Breaking: simulate for MultiSubjectDesign now returns a 2Dinstead of the concatenated 1D matrix (or 3D instead of 2D in case of multichannel / return_epoched). @jschepers together with @behinger. Note the following clarifications how noise is added to the signal:
    • If return_epoched = true and onset =NoOnset() the noise is added to the epoched data matrix
    • If onset is not NoOnset, a continuous eeg signal is created and the noise is added to this i.e. this means that the noise won't be the same as in the onset = NoOnset() case even if return_epoched = true.
    • The case return_epoched = false and onset = NoOnset() is not possible and therefore covered by an assert statement
  • New Tutorial: Using already existing onsets @behinger
  • New Reference: Onset distributions @jschepers
  • Empty SingleSubjectDesign now returns a design with a Dummy trial/condition, instead of throwing an error @behinger
  • much improved unittests @jschepers

Merged pull requests:

Closed issues:

  • SingleSubjectDesign without condition raises error (#61)
  • Unhelpful error message when using generate on a MultiSubjectDesign without subjects_between, items_between and both_within (#64)

v0.1.7

10 Nov 17:47
b9ac5cc
Compare
Choose a tag to compare

UnfoldSim v0.1.7

Diff since v0.1.6

  • Multichannel support via Hartmut Headmodel
  • Doc fixes
  • Bugfixes

Merged pull requests:

v0.1.6

25 Sep 10:08
f4d03a5
Compare
Choose a tag to compare

UnfoldSim v0.1.6

Diff since v0.1.5

only compat-bumps

v0.1.5

22 Sep 09:10
0eafa1f
Compare
Choose a tag to compare

UnfoldSim v0.1.5

Diff since v0.1.4

  • removed some @show development statements (sorry!)
  • added a predef_eeg(15) + some AbstractRNG type checks

v0.1.4

21 Sep 08:03
08f051c
Compare
Choose a tag to compare

UnfoldSim v0.1.4

Diff since v0.1.3

  • added multi-subject support to predef_eeg() (@behinger)
  • added first function for multi-channel support (@maanikmarathe)

Merged pull requests:

  • CompatHelper: bump compat for SignalAnalysis to 0.5, (keep existing compat) (#24) (@github-actions[bot])
  • Add helper function closest_srcs (#25) (@maanikmarathe)

v0.1.3

02 May 18:43
6004c6c
Compare
Choose a tag to compare

UnfoldSim v0.1.3

Diff since v0.1.2

Merged pull requests: