Whatβs new?#
Version 0.18 (unreleased)#
Detailed list of changes#
π Enhancements#
mne_bids.write_raw_bids()
has a new parameter electrodes_tsv_task which allows adding the task entity to the electrodes.tsv filepath, by Alex Lopez Marquez (#1424)Extended the configuration to recognise motion as a valid BIDS datatype by Julius Welzel (#1430)
π§ API and behavior changes#
tracksys accepted as argument in
mne_bids.BIDSPath()
by Julius Welzel (#1430)
π Requirements#
None yet
πͺ² Bug fixes#
Fixed a bug that modified the name and help message of some of the available commands, by Alex Lopez Marquez (#1441)
βοΈ Code health#
Made
mne_bids.copyfiles.copyfile_brainvision()
output more meaningful error messages when encountering problematic files, by Stefan Appelhoff (#1444)