Skip to content

v0.3.6

Compare
Choose a tag to compare
@LightArrowsEXE LightArrowsEXE released this 02 Jul 16:56
· 456 commits to master since this release

Changelog

  • Updated various error messages to use the correct function names
  • Couple README updates, disclaimer about unstable API included
  • Typing fixes in util
  • Minor docstring corrections

Updates:

  • misc.ripe_row:

    • Rewrite. It now uses a mask.BoundingBox instead of kagefunc.squaremask and you can no longer wipe two separate rows/columns at once anymore.
  • replace_ranges:

    • Moved to util (still accessible through misc and lvsfunc.rfs, but the former will be deprecated at some point in the future)
    • Allow for negative and nonetype inputs (for a more apt description, check the docstring)
  • scale_thresh:

    • Moved to util (still accessible through misc, but that will be deprecated at some point in the future)
  • nneedi3_clamp:

    • Fix bug where strength would not be used properly
  • bidehalo:

    • Import dehalo submodule in __init__ (oops)
    • Add sigmaS_final and sigmaR_final parameters. By default sigmaS_final will be 1/3rd of sigmaS, and sigmaR_final will be the same as sigmaR. For more information, consult the docstrings