Skip to content

Releases: scot-dev/scot

Version 0.2.1

09 Feb 18:29
Compare
Choose a tag to compare

This is the same as Version 0.2. It is intended to provide a point in the repository that corresponds to the PyPI release.

On PyPI 0.2 is broken. Thus 0.2 was released as 0.2.1 on PyPI.

Version 0.2

09 Feb 15:48
Compare
Choose a tag to compare
  • SCoT now uses a different data shape. Epoched data is now arranged in three-dimensional arrays of shape (epochs, channels, samples). Continuous data is now arranged in two-dimensional arrays of shape (channels, samples).
  • The configuration backend has been revamped and is now based on .ini files.
  • The functions for building VAR equations have been unified into _construct_var_eqns in varbase.py.
  • Tests producing figures now automatically close open figures for increased efficiency.
  • Some docstrings are now more consistent with actual behavior.

Version 0.1.1

28 Jan 09:55
Compare
Choose a tag to compare

This is the last release just before we change the order of data dimensions.