What’s new?#
Version 0.17 (unreleased)#
Detailed list of changes#
🚀 Enhancements#
mne_bids.write_raw_bids()
can now handle mne Raw objects with eyegaze and pupil channels, by Christian O’Reilly (#1344)
🧐 API and behavior changes#
Nothing yet
🛠 Requirements#
Nothing yet
🪲 Bug fixes#
mne_bids.read_raw_bids()
can optionally return anevent_id
dictionary suitable for use withmne.events_from_annotations()
, and if avalues
column is present inevents.tsv
it will be used as the source of the integer event ID codes, by Daniel McCloy (#1349)
⚕️ Code health#
Tests that were adding or deleting files to/from a session-scoped dataset now properly clean up after themselves, by Daniel McCloy (#1347)