Skip to content

v0.2.0

Compare
Choose a tag to compare
@larsoner larsoner released this 01 Mar 13:52
· 114 commits to main since this release
19bceff

General

  • MNE-NIRS now requires the latest MNE-Python 1.0 or later.

Enhancements

  • Update SNIRF exporter to meet v1.0 validator requirements mne_nirs.io.snirf.write_raw_snirf.
  • Add ability to provide custom channel weighting in mne_nirs.statistics.RegressionResults.to_dataframe_region_of_interest computation.
  • Add function to plot montages on 3D brain with source, detector, and channel naming mne_nirs.visualisation.plot_3d_montage.

Fixes

  • Fix bug when using no weighting in mne_nirs.statistics.RegressionResults.to_dataframe_region_of_interest.