Recent Releases of scot
scot - Version 0.2.1
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.
- Python
Published by mbillingr over 10 years ago
scot - Version 0.2
- 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_eqnsinvarbase.py. - Tests producing figures now automatically close open figures for increased efficiency.
- Some docstrings are now more consistent with actual behavior.
- Python
Published by mbillingr over 10 years ago
scot - Version 0.1.1
This is the last release just before we change the order of data dimensions.
- Python
Published by mbillingr over 10 years ago