Changelog
-----------
- [Utility] Replaced moving median function based on GSL with a custom version to avoid additional dependencies
- [Utility] moving_median now no longer has the `pad` keyword, which was never used anyways
- [Gait, Activity, Sleep] Ensure that all inputs are passed through to the output in Process subclasses
- [Gait] Fixed CWT scale calculation when providing a base frequency (float value)
- [Misc] Added a file with the commands that get used to build versions of SKDH and push them
- [Misc] Added a makefile with commands to clean in-between development builds