dado93 / pywearable

Python package for extraction, visualization, and analysis of physiological data collected through wearable sensors.
https://pywearable.readthedocs.io/en/latest/
MIT License
7 stars 1 forks source link

Eliminate dependency from july #64

Open Vaeliss opened 10 months ago

Vaeliss commented 10 months ago

At the moment the module pywearable.visualization imports the july library to get yearly sleep and stress heatmaps. However the functions provided by july are quite rigid; furthermore, they seem to be not so hard to replicate. A quick inspection in the july repo shows that indeed only other (more common) dependencies of pywearable (matplotlib, numpy) are needed for such plots.