PR #941 – Add mapping, preload, picks, drop_bad_windows, and descriptions support to create_from_mne_epochs
Merged: Mar 2026
mapping to remap integer event codes to target values, consistent with the raw-based APIpreload and picks to the internal mne.Epochs call for memory and channel controldrop_bad_windows to conditionally call .drop_bad() on resulting epochsdescriptions with length validation to attach per-dataset metadata, matching create_from_mne_raw() behaviorNone/False/True preserving full backward compatibility