-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.2.5 #814
0.2.5 #814
Conversation
…cg_delineate_order
…cg_delineate_order
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #814 +/- ##
==========================================
+ Coverage 53.82% 55.24% +1.42%
==========================================
Files 295 297 +2
Lines 13799 13918 +119
==========================================
+ Hits 7427 7689 +262
+ Misses 6372 6229 -143
☔ View full report in Codecov by Sentry. |
prevent following warning DeprecationWarning: elementwise comparison failed; this will raise an error in the future.
[Fix] prevent deprecation warning in signal_interpolate()
[Feature] add total power as HRV feature
[Fix] remove eda biosppy test
looking at it now it seems a little overkill for added latency
[Fix] bishop peaks format
It seems the tests are failing because the newest version of sklearn wants us to use https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html |
[Breaking] ecg_clean(): update biosppy method
I suspect that some dependency creates some problems downstream, because tests are failing despite not having changed anything critical afaik |
[Fix] version sklearn valid_metrics
[Feature] HRV: Add SD/RMSSD index (Sollers, 2007)
Fix/docs asyncio warning
Should we merge? |
Yes! I'll let you do the honors here |
Code Climate has analyzed commit 294196f and detected 0 issues on this pull request. View more on Code Climate. |
Of course I had forgotten unpushed changes 😶🌫️ |
@DominiqueMakowski I think we can merge with this! To be considered maybe in a future version if we want to rather adopt the peak detection functions to exclude periods of missing data, especially if these periods are longer (so that we don't have a distorted heart rate due to filled in data) |
No description provided.