PyPI release: https://pypi.org/project/osl-dynamics/1.1.5/.
Note, this version has a bug when saving power maps, if you pass `filename=<>.png` then it is not saved. This will be fixed in the next release.
Changes:
- Major update for tutorials and documentation.
- Updated the installation instructions.
- HMM: return inferred alphas as float32; cleaned up learning rate schedule parameters.
- Data object: new method to filter the raw data.
- Post-hoc analysis:
- refactored the code, summary statistic functions are now in osl_dynamics.analysis.modes;
- added new functions: switching rates, static multitaper PSD, simple moving average, spectral reordering, eigenvector connectivity.
- by default we standardise the data (on a per subject basis) before calculating spectra.
- Examples: added script to plot parcellations.