1.0.1
Documentation accuracy pass + small Recording convenience accessors. No breaking changes.
Added
Recording.get_n_channels(),get_n_samples(),get_sampling_frequency()(raises on mixed per-channel rates),get_duration()(total window length in seconds),has_metadata(key).
Docs
- Complete docs-vs-code revision (driven by an in-house multi-agent audit + a Codex pass): removed examples using nonexistent methods/kwargs, corrected stale claims (EDF+/BDF+ annotations load into
eventsand embed on export; EDF/BDF export rejects mixed sampling rates; OTB/EEGLAB/XDF specifics; auto-detect extensions; Trigno structure;_channels.tsvnaming; optional extras; version), and added API pages for the CLI, modality vocabulary, BIDS helpers, serialization schema, and signal-analysis module.
CI
- Workflows path-filtered: docs-only changes skip the Python test matrix, and code-only changes skip the docs build.