Version 1.7.dev0 (development)#
Enhancements#
Speed up export to .edf in
mne.export.export_raw()
by usingedfio
instead ofEDFlib-Python
(#12218 by new contributor Florian Hofer)
Bugs#
Allow
mne.viz.plot_compare_evokeds()
to plot eyetracking channels, and improve error handling (#12190 by Scott Huberty)Fix bug with accessing the last data sample using
raw[:, -1]
where an empty array was returned (#12248 by Eric Larson)Fix bug with type hints in
mne.io.read_raw_neuralynx()
(#12236 by Richard Höchenberger)
API changes#
None yet