What’s new?#

Version 0.19 (unreleased)#

👩🏽‍💻 Authors#

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

  • None yet

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

Detailed list of changes#

🚀 Enhancements#

  • Add support for reading and writing MEF3 (Multiscale Electrophysiology Format) iEEG data with the .mefd extension. Requires MNE-Python 1.12 or later, by Bruno Aristimunha (#1511)

  • Save Annotations.extras fields in events.tsv files when writing events, by Pierre Guetschel (#1502)

  • Added support for EEGLAB and EEGLAB-HJ coordinate systems as defined in the BIDS specification. Both use ALS orientation (identical to CTF) and map to MNE’s ctf_head coordinate frame, by Bruno Aristimunha (#1514)

  • mne_bids.read_raw_bids() now reads channel units from channels.tsv and sets them on the raw object. This includes support for units like rad (radians), V, µV, mV, T, T/m, S, oC, M, and px. The write path was also updated to correctly write rad units to channels.tsv, by Alexandre Gramfort (#1509)

🧐 API and behavior changes#

  • None yet

🛠 Requirements#

🪲 Bug fixes#

⚕️ Code health#

  • None yet

Find out what was new in previous releases