Commit 2429f3c3 authored by Mark Hymers's avatar Mark Hymers
Browse files

Merge branch 'mh/prepare_1.1.0' into 'master'

Prepare for 1.1.0 release

See merge request analysis/sails!65
parents 1ddb618f 2958f7c2
Loading
Loading
Loading
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
+2 −2
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
@@ -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,