Skip to content

Releases: FHPythonUtils/Waifu2x

2024

03 Feb 17:31
Compare
Choose a tag to compare

2024 - 2024/02/03

  • use ruff instead of pylint
  • code quality improvements

2023

26 Jun 12:36
Compare
Choose a tag to compare

2023 - 2023/06/26

  • Improved the tutorial docs
  • Bugfixes to run function
  • Test run function

2022.2

02 Sep 19:40
Compare
Choose a tag to compare

2022.2 - 2022/09/02

Improvements per #4, thanks
https://github.com/ArielMAJ for the improvements and the changelog :)

  • Old main function is now called run and receives all the same arguments as expected from CLI with the same default values.
    • This means the user can now import waifu2x and just run waifu2x.run(input_img_path="./input.png", output_img_path="./output.png") to upscale images from a script.
    • This also means everything works the same (main function calls run() with default args).
  • Added extra argument to run and a few other functions in __init__.py as to stop prints from happening (as they might not be wanted when importing this module.

Fix Pillow deprecations https://pillow.readthedocs.io/en/stable/deprecations.html#constants