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

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Aug 20, 2018
1 parent bb42994 commit 61ea4dd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,20 @@

Here you can see the full list of changes between each BioSPPy release.

Version 0.6.0
-------------

Released on August 20th 2018

- Added reference for BVP onset detection algorithm (closes #36)
- Updated readme file
- New setup.py style
- Added online filtering class in signals.tools
- Added Pearson correlation and RMSE methods in signals.tools
- Added method to compute Welch's power spectrum in signals.tools
- Don't use detrended derivative in signals.eda.kbk_scr (closes #43)
- Various minor changes

Version 0.5.1
-------------

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

VERSION = (0, 5, 1)
VERSION = (0, 6, 0)
__version__ = '.'.join(map(str, VERSION))
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -77,15 +77,15 @@ def __getattr__(cls, name):

# General information about the project.
project = 'BioSPPy'
copyright = '2015-2017, Instituto de Telecomunicacoes'
copyright = '2015-2018, Instituto de Telecomunicacoes'
author = 'Instituto de Telecomunicacoes'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.5.1'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 61ea4dd

Please sign in to comment.