diff --git a/CITATION.cff b/CITATION.cff index b4b6578c..8227293d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,7 +23,7 @@ abstract: >- pattern recognition methods geared towards the analysis of biosignals. license: BSD-3-Clause -version: 2.2.2 +version: 2.2.3 date-released: '2024-04-23' preferred-citation: type: article diff --git a/README.md b/README.md index 2a194414..d543296c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ ### 🎙️ Announcements ``` +🗒️ BioSPPy can now read EDF files directly! +With the biosppy.storage module you can now load your EDF files! +``` +``` 🌀 New module for signal quality assessment 🌀 With the biosppy.quality module you can now evaluate the quality of your signals! So far, the EDA and ECG quality are available, but more could be added soon. diff --git a/setup.py b/setup.py index 898faae5..ac3082d5 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ EMAIL = 'developer@scientisst.com' AUTHOR = 'Instituto de Telecomunicacoes' REQUIRES_PYTHON = '>3.5.2' -VERSION = '2.2.2' +VERSION = '2.2.3' LICENSE = 'BSD 3-clause' # What packages are required for this module to be executed?