Releases: OHBA-analysis/osl-ephys
Releases · OHBA-analysis/osl-ephys
v2.0.0
v1.1.0
What's Changed
- Change license to Apache 2.0
- massive update of the documentation
- improvements in
glm_epochs
andglm_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 createica_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
v0.10.0
v0.9.0
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.
v0.8.0
What's Changed
- Updated TensorFlow Requirements in OSL-Dynamics by @cgohil8 in #296
- Examples update by @cgohil8 in #297
- Add ica input args by @matsvanes in #305
- FEAT: osl_ica_label command line function for ICA label GUI by @matsvanes in #311
- ENH: improvement in raw and src reports. by @matsvanes in #304 and (#310) #311
- Added the reduced HCP-MMP parcellation from L. Tait's paper. by @cgohil8 in #309
- Updated Mac Installation by @cgohil8 in #313
- Fixed coreg plotting on hbaws by @cgohil8 in #314
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Changes:
- Parcellation demeans before PCA now.
- Can read in bdf/sqd/con files.
- Improved options for preprocessing/source reconstructing CTF data.
- Option to pass MNI fiducials of structurals
- Added functions for cleaning up headshape points and extracting fiducials/headshape points from different files (pos, elc).
- Validated the function to get leadfields.
- Added GLM plotting in source space.
- Updated installation and instructions.