What's Changed
* RescaleBuilder is now mostly fully featured and DescaleTarget uses it internally to (mostly) retain API compatibility.<br>You can consider the latter to be deprecated.
* schizo_denoise keeps props intact now
* Force fp32 in RescaleBuilder by emotion3459 in https://github.com/Vodes/vodesfunc/pull/15
* Update aa.py `vstools.scale_8bit` depreceated func to `vstools.scale_… by srappan in https://github.com/Vodes/vodesfunc/pull/16
* Updated noise.adaptive_grain by yuv420p10le in https://github.com/Vodes/vodesfunc/pull/18
Breaking
* ShaderDoubler and ClampedDoubler have been removed. Use the vsscale alternatives.
* RescaleBuilder requires width now. Simplifies the calculations a bit ~~and lets me call issues user error~~.
New Contributors
* emotion3459 made their first contribution in https://github.com/Vodes/vodesfunc/pull/15
* srappan made their first contribution in https://github.com/Vodes/vodesfunc/pull/16
* yuv420p10le made their first contribution in https://github.com/Vodes/vodesfunc/pull/18
**Full Changelog**: https://github.com/Vodes/vodesfunc/compare/v1.6.1...v1.7.0