What's Changed
* Delete C - code
* Rename arguments in `apd_up_xy` from `factor_x` and `factor_y` to `low` and `high` respectively
* All functions in the `features` module that takes a factor now prefer the value as an integer. E.g you should rather to `decay_time(a=80)` rather than `decay_time(a=0.8)`, even though the latter also works.