Skip to content

Releases: unfoldtoolbox/UnfoldBIDS.jl

v0.3.0

24 Oct 09:27
34080dc
Compare
Choose a tag to compare

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)

v0.2.0

03 Jun 18:13
6f6a5a8
Compare
Choose a tag to compare

UnfoldBIDS v0.2.0

Diff since v0.1.0

Major changes

Now allows for savin/ loading Unfold models from resulting DataFrame with:
save_results( )
load_results( )

Minor changes

  • better docstrings for all functions
  • bugfix where multiple files from brainvision were detected

Merged pull requests:

Closed issues:

  • Layout loads all files if derivative (#43)
  • warnings only if multi session/tasks found (#45)
  • loading with paths (#46)
  • Implement events.latency (#51)
  • Save/ load results function (#58)
  • update Readme.md (#81)
  • Better docstrings (#83)

v0.1.0

09 Apr 08:36
25735b4
Compare
Choose a tag to compare

UnfoldBIDS v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for Revise at version 3, (keep existing compat) (#10) (@github-actions[bot])
  • CompatHelper: add new compat entry for MixedModels at version 4, (keep existing compat) (#11) (@github-actions[bot])
  • CompatHelper: add new compat entry for StatsModels at version 0.6, (keep existing compat) (#12) (@github-actions[bot])
  • CompatHelper: add new compat entry for CairoMakie at version 0.7, (keep existing compat) (#13) (@github-actions[bot])
  • CompatHelper: add new compat entry for PyMNE at version 0.1, (keep existing compat) (#14) (@github-actions[bot])
  • CompatHelper: add new compat entry for CSVFiles at version 1, (keep existing compat) (#15) (@github-actions[bot])
  • CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat) (#16) (@github-actions[bot])
  • CompatHelper: add new compat entry for Unfold at version 0.3, (keep existing compat) (#17) (@github-actions[bot])
  • CompatHelper: add new compat entry for AlgebraOfGraphics at version 0.6, (keep existing compat) (#18) (@github-actions[bot])
  • CompatHelper: add new compat entry for Glob at version 1, (keep existing compat) (#19) (@github-actions[bot])
  • CompatHelper: add new compat entry for Revise at version 3, (keep existing compat) (#20) (@github-actions[bot])
  • CompatHelper: bump compat for PyMNE to 0.2, (keep existing compat) (#22) (@github-actions[bot])
  • CompatHelper: bump compat for CairoMakie to 0.9, (keep existing compat) (#23) (@github-actions[bot])
  • init DataDeps (#24) (@behinger)
  • CompatHelper: add new compat entry for DataDeps at version 0.7, (keep existing compat) (#25) (@github-actions[bot])
  • CompatHelper: add new compat entry for ArtifactUtils at version 0.2, (keep existing compat) (#26) (@github-actions[bot])
  • CompatHelper: bump compat for StatsModels to 0.7, (keep existing compat) (#27) (@github-actions[bot])
  • CompatHelper: bump compat for Unfold to 0.4, (keep existing compat) (#28) (@github-actions[bot])
  • CompatHelper: add new compat entry for CairoMakie at version 0.10, (keep existing compat) (#29) (@github-actions[bot])
  • CompatHelper: bump compat for Unfold to 0.5, (keep existing compat) (#30) (@github-actions[bot])
  • CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#31) (@github-actions[bot])
  • Dev (#32) (@ReneSkukies)
  • Update used Packages (#33) (@ReneSkukies)
  • lower-cased a lot of things (#34) (@behinger)
  • multiFormatString (#36) (@behinger)
  • CompatHelper: add new compat entry for DataFramesMeta at version 0.14, (keep existing compat) (#37) (@github-actions[bot])
  • CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat) (#38) (@github-actions[bot])
  • return models instead of coefs (#39) (@behinger)
  • CompatHelper: add new compat entry for ProgressBars at version 1, (keep existing compat) (#41) (@github-actions[bot])
  • Get dev up to date (#42) (@ReneSkukies)
  • Allow to specify preprocessing function (#47) (@behinger)
  • CompatHelper: bump compat for Unfold to 0.6, (keep existing compat) (#53) (@github-actions[bot])
  • Better read me (#54) (@ReneSkukies)
  • Create CITATION.cff (#55) (@vladdez)
  • added the @all-contributors functionality (#56) (@ReboreExplore)
  • docs: add behinger as a contributor for bug (#64) (@allcontributors[bot])
  • docs: add ReneSkukies as a contributor for review (#65) (@allcontributors[bot])
  • docs: add behinger as a contributor for code (#66) (@allcontributors[bot])
  • docs: add behinger as a contributor for projectManagement, and ideas (#67) (@allcontributors[bot])
  • docs: add ReneSkukies as a contributor for ideas, code, and bug (#68) (@allcontributors[bot])
  • Add Documentation (#69) (@ReneSkukies)
  • add continuables.jl for loading paths (#71) (@ReneSkukies)
  • Refactor names; add Continuables dependency (#74) (@ReneSkukies)

Closed issues:

  • match only with sub-003 but not sub-03 (#44)
  • Implement events loading from .tsv files in BIDS structure as default (#49)
  • load events from .tsv files into DataFrame (#57)
  • path loading only works with full BIDS compliance (#70)