Skip to content

Commit

Permalink
bump to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvangentcom committed Dec 5, 2019
1 parent 2822990 commit 4100034
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion changelog.log
Expand Up @@ -96,4 +96,7 @@ V1.2.4
- Added Savitzky-Golay signal smoothing filter (heartpy.smooth_signal).
- Added baseline wander filter (heartpy.remove_baseline_wander()) based on a Notch filter.
- Added Poincare analysis (written to measures{} dict) and plotting capabitity (heartpy.plot_poincare(working_data, measures)
- API is now generated on the docs automatically.
- API is now generated on the docs automatically.
- Improved breathing rate estimation

V1.2.5
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -24,9 +24,9 @@
author = 'Paul van Gent'

# The short X.Y version
version = '1.2.4'
version = '1.2.5'
# The full version, including alpha/beta/rc tags
release = '1.2.4'
release = '1.2.5'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion heartpy/__init__.py
Expand Up @@ -3,7 +3,7 @@

__name__ = "HeartPy"
__author__ = "Paul van Gent"
__version__ = "Version 1.2.4"
__version__ = "Version 1.2.5"
__license__ = "GNU General Public License V3.0"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="heartpy",
version="1.2.4",
version="1.2.5",
author="Paul van Gent",
author_email="P.vanGent@tudelft.nl",
description="Heart Rate Analysis Toolkit",
Expand Down

0 comments on commit 4100034

Please sign in to comment.