Skip to content

Commit 4100034

Browse files
bump to 1.2.5
1 parent 2822990 commit 4100034

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

changelog.log

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,7 @@ V1.2.4
9696
- Added Savitzky-Golay signal smoothing filter (heartpy.smooth_signal).
9797
- Added baseline wander filter (heartpy.remove_baseline_wander()) based on a Notch filter.
9898
- Added Poincare analysis (written to measures{} dict) and plotting capabitity (heartpy.plot_poincare(working_data, measures)
99-
- API is now generated on the docs automatically.
99+
- API is now generated on the docs automatically.
100+
- Improved breathing rate estimation
101+
102+
V1.2.5

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Paul van Gent'
2525

2626
# The short X.Y version
27-
version = '1.2.4'
27+
version = '1.2.5'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.2.4'
29+
release = '1.2.5'
3030

3131

3232
# -- General configuration ---------------------------------------------------

heartpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__name__ = "HeartPy"
55
__author__ = "Paul van Gent"
6-
__version__ = "Version 1.2.4"
6+
__version__ = "Version 1.2.5"
77
__license__ = "GNU General Public License V3.0"
88

99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="heartpy",
8-
version="1.2.4",
8+
version="1.2.5",
99
author="Paul van Gent",
1010
author_email="[email protected]",
1111
description="Heart Rate Analysis Toolkit",

0 commit comments

Comments
 (0)