What’s new?#

Version 0.16 (2024-11-16)#

👩🏽‍💻 Authors#

The following authors contributed for the first time. Thank you so much! 🤩

The following authors had contributed before. Thank you for sticking around! 🤘

Detailed list of changes#

🚀 Enhancements#

🧐 API and behavior changes#

🛠 Requirements#

  • MNE-BIDS now requires Python 3.10 or higher.

  • MNE-BIDS now requires mne 1.7 or higher.

🪲 Bug fixes#

  • Writing MEGIN data with MNE channel types chpi will now map to BIDS type HLU by Simon Kern (#1325)

  • When anonymizing the date of a recording, MNE-BIDS will no longer error during write_raw_bids if passing a Raw instance to empty_room, by Daniel McCloy (#1270)

  • Dealing with alphanumeric sub entity labels is now fixed for write_raw_bids(), by Aaron Earle-Richardson (#1291)

  • When processing subject_info data that MNE Python imports as numpy arrays with only one item, MNE-BIDS now unpacks these, resulting in a correct participants.tsv, by Thomas Hartmann (#1310)

  • Fixed broken links in examples 7 and 8, by William Turner (#1316)

  • All valid extensions for README files are now accepted. This prevents an extra README file being created, when one with a .txt, .md, or .rst extension is already present. By Thomas Hartmann (#1318)

  • A warning was given if no events were provided but the task was starting with ‘rest’ as recommended by Simon Kern (#1327)

⚕️ Code health#

Find out what was new in previous releases