Skip to content

Syncopy v2022.08

Compare
Choose a tag to compare
@tensionhead tensionhead released this 10 Aug 15:23
· 1638 commits to master since this release

New Features

  • Added down- and resampling algorithms for the new meta-function resampledata
  • Added FOOOF method as a post-processing option for the freqanalysis method mtmfft.
  • Added load_tdt to import data from the TDT system, thanks to @kajal5888
  • Added .info attribute for all data classes to store auxiliary meta information
  • Added zscore normalization to preprocessing
  • new global spy.copy() function which copies entire Syncopy objects on disk

Changes

  • the out.cfg attached to an analysis result now allows to replay all analysis methods
  • connectivityanalysis now has FT compliant output support for the coherence
  • spy.cleanup now has exposed interactive parameter
  • removed keyword deep from copy(), all our copies are in fact deep
  • demeaning after tapering for granger analysis
  • detrending is now possible without filtering in preprocessing

Fixes

  • out.cfg global side-effects (sorry again @kajal5888)
  • CrossSpectralData plotting
  • mixing of explicit keywords and cfg to control analysis
  • fixed error on initializing SpikeData with empty ndarray (#257)

Detailed contributions and changes

New Contributors