Skip to content

Syncopy v2023.07

Compare
Choose a tag to compare
@dfsp-spirit dfsp-spirit released this 28 Jul 09:22
· 77 commits to master since this release

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.

Fixed

  • Fix SpikeData string rep, #511
  • corrected slepian/dpss default taper settings, #559