v1.0.3
biosigio 1.0.3
Internal naming cleanup: the legacy emg local variable (a leftover from the EMG-only era, retired as the EMG class alias was removed in 1.0.0) is renamed to rec throughout the package, examples, and docs so variable names match the modality-agnostic Recording API. Domain-descriptive names that genuinely denote EMG data (emg_only, emg_channels, emg_subset, emg_data, subset_emg, bicep_emg) are preserved.
Changed
- Renamed the
emg/new_emglocals torec/new_recacross importers, exporters, visualization, and theRecordingcore (945 replacements over 74 files). - Renamed the MNE helper
raw_to_emg→raw_to_recording(definition + MEG/BrainVision callers). - Renamed visualization parameters
emg_object/emg_original/emg_reloaded→rec_object/rec_original/rec_reloaded. - Updated README, all docs examples, and the API reference to the
recconvention.
No public API or behavior change: the Recording class, channel_type="EMG" modality, channel labels, and all method signatures are unchanged. Closes #89.