Skip to content

v1.0.3

Choose a tag to compare

@neuromechanist neuromechanist released this 01 Jun 03:18
· 24 commits to main since this release
5beafb5

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_emg locals to rec/new_rec across importers, exporters, visualization, and the Recording core (945 replacements over 74 files).
  • Renamed the MNE helper raw_to_emgraw_to_recording (definition + MEG/BrainVision callers).
  • Renamed visualization parameters emg_object/emg_original/emg_reloadedrec_object/rec_original/rec_reloaded.
  • Updated README, all docs examples, and the API reference to the rec convention.

No public API or behavior change: the Recording class, channel_type="EMG" modality, channel labels, and all method signatures are unchanged. Closes #89.