diff --git a/AUTHORS b/AUTHORS index 6d9022d7..21ab8929 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,4 +22,6 @@ Scientific Supervision Patches and Suggestions ----------------------- -- \ No newline at end of file +- Hayden Ball (PR/7) +- Jason Li (PR/13) +- Dominique Makowski (PR/15) diff --git a/CHANGES b/CHANGES index 4dd4b115..a25c173b 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,18 @@ Here you can see the full list of changes between each BioSPPy release. +Version 0.3.0 +------------- + +Released on December 30th 2016 + +- Lazy loading (merges #15) +- Python 3 compatibility (merges #13) +- Fixed usage of clustering linkage parameters +- Fixed a bug when using filtering without the forward-backward technique +- Bug fixes (closes #4, #8) +- Allow BVP parameters as inputs (merges #7) + Version 0.2.2 ------------- diff --git a/biosppy/version.py b/biosppy/version.py index b651a602..39d1cc0c 100644 --- a/biosppy/version.py +++ b/biosppy/version.py @@ -9,4 +9,4 @@ :license: BSD 3-clause, see LICENSE for more details. """ -version = '0.2.2' +version = '0.3.0' diff --git a/docs/conf.py b/docs/conf.py index b5f040e9..0cdb0601 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,9 +85,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '0.2.2' +version = '0.3.0' # The full version, including alpha/beta/rc tags. -release = '0.2.2' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.