v1.2.0
PyPi release: https://pypi.org/project/osl-dynamics/1.2.0/
Changes:
- Rewrote the implementation of learnable tensors:
- This means models trained with previous versions of osl-dynamics are incompatible.
- Data:
- Fixed ordering bug when loading prepared data.
- Can now load MNE Raw/Epochs fif files.
- SE-DyNeMo: developed a directional version.
- HMM:
- Modified the implementation of hmm.Model.random_state_time_course_initialization.
- Added new methods to calculate the variational free energy and exact model evidence.
- Interface: new simplified config based user interface for the HMM/DyNeMo.
- Logging:
- Replaced print statements with a logger.
- Removed
ncols=98
from tqdm progress bars.
- Post-hoc analysis:
- Updated the functions used to threshold alphas.
- Added the Glasser and AAL parcellation.
- Updated dependencies: now includes mne and seaborn.