Skip to content

Releases: Ichunjo/vardefunc

0.2.11

08 Aug 15:08
85fda65
Compare
Choose a tag to compare

Changelog

Additions:

  • Add OCR module
  • More enum helpers ²

0.2.10

08 Aug 14:53
b12af95
Compare
Choose a tag to compare
fix decorator typehints

0.2.9

29 Jul 20:57
7c12b81
Compare
Choose a tag to compare
0.2.9 Pre-release
Pre-release

Changelog

Additions:

  • Add a DebugOutput class (Example in /examples)
  • More enum helpers
  • finalise_output and initialise_input decorator

Updates:

  • All debanders are deprecated in favor of vsdebandshit
  • vardefunc.placebo.shader is now at vardefunc.scale.placebo_shader
  • Add an argument to remove duplicated ranges in normalise_ranges

Deletions:

  • generate_keyframes is removed

0.2.8

14 Jul 15:14
f22de41
Compare
Choose a tag to compare

Changelog

Additions:

  • MinMax edge detect mask and detail_mask until vsmask is completed
  • aa module until lvsfunc one is rewritten
  • more utility functions in util. Most of them are borrowed from lvsfunc with some changes.

Updates:

  • F3kdb now needs a SampleMode for the sample_mode argument.
  • neo_f3kdb no longer has leaking memory or removes FrameProps.
  • placebo.deband now allows RGB clip

0.2.7

18 Jun 12:21
08cd849
Compare
Choose a tag to compare

Changelog

Additions:

  • py.typed file.

Updates:

  • Various docstring
  • Fix a bug in vardefunc.deband.f3kbilateral where a threshold would be negative.
  • Fix a bug in vardefunc.scale.fsrcnnx_upscale where upscaled_smooth depth would be wrong.
  • Thresholds are now displayed on the frames themselves in vardefunc.noise.Graigasm when show_masks=True

0.2.6

09 Jun 13:47
90c4c0c
Compare
Choose a tag to compare

Python 3.9 is now required.