v1.1.0
biosigio 1.1.0
Two importer features, found while validating real BIDS -> Zarr conversion.
Added
- EEGLAB
.fdtsupport —.setfiles whose signal matrix lives in a separate float32.fdt(EEGLAB's default for large recordings, whereEEG.dataholds the.fdtfilename) now load. The sibling.fdtis resolved by the.setpath, so BIDS-renamed files load even thoughEEG.datakeeps the original.fdtname. Unblocks multi-GB.setrecordings. bids.apply_events_tsv— load the authoritative BIDS_events.tsvintorec.events(onset, duration withn/a->0.0, description fromtrial_typethenvalueper row), the symmetric counterpart ofapply_channels_tsv. Carries events through to EDF+/Parquet/Arrow/Zarr export for files whose native markers are empty.
No public API or behavior change to existing paths. Closes #94.