File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2424author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "heartpy" ,
8- version = "1.2.4 " ,
8+ version = "1.2.5 " ,
99 author = "Paul van Gent" ,
10101111 description = "Heart Rate Analysis Toolkit" ,
You can’t perform that action at this time.
0 commit comments