Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 09:27
34080dc

UnfoldBIDS v0.3.0

Diff since v0.2.0

Breaking changes

  • Updated to use Unfold v0.7
  • rename function UnfoldBIDS.add_latency_from_df to UnfoldBIDS.rename_to_latency according to suggestion in #85
  • rename data_df.data to data_df.raw to comply with MNE standard #86
  • because of the new Unfold version needed: bugfix when remove_time_expanded_Xs

Major changes

  • new Unit testing #59
  • documentation overhaul
  • implemented better Artifact for testing and documentation

Minor changes

  • better docstrings for all functions
  • renaming of multiple internal variables
  • added doc previews

Merged pull requests:

Closed issues:

  • [IMPORTANT] Review code-doubling (#50)
  • Both .eeg and .vhdr in load.jl (#76)
  • rename add_latency_from_df (#85)
  • rename 'data' to 'raw'? (#86)