Loading NEWS.md 0 → 100644 +15 −0 Original line number Diff line number Diff line # 1.1.0 * Add ability to use some sklearn estimators when fitting models * Add data epoching functions * Add functions for handling reduced fits using PCA * Add Morlet waveleft functions * Add optional anamnesis support * Add single pole oscillator simulation functionality * Improve artefact detection routines * Improve colour options in circular plots * Speed up `ar_spectrum` routine by ~10x # 1.0.0 * Initial release doc/source/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -68,9 +68,9 @@ author = 'Andrew Quinn, Mark Hymers' # built documents. # # The short X.Y version. version = '1.0' version = '1.1' # The full version, including alpha/beta/rc tags. release = '1.0.0' release = '1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Loading setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f: long_description = f.read() name = 'sails' version = '1.0' release = '1.0.0' version = '1.1' release = '1.1.0' setup( name=name, Loading Loading
NEWS.md 0 → 100644 +15 −0 Original line number Diff line number Diff line # 1.1.0 * Add ability to use some sklearn estimators when fitting models * Add data epoching functions * Add functions for handling reduced fits using PCA * Add Morlet waveleft functions * Add optional anamnesis support * Add single pole oscillator simulation functionality * Improve artefact detection routines * Improve colour options in circular plots * Speed up `ar_spectrum` routine by ~10x # 1.0.0 * Initial release
doc/source/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -68,9 +68,9 @@ author = 'Andrew Quinn, Mark Hymers' # built documents. # # The short X.Y version. version = '1.0' version = '1.1' # The full version, including alpha/beta/rc tags. release = '1.0.0' release = '1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Loading
setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f: long_description = f.read() name = 'sails' version = '1.0' release = '1.0.0' version = '1.1' release = '1.1.0' setup( name=name, Loading