**Changelog**
New Additions:
* Add named Bicubic kernels (BSpline, Hermite, Mitchell, Catrom, BicubicSharp, RobidouxSoft, Robidoux, RobidouxSharp)
* Add a keyframe generator (render.find_scene_changes)
- Outputs a list of scenechanges determined by wwxd, scxvid, frames only found by both, or frames found by either
Updates to functions:
* Update dehalo.bidehalo
- Remove masking, this is now up to the user to handle
- Fix bug where float clips would error because bilateral can't handle them
* Source
- Fix a bug where the improper Matrix params would be passed (int to str param instead of int param which would break clips if you used `ref`)