Skip to content

Syncopy 2022.12

Compare
Choose a tag to compare
@tensionhead tensionhead released this 15 Dec 16:07
· 1005 commits to master since this release
2372d98

New Features

  • descriptive statistics: spy.mean, spy.var, spy.std and spy.median
  • new high-level function spy.timelockanalysis
  • inter trial coherence: spy.itc
  • PSTH method: spy.spike_psth
  • added Welch's method to spy.freqanalysis
  • connectivity analysis from SpectralData input
  • time dependent coherence
  • .info entries for Granger and FOOOF analyses with fixed metadata labels

Changes

  • spy.selectdata now works with latency and frequency instead of toi/toilim, foi/foilim like ft_selectdata
  • a valid latency selection will always return timelocked data

Fixes

  • user selections don't get silently wiped by high-level function calls like spy.freqanalysis #332
  • SpikeData slow loading issue #360
  • mempory consumption of trial averaging, both sequential and parallel #380
  • custom dimord support for plotting #349
  • updated dependencies, support for Python >= 3.8 to allow default conda environments w/o Python pinning #363
  • nwb reader improved memory footprint

Detailed Changes

Full Changelog: v2022.08...v2022.12