File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ abstract: >-
2323 pattern recognition methods geared towards the analysis of
2424 biosignals.
2525license : BSD-3-Clause
26- version : 2.2.2
26+ version : 2.2.3
2727date-released : ' 2024-04-23'
2828preferred-citation :
2929 type : article
Original file line number Diff line number Diff line change 1818
1919### 🎙️ Announcements
2020```
21+ 🗒️ BioSPPy can now read EDF files directly!
22+ With the biosppy.storage module you can now load your EDF files!
23+ ```
24+ ```
2125🌀 New module for signal quality assessment 🌀
2226With the biosppy.quality module you can now evaluate the quality of your signals!
2327So far, the EDA and ECG quality are available, but more could be added soon.
Original file line number Diff line number Diff line change 2727EMAIL = 'developer@scientisst.com'
2828AUTHOR = 'Instituto de Telecomunicacoes'
2929REQUIRES_PYTHON = '>3.5.2'
30- VERSION = '2.2.2 '
30+ VERSION = '2.2.3 '
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