Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Dec 30, 2016
1 parent 2acfff7 commit 7b10223
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Expand Up @@ -22,4 +22,6 @@ Scientific Supervision
Patches and Suggestions
-----------------------

-
- Hayden Ball (PR/7)
- Jason Li (PR/13)
- Dominique Makowski (PR/15)
12 changes: 12 additions & 0 deletions CHANGES
Expand Up @@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion biosppy/version.py
Expand Up @@ -9,4 +9,4 @@
:license: BSD 3-clause, see LICENSE for more details.
"""

version = '0.2.2'
version = '0.3.0'
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down

0 comments on commit 7b10223

Please sign in to comment.