Skip to content

Releases: Vodes/vodesfunc

v1.11.0

30 Nov 23:53
v1.11.0
a03747d

Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

11 Aug 21:28
v1.10.0
611757f

Choose a tag to compare

What's Changed

  • vs-jetpack>=0.5.3 supported
    Hopefully the last set of big breaking changes for a while.
    Deprecated Scaler/KernelT and mc_degrain behavior in vodesfunc were replaced.

Full Changelog: v1.9.0...v1.10.0

v1.9.0

21 Jul 14:40
v1.9.0
e908922

Choose a tag to compare

What's Changed

  • vs-jetpack 0.3.x - 0.5.x supported
    (Yes you will get some warnings on 0.5.x, the next release will probably bump the minimum to that)
  • Removal of:
    • cope_aa (just use based_aa and configure that)
    • Doubler classes (just use the vsscale/vskernels scalers)
    • 0.2.x compat code in VMDegrain
  • RescaleBuilder.downscale default actually works now
    It was always supposed to be linear hermite but the linear=True param was never passed through ensure_obj.
    So effectively it defaulted to gamma hermite.
    If you were relying on the default make sure to check your output.

Full Changelog: v1.8.4...v1.9.0

v1.8.3

05 Jun 22:31
v1.8.3
f43d396

Choose a tag to compare

What's Changed

  • vs-jetpack upper version limit bumped
  • Some (perhaps less than optimal) mvtools presets were added.
    This is mostly to get most of the speed back that was lost.
  • Better error handling in VMDegrain
  • pre_aa was removed, due to there being a replacement in vs-jetpack for quite some time now
  • RB & MixedRB should properly clear up videonodes on reload now
  • RB: Allow list of post_x functions, check if callable by @LightArrowsEXE in #23

Full Changelog: v1.8.2...v1.8.3

v1.8.2

12 Apr 20:25
v1.8.2
a6123b7

Choose a tag to compare

Eases up on the vsjetpack version requirement.
Reverted the removal of the MVTools.denoise fallback and added a bunch of warnings for anyone using this on latest.
Also warning if using this with 0.3.X but lower than 0.3.2 which had some important fixes.

Full Changelog: v.1.8.0...v1.8.2

v1.8.0

06 Apr 15:02
v1.8.0
343d95f

Choose a tag to compare

What's Changed

  • Update normalize_* imports (use jetpytools) by @shssoichiro in #21
  • Minor bugfix in the schizo_denoise nlm usage b5abbad
  • Remove GenericOnnxScaler (use the vsscale port) e41269a
  • Remove DescaleTarget (use RescaleBuilder directly) 3242589
  • Remove source function (use vsmuxtools or vssource) f7b7d80

vs-jetpack

  • Update RescaleBuilder to use ScalingArgs (fdescale_args was deprecated) 7b29cf6
  • Update schizo_denoise & VMDegrain to use the new mvtools wrapper (and better defaults, can't list one specific commit for this)
  • vodesfunc now depends on vs-jetpack and not the old jet packages

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

01 Nov 20:17

Choose a tag to compare

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

Full Changelog: v1.6.1...v1.7.0

v1.6.0

05 May 15:37

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0