1.0.2
EEGLAB events fix. No breaking changes.
Fixed
- EEGLAB
.setevents now load into the standardRecording.eventsDataFrame (onset/duration in seconds, description = the EEGLAB eventtype), converting the 1-based sample latency via(latency - 1) / srate, instead of being stashed as a list of dicts inmetadata['events']. This makes EEGLAB consistent with the EDF+/BDF+ and WFDB importers, so EEGLAB events are now carried by the EDF/Parquet/Arrow/Zarr exporters. A present-but-zerosratenow falls back to 1000 Hz.
Internal
- The EEGLAB importer's local
emgvariable was renamed torec(the broaderemg→reccleanup is tracked in #89).