File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed
Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 1+ ### 🎙️ Announcements
2+ #### Latest
13```
24🌀 New module for signal quality assessment 🌀
3- With the signals .quality module you can now evaluate the quality of your signals!
5+ With the biosppy .quality module you can now evaluate the quality of your signals!
46So far, the EDA and ECG quality are available, but more could be added soon.
57```
6-
7- ```
8- 🫀 New module for heart rate variability 🫀
9- With the signals.hrv module you can now extract HRV features. Check it out! (PR #19)
10- ```
11- ```
12- ✨ New plotting design ✨
13- New colors, new style and new features, check it out!
14- ```
8+ #### New features
159```
16- 🎊 New module for feature extraction 🎊
17- With the 'features' module you can easily extract features from your biosignals!
18- (Check PR #4 )
10+ 🌀 New module for signal quality assessment (biosppy.quality)
11+ 🫀 New module for heart rate variability (biosppy.signals.hrv)
12+ 🎊 New module for feature extraction (biosppy.features )
1913```
2014
2115
2216# BioSPPy - Biosignal Processing in Python
2317
2418* A toolbox for biosignal processing written in Python.*
2519
26- <a href =" http ://biosppy.readthedocs.org/" >
20+ <a href =" https ://biosppy.readthedocs.org/" >
2721<picture >
2822 <source media =" (prefers-color-scheme: light) " srcset =" docs/logo/logo_400.png " >
2923 <source media =" (prefers-color-scheme: dark) " srcset =" docs/logo/logo_inverted_400.png " >
@@ -41,7 +35,7 @@ Highlights:
4135- Clustering
4236- Biometrics
4337
44- Documentation can be found at: < http ://biosppy.readthedocs.org/>
38+ Documentation can be found at: < https ://biosppy.readthedocs.org/>
4539
4640## Installation
4741
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def __getattr__(cls, name):
8989# built documents.
9090#
9191# The short X.Y version.
92- version = '2.1.2 '
92+ version = '2.2.0 '
9393# The full version, including alpha/beta/rc tags.
9494release = version
9595
Original file line number Diff line number Diff line change 27272828AUTHOR = 'Instituto de Telecomunicacoes'
2929REQUIRES_PYTHON = '>3.5.2'
30- VERSION = '2.1.2 '
30+ VERSION = '2.2.0 '
3131LICENSE = 'BSD 3-clause'
3232
3333# What packages are required for this module to be executed?
You can’t perform that action at this time.
0 commit comments