Syncopy v2023.07
Syncopy release 2023.07
This release brings spike plotting and additional data import and export functions to improve interoperability with other neuroscience software packages.
NEW
- Add spike plotting, implements #434
- Conversion to and from mne's RawArray and EpochsArray
- Add export of to NWB format for AnalogData, TimeLockData, and SpikeData. #508
- Add support for reading NWB files containing SpikeData, related to #508
- Add support for concatenating Syncopy data objects (e.g., to add channels) with new
spy.concat
(PR 522)
Changed
- When reading/importing NWB files, support trials (in addition to epochs, which were interpreted as trials). Epochs are still supported.