Skip to content

Releases: OHBA-analysis/osl-ephys

v2.4.0

Choose a tag to compare

@matsvanes matsvanes released this 28 Sep 14:12

Most changes are fixes and improvements for robustness, and include ica-label, reports, plotting, etc.

What's Changed

Full Changelog: v2.3.1...v2.4.0

v2.3.1

Choose a tag to compare

@matsvanes matsvanes released this 20 May 14:25

Version fixes only

v2.3.0

Choose a tag to compare

@matsvanes matsvanes released this 20 May 14:20
c97260e

This release upgrades Python to 3.12 and MNE to 1.9.0

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

Choose a tag to compare

@matsvanes matsvanes released this 08 May 08:58

Summary of changes:

  • Improved FreeSurfer source recon
  • Improved linear inverse modelling
  • improved reports (incl. help)
  • ica_label fixes
  • Tutorial updates

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@matsvanes matsvanes released this 05 Feb 20:53

What's Changed

Summary

  • add source recon functionality, including FreeSurfer utils, Mimimum norm methods, etc.
  • add glm wrappers for the preproc config
  • add OPM utils, e.g., dealing with headshape points
  • add toolbox paper scripts to examples

Details

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@cgohil8 cgohil8 released this 28 Oct 00:24
d098794

Renamed project: osl -> osl-ephys

v1.1.0

Choose a tag to compare

@matsvanes matsvanes released this 09 Oct 13:21

What's Changed

  • Change license to Apache 2.0
  • massive update of the documentation
  • improvements in glm_epochs and glm_base, particularly regarding stats and plotting
  • Ability to run group analysis in run_proc_batch
  • Automatic saving of each user defined key in dataset[key] (run_proc_chain/batch)
  • Add random seed to preprocessing and source_recon modules.
  • improve ica_label (keep ecg/eog on top) and create ica_apply
  • Improve report (formatting, navigation)
  • improve logs (added extra info, time stamps, random seed, ica label info, etc)
  • added features for epoching source reconstructed data

Full Changelog: v0.1.0...v1.1.0

v1.0.0

Choose a tag to compare

@cgohil8 cgohil8 released this 27 Aug 06:12

First release with the new directory structure, see #320.

v0.10.0

Choose a tag to compare

@cgohil8 cgohil8 released this 27 Aug 06:03

Final release before directory restructure.

v0.9.0

Choose a tag to compare

@cgohil8 cgohil8 released this 03 Aug 09:06
80a0353

What's Changed

  • The maxfilter cross talk and calibration files were moved on the hbaws computers, which caused an error. We updated maxfilter file paths to resolve this.
  • Updated cbu3_stage maxfiltering.
  • ICA labelling updates.
  • Updated batch.py, glm_epochs.py, src_report.py.
  • Installation and release notes updated.
  • Include READMEs in PyPI package. This fixes issues with installing the package using pip.