Releases: Vodes/vodesfunc
Releases · Vodes/vodesfunc
v1.7.0
What's Changed
- RescaleBuilder is now mostly fully featured and DescaleTarget uses it internally to (mostly) retain API compatibility.
You can consider the latter to be deprecated. - schizo_denoise keeps props intact now
- Force fp32 in RescaleBuilder by @emotion3459 in #15
- Update aa.py
vstools.scale_8bit
depreceated func to `vstools.scale_… by @srappan in #16 - Updated noise.adaptive_grain by @yuv420p10le in #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 #15
- @srappan made their first contribution in #16
- @yuv420p10le made their first contribution in #18
Full Changelog: v1.6.1...v1.7.0
v1.6.0
What's Changed
- DescaleTarget: Add shifting for fractional descales by @LightArrowsEXE in #9
- DescaleTarget: One-directional handling by @LightArrowsEXE in #11
- DescaleTarget: Add border_handling by @LightArrowsEXE in #10
- Fix float masking by @oZanderr in #12
- Make RescaleBuilder ready for normal use by @Vodes in #13
Full Changelog: v1.5.0...v1.6.0