Skip to content

v0.7

Compare
Choose a tag to compare
@hoechenberger hoechenberger released this 22 Mar 10:15
3d422ca

Notable changes

  • Channel names in *_channels.tsv and *_electrodes.tsv files now always take precedence over the names stored in the raw files.
  • When reading data where the same trial type refers to different trigger values, we will now automatically create hierarchical event names in the form of trial_type/value1, `trial_type/value2`` etc.
  • :func:mne_bids.write_raw_bids now allows users to specify a format conversion via the new format parameter.
  • Various improvements to data reading and :class:mne_bids.BIDSPath make working with real-life data easier.
  • Many bug fixes in :func:mne_bids.write_raw_bids and in the MNE-BIDS Inspector.